tag
Title: EPP 1.0 Related Domain - info tag
Description: The EPPRelatedDomainExtInfo object indicates to the server to
include the related domain information in the response. As XML, it is
represented by a element.
Copyright: Copyright (c) 2013
Company: VeriSign
- Version:
- 1.0
- Author:
- nchigurupati
- See Also:
- Serialized Form
Method Summary |
java.lang.Object |
clone()
Clone EPPRelatedDomainExtInfo . |
void |
decode(org.w3c.dom.Element aElement)
Decode the EPPRelatedDomainExtInfo attributes from the aElement DOM Element
tree. |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Encode a DOM Element tree from the attributes of the
EPPRelatedDomainExtInfo instance. |
boolean |
equals(java.lang.Object aObject)
implements a deep EPPRelatedDomainExtInfo compare. |
java.lang.String |
toString()
Implementation of Object.toString , which will result in an
indented XML String representation of the concrete
EPPCodecComponent . |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EPPRelatedDomainExtInfo
public EPPRelatedDomainExtInfo()
- Default constructor
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Clone
EPPRelatedDomainExtInfo
.
- Specified by:
clone
in interface EPPCodecComponent
- Overrides:
clone
in class java.lang.Object
- Returns:
- clone of
EPPRelatedDomainExtInfo
- Throws:
java.lang.CloneNotSupportedException
- standard Object.clone exception
decode
public void decode(org.w3c.dom.Element aElement)
throws EPPDecodeException
- Decode the EPPRelatedDomainExtInfo attributes from the aElement DOM Element
tree.
- Specified by:
decode
in interface EPPCodecComponent
- Parameters:
aElement
- - Root DOM Element to decode EPPRelatedDomainExtInfo from.
- Throws:
EPPDecodeException
- Unable to decode aElement
encode
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
- Encode a DOM Element tree from the attributes of the
EPPRelatedDomainExtInfo instance.
- Specified by:
encode
in interface EPPCodecComponent
- Parameters:
aDocument
- - DOM Document that is being built. Used as an Element factory.
- Returns:
- Element - Root DOM Element representing the EPPRelatedDomainExtInfo
instance.
- Throws:
EPPEncodeException
- - Unable to encode EPPRelatedDomainExtInfo instance.
equals
public boolean equals(java.lang.Object aObject)
- implements a deep
EPPRelatedDomainExtInfo
compare.
- Overrides:
equals
in class java.lang.Object
- Parameters:
aObject
- EPPRelatedDomainExtInfo
instance to compare with
- Returns:
- DOCUMENT ME!
toString
public java.lang.String toString()
- Implementation of
Object.toString
, which will result in an
indented XML String
representation of the concrete
EPPCodecComponent
.
- Overrides:
toString
in class java.lang.Object
- Returns:
- Indented XML
String
if successful; ERROR
otherwise.
Copyright © VeriSign Inc. All Rights Reserved.