Package com.verisign.epp.codec.rgpext
Class EPPRgpExtUpData
java.lang.Object
com.verisign.epp.codec.rgpext.EPPRgpExtUpData
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
The EPPRgpExtUpData is the EPPCodecComponent that knows how to encode and
decode RGP upData elements from/to XML and object instance.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new instance of the EPPRgpExtUpDataEPPRgpExtUpData(EPPRgpExtStatus aStatus) Creates a new instance of theEPPRgpExtUpDatawith the status element. -
Method Summary
Modifier and TypeMethodDescriptionclone()CloneEPPRgpExtUpData.voidPopulate the data of this instance with the data stored in the given Element of the DOM treeAppend all data from this RGP inf data to the given DOM Documentbooleanimplements a deepEPPRgpExtStatuscompare.Returns the RGP namespacereturns the EPPRgpExtStatus instance contained in this EPPRgpExtUpData instancevoidsetStatus(EPPRgpExtStatus status) Sets the EPPRgpExtStatus instance contained in this EPPRgpExtUpData istance
-
Field Details
-
ELM_NAME
The XML element upData- See Also:
-
-
Constructor Details
-
EPPRgpExtUpData
public EPPRgpExtUpData()Create a new instance of the EPPRgpExtUpData -
EPPRgpExtUpData
Creates a new instance of theEPPRgpExtUpDatawith the status element.- Parameters:
aStatus- Associated status element.
-
-
Method Details
-
getNamespace
Returns the RGP namespace- Specified by:
getNamespacein interfaceEPPCodecComponent- Returns:
- the RGP namespace
-
encode
Append all data from this RGP inf data to the given DOM Document- Specified by:
encodein interfaceEPPCodecComponent- Parameters:
aDocument- The DOM Document to append data to- Returns:
- Encoded DOM
Element - Throws:
EPPEncodeException- Thrown when errors occur during the encode attempt or if the instance is invalid.
-
decode
Populate the data of this instance with the data stored in the given Element of the DOM tree- Specified by:
decodein interfaceEPPCodecComponent- Parameters:
aElement- The root element of the report fragment of XML- Throws:
EPPDecodeException- Thrown if any errors occur during decoding.
-
equals
implements a deepEPPRgpExtStatuscompare. -
clone
CloneEPPRgpExtUpData.- Specified by:
clonein interfaceEPPCodecComponent- Overrides:
clonein classObject- Returns:
- clone of
EPPRgpExtUpData - Throws:
CloneNotSupportedException- standard Object.clone exception
-
getStatus
returns the EPPRgpExtStatus instance contained in this EPPRgpExtUpData instance- Returns:
- the EPPRgpExtStatus instance contained in this EPPRgpExtUpData instance
-
setStatus
Sets the EPPRgpExtStatus instance contained in this EPPRgpExtUpData istance- Parameters:
status- the new EPPRgpExtStatus instance contained in this EPPRgpExtUpData
-