Class EPPChangeCheckData
java.lang.Object
com.verisign.epp.codec.change.type.EPPChangeCheckData
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
Encapsulates an Change:Action attached to a Change:Request.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEPPChangeCheckData(String aRequestId, boolean aExists) EPPChangeCheckData(Element element) -
Method Summary
Modifier and TypeMethodDescriptionclone()clone anEPPCodecComponent.voidDecode the EPPChangeAction attributes from the DOM Element tree.Encode a DOM Element tree from the attributes of the EPPChangeTld instance.booleanImplements a deepEPPChangeActioncompareReturns the XML namespace associated with theEPPCodecComponent.booleanisExists()The name of this method is forced because I want to be compliant with Java Bean standards as well as EPP naming conventions.voidsetExists(boolean exists) voidsetRequestId(String requestId) toString()Implementation ofObject.toString, which will result in an indented XMLStringrepresentation of the concreteEPPCodecComponent.
-
Field Details
-
ELM_NAME
- See Also:
-
-
Constructor Details
-
EPPChangeCheckData
public EPPChangeCheckData() -
EPPChangeCheckData
- Throws:
EPPDecodeException
-
EPPChangeCheckData
-
-
Method Details
-
clone
Description copied from interface:EPPCodecComponentclone anEPPCodecComponent.- Specified by:
clonein interfaceEPPCodecComponent- Overrides:
clonein classObject- Returns:
- clone of concrete
EPPCodecComponent - Throws:
CloneNotSupportedException- standard Object.clone exception
-
decode
Decode the EPPChangeAction attributes from the DOM Element tree.- Specified by:
decodein interfaceEPPCodecComponent- Parameters:
aElement- - Root DOM Element to decode- Throws:
EPPDecodeException- Unable to decode aElementEPPDecodeException- On decoding error
-
encode
Encode a DOM Element tree from the attributes of the EPPChangeTld instance.- Specified by:
encodein interfaceEPPCodecComponent- Parameters:
aDocument- - DOM Document that is being built. Used as an Element factory.- Returns:
- Element - Root DOM Element representing the EPPChangeTld instance.
- Throws:
EPPEncodeException- - Unable to encode EPPChangeTld instance.
-
equals
Implements a deepEPPChangeActioncompare -
getRequestId
-
isExists
public boolean isExists()The name of this method is forced because I want to be compliant with Java Bean standards as well as EPP naming conventions.- Returns:
trueif exists;falseotherwise.
-
setExists
public void setExists(boolean exists) -
setRequestId
-
toString
Implementation ofObject.toString, which will result in an indented XMLStringrepresentation of the concreteEPPCodecComponent. -
getNamespace
Returns the XML namespace associated with theEPPCodecComponent.- Specified by:
getNamespacein interfaceEPPCodecComponent- Returns:
- XML namespace for the
EPPCodecComponent.
-