Class EPPRegistryDomainHostLimit
java.lang.Object
com.verisign.epp.codec.registry.v02.EPPRegistryAbstractMinMax
com.verisign.epp.codec.registry.v02.EPPRegistryDomainHostLimit
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
Defines the minimum and maximum number of subordinate host objects (child
hosts) for a domain object.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant for theEPPRegistryDomainHostLimitlocal namestatic final StringConstant for theEPPRegistryDomainHostLimit(prefix and local name)Fields inherited from class com.verisign.epp.codec.registry.v02.EPPRegistryAbstractMinMax
ELM_MAX, ELM_MAX_LENGTH, ELM_MIN, ELM_MIN_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionCreates a newEPPRegistryDomainHostLimitobject.EPPRegistryDomainHostLimit(int aMin, int aMax) Creates a newEPPRegistryDomainHostLimitobject that takes both the minimum and maximum values asint's.EPPRegistryDomainHostLimit(Integer aMin, Integer aMax) Creates a newEPPRegistryDomainHostLimitobject that takes both the minimum and maximum values asInteger's. -
Method Summary
Methods inherited from class com.verisign.epp.codec.registry.v02.EPPRegistryAbstractMinMax
clone, decode, encode, equals, getMax, getMin, getNamespace, setMax, setMin, toString, validateState
-
Field Details
-
ELM_LOCALNAME
Constant for theEPPRegistryDomainHostLimitlocal name- See Also:
-
ELM_NAME
Constant for theEPPRegistryDomainHostLimit(prefix and local name)- See Also:
-
-
Constructor Details
-
EPPRegistryDomainHostLimit
public EPPRegistryDomainHostLimit()Creates a newEPPRegistryDomainHostLimitobject. -
EPPRegistryDomainHostLimit
Creates a newEPPRegistryDomainHostLimitobject that takes both the minimum and maximum values asInteger's.- Parameters:
aMin- Minimum valueaMax- Maximum value
-
EPPRegistryDomainHostLimit
public EPPRegistryDomainHostLimit(int aMin, int aMax) Creates a newEPPRegistryDomainHostLimitobject that takes both the minimum and maximum values asint's.- Parameters:
aMin- Minimum valueaMax- Maximum value
-
-
Method Details
-
getRootName
Gets the root element local name.- Specified by:
getRootNamein classEPPRegistryAbstractMinMax- Returns:
- Root element local name.
-
getElmMin
Gets the minimum element local name.- Specified by:
getElmMinin classEPPRegistryAbstractMinMax- Returns:
- Minimum element local name.
-
getElmMax
Gets the maximum element local name.- Specified by:
getElmMaxin classEPPRegistryAbstractMinMax- Returns:
- Maximum element local name.
-
getLogger
protected org.slf4j.Logger getLogger()Gets theLoggerto use.- Specified by:
getLoggerin classEPPRegistryAbstractMinMax- Returns:
Loggerinstance to use for logging.
-