Class EPPChangeAction
java.lang.Object
com.verisign.epp.codec.change.type.EPPChangeAction
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
Encapsulates an Change:Action attached to a Change:Request.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEPPChangeAction(String requestId, String serverTransId) EPPChangeAction(String requestId, String clientTransId, String serverTransId) EPPChangeAction(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.voidsetClientTransId(String clientTransId) voidsetCreatedDate(String createdDate) voidsetCreatedDate(Date createdDate) voidsetDefinition(String definition) voidsetRequestId(String requestId) voidsetServerTransId(String serverTransId) voidsetUpdatedDate(String updatedDate) voidsetUpdatedDate(Date updatedDate) toString()Implementation ofObject.toString, which will result in an indented XMLStringrepresentation of the concreteEPPCodecComponent.
-
Field Details
-
ELM_NAME
- See Also:
-
-
Constructor Details
-
EPPChangeAction
public EPPChangeAction() -
EPPChangeAction
-
EPPChangeAction
-
EPPChangeAction
- Throws:
EPPDecodeException
-
-
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 -
getClientTransId
-
getCreatedDate
-
getCreatedDateString
-
getDefinition
-
getRequestId
-
getServerTransId
-
getUpdatedDate
-
getUpdatedDateString
-
setClientTransId
-
setCreatedDate
-
setCreatedDate
- Throws:
ParseException
-
setDefinition
-
setRequestId
-
setServerTransId
-
setUpdatedDate
-
setUpdatedDate
- Throws:
ParseException
-
toLogString
-
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.
-