Package | Description |
---|---|
com.verisign.epp.codec.registry.v02 |
Modifier and Type | Field and Description |
---|---|
protected EPPRegistryPeriodType.Unit |
EPPRegistryPeriodType.unit
Unit of the period
|
Modifier and Type | Method and Description |
---|---|
EPPRegistryPeriodType.Unit |
EPPRegistryPeriodType.getUnit()
Gets the period unit.
|
static EPPRegistryPeriodType.Unit |
EPPRegistryPeriodType.Unit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryPeriodType.Unit[] |
EPPRegistryPeriodType.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryPeriodType.setUnit(EPPRegistryPeriodType.Unit aUnit)
Sets the period unit.
|
Constructor and Description |
---|
EPPRegistryDefaultPeriodType(java.lang.Integer aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs
EPPRegistryDefaultPeriodType with a number and unit
using an Integer . |
EPPRegistryDefaultPeriodType(int aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs
EPPRegistryDefaultPeriodType with a number and unit
using an int . |
EPPRegistryDomainPeriod(java.lang.String aCommand,
java.lang.Integer aMin,
EPPRegistryPeriodType.Unit aMinUnit,
java.lang.Integer aMax,
EPPRegistryPeriodType.Unit aMaxUnit,
java.lang.Integer aDefaultLength,
EPPRegistryPeriodType.Unit aDefaultLengthUnit)
Construct an instance of
EPPRegistryDomainPeriod with the
following inputs. |
EPPRegistryDomainPeriod(java.lang.String aCommand,
int aMin,
EPPRegistryPeriodType.Unit aMinUnit,
int aMax,
EPPRegistryPeriodType.Unit aMaxUnit,
int aDefaultLength,
EPPRegistryPeriodType.Unit aDefaultLengthUnit)
Construct an instance of
EPPRegistryDomainPeriod with the
following inputs. |
EPPRegistryGracePeriod(java.lang.String aCommand,
java.lang.Integer aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs an instance of
EPPRegistryGracePeriod with
command , number and unit . |
EPPRegistryGracePeriod(java.lang.String command,
int number,
EPPRegistryPeriodType.Unit unit)
Constructs an instance of
EPPRegistryGracePeriod with
command , number and unit . |
EPPRegistryMaxPeriodType(java.lang.Integer aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs an instance of
EPPRegistryMaxPeriodType with
number and unit . |
EPPRegistryMaxPeriodType(int aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs an instance of
EPPRegistryMaxPeriodType with
number and unit . |
EPPRegistryMinMaxPeriod(java.lang.Integer aMinNumber,
EPPRegistryPeriodType.Unit aMinUnit,
java.lang.Integer aMaxNumber,
EPPRegistryPeriodType.Unit aMaxUnit,
java.lang.Integer aDefaultNumber,
EPPRegistryPeriodType.Unit aDefaultUnit)
Constructor for
EPPRegistryMinMaxPeriod that takes all of the
attribute values as parameters. |
EPPRegistryMinMaxPeriod(int aMinNumber,
EPPRegistryPeriodType.Unit aMinUnit,
int aMaxNumber,
EPPRegistryPeriodType.Unit aMaxUnit,
int aDefaultNumber,
EPPRegistryPeriodType.Unit aDefaultUnit)
Constructor for
EPPRegistryMinMaxPeriod that takes all of the
attribute values as parameters. |
EPPRegistryMinPeriodType(java.lang.Integer aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs an instance of
EPPRegistryMinPeriodType with
number and unit . |
EPPRegistryMinPeriodType(int aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs an instance of
EPPRegistryMinPeriodType with
number and unit . |
EPPRegistryPendingDeletePeriodType(java.lang.Integer aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs an instance of
EPPRegistryPendingDeletePeriodType with
number and unit . |
EPPRegistryPendingDeletePeriodType(int aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs an instance of
EPPRegistryPendingDeletePeriodType with
number and unit . |
EPPRegistryPendingRestorePeriodType(java.lang.Integer aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs an instance of
EPPRegistryPendingRestorePeriodType with
number and unit . |
EPPRegistryPendingRestorePeriodType(int aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs an instance of
EPPRegistryPendingRestorePeriodType with
number and unit . |
EPPRegistryPeriodType(java.lang.Integer aNumber,
EPPRegistryPeriodType.Unit aUnit)
EPPRegistryPeriodType constructor that takes both the period
number as an Integer and unit. |
EPPRegistryPeriodType(int aNumber,
EPPRegistryPeriodType.Unit aUnit)
EPPRegistryPeriodType constructor that takes both the period
number as an int and unit. |
EPPRegistryRedemptionPeriodType(java.lang.Integer aNumber,
EPPRegistryPeriodType.Unit aUnit)
Constructs an instance of
EPPRegistryRedemptionPeriodType with
number and unit . |
EPPRegistryRedemptionPeriodType(int number,
EPPRegistryPeriodType.Unit unit)
Constructs an instance of
EPPRegistryRedemptionPeriodType with
number and unit . |
EPPRegistryTransferHoldPeriodType(java.lang.Integer aNumber,
EPPRegistryPeriodType.Unit aUnit)
Construct an instance of
EPPRegistryTransferHoldPeriodType with
number and unit . |
EPPRegistryTransferHoldPeriodType(int aNumber,
EPPRegistryPeriodType.Unit aUnit)
Construct an instance of
EPPRegistryTransferHoldPeriodType with
number and unit . |
Copyright © VeriSign Inc. All Rights Reserved.