com.verisign.epp.codec.persreg
Class EPPPersRegCreateData

java.lang.Object
  extended by com.verisign.epp.codec.persreg.EPPPersRegGenData
      extended by com.verisign.epp.codec.persreg.EPPPersRegCreateData
All Implemented Interfaces:
EPPCodecComponent, java.io.Serializable, java.lang.Cloneable

public class EPPPersRegCreateData
extends EPPPersRegGenData

Personal Registration <creData> extension element to a EPP Create Response. The bundled rate flag indicates if the bundled rate applies to the <create> EPP Command.

Version:
$Revision: 1.1.1.1 $
Author:
$Author: jim $
See Also:
Serialized Form

Field Summary
static java.lang.String ELM_NAME
          XML root tag for EPPPersRegCreateData.
 
Constructor Summary
EPPPersRegCreateData()
          Default constructor.
EPPPersRegCreateData(boolean aIsBundledRate)
          Constructor that sets the bundled flag.
 
Method Summary
 java.lang.Object clone()
          clone an EPPCodecComponent.
 boolean equals(java.lang.Object aObject)
          Compare an instance of EPPPersRegCreateData with this instance.
protected  java.lang.String getRootElm()
          Gets the root element name.
 
Methods inherited from class com.verisign.epp.codec.persreg.EPPPersRegGenData
decode, encode, isBundledRate, setIsBundedRate
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELM_NAME

public static final java.lang.String ELM_NAME
XML root tag for EPPPersRegCreateData.

See Also:
Constant Field Values
Constructor Detail

EPPPersRegCreateData

public EPPPersRegCreateData()
Default constructor. Bundled flag defaults to false.


EPPPersRegCreateData

public EPPPersRegCreateData(boolean aIsBundledRate)
Constructor that sets the bundled flag.

Parameters:
aIsBundledRate - Does the bundled rate apply?
Method Detail

equals

public boolean equals(java.lang.Object aObject)
Compare an instance of EPPPersRegCreateData with this instance.

Overrides:
equals in class EPPPersRegGenData
Parameters:
aObject - Object to compare with.
Returns:
true if equal; false otherwise.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
clone an EPPCodecComponent.

Specified by:
clone in interface EPPCodecComponent
Overrides:
clone in class EPPPersRegGenData
Returns:
clone of concrete EPPPersRegCreateData
Throws:
java.lang.CloneNotSupportedException - standard Object.clone exception

getRootElm

protected java.lang.String getRootElm()
Gets the root element name.

Specified by:
getRootElm in class EPPPersRegGenData
Returns:
"persReg:creData"


Copyright © VeriSign Inc. All Rights Reserved.