Package | Description |
---|---|
com.verisign.epp.codec.registry.v02 |
Modifier and Type | Method and Description |
---|---|
EPPRegistryBatchSchedule.DayOfWeek |
EPPRegistryBatchSchedule.getDayOfWeek()
Gets the optional day of week.
|
static EPPRegistryBatchSchedule.DayOfWeek |
EPPRegistryBatchSchedule.DayOfWeek.getDayOfWeek(java.lang.String aDayOfWeekStr)
Get the type enumerated value given the matching string.
|
static EPPRegistryBatchSchedule.DayOfWeek |
EPPRegistryBatchSchedule.DayOfWeek.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryBatchSchedule.DayOfWeek[] |
EPPRegistryBatchSchedule.DayOfWeek.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryBatchSchedule.setDayOfWeek(EPPRegistryBatchSchedule.DayOfWeek aDayOfWeek)
Sets the optional day of week.
|
Constructor and Description |
---|
EPPRegistryBatchSchedule(java.lang.String aTime,
EPPRegistryBatchSchedule.DayOfWeek aDayOfWeek,
java.lang.String aTimeZone)
Construct an instance of
EPPRegistryBatchSchedule that is used for
a day of week schedule. |
Copyright © VeriSign Inc. All Rights Reserved.