public class EPPPersRegCreateData extends EPPPersRegGenData
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_NAME
XML root tag for
EPPPersRegCreateData . |
Constructor and Description |
---|
EPPPersRegCreateData()
Default constructor.
|
EPPPersRegCreateData(boolean aIsBundledRate)
Constructor that sets the bundled flag.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
clone an
EPPCodecComponent . |
boolean |
equals(java.lang.Object aObject)
Compare an instance of
EPPPersRegCreateData with this
instance. |
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent . |
protected java.lang.String |
getRootElm()
Gets the root element name.
|
decode, encode, isBundledRate, setIsBundedRate
public static final java.lang.String ELM_NAME
EPPPersRegCreateData
.public EPPPersRegCreateData()
false
.public EPPPersRegCreateData(boolean aIsBundledRate)
aIsBundledRate
- Does the bundled rate apply?public boolean equals(java.lang.Object aObject)
EPPPersRegCreateData
with this
instance.equals
in class EPPPersRegGenData
aObject
- Object to compare with.true
if equal; false
otherwise.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPCodecComponent
.clone
in interface EPPCodecComponent
clone
in class EPPPersRegGenData
EPPPersRegCreateData
java.lang.CloneNotSupportedException
- standard Object.clone exceptionprotected java.lang.String getRootElm()
getRootElm
in class EPPPersRegGenData
public java.lang.String getNamespace()
EPPCodecComponent
.EPPCodecComponent
.