|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.codec.idntable.EPPIdnTableInfoListItem
public class EPPIdnTableInfoListItem
EPPIdnTableInfoListItem
is used to represent an IDN Table in a
List Info Form response. The IDN Table includes IDN Table identifier and the
update date.
Field Summary | |
---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for EPPIdnTableInfoListItem . |
static java.lang.String |
ELM_NAME
XML root tag for EPPIdnTableInfoListItem . |
Constructor Summary | |
---|---|
EPPIdnTableInfoListItem()
Default constructor for EPPIdnTableInfoListItem . |
|
EPPIdnTableInfoListItem(java.lang.String aName,
java.util.Date aUpdateDate)
Constructor for EPPIdnTableInfoListItem that takes the
required attributed of the table identifier (name) and the update date. |
Method Summary | |
---|---|
java.lang.Object |
clone()
clone an EPPCodecComponent . |
void |
decode(org.w3c.dom.Element aElement)
decode a DOM element tree to initialize the instance attributes. |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
encode instance into a DOM element tree. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of EPPIdnTableInfoListItem with this
instance. |
java.lang.String |
getName()
Gets the IDN Table identifier. |
java.util.Date |
getUpdateDate()
Gets the date and time that the IDN Table was created or last updated. |
void |
setName(java.lang.String aName)
Sets the IDN Table identifier. |
void |
setUpdateDate(java.util.Date aUpdateDate)
Sets the date and time that the IDN Table was created or last updated. |
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 |
Field Detail |
---|
public static final java.lang.String ELM_LOCALNAME
EPPIdnTableInfoListItem
.
public static final java.lang.String ELM_NAME
EPPIdnTableInfoListItem
.
Constructor Detail |
---|
public EPPIdnTableInfoListItem()
EPPIdnTableInfoListItem
.
public EPPIdnTableInfoListItem(java.lang.String aName, java.util.Date aUpdateDate)
EPPIdnTableInfoListItem
that takes the
required attributed of the table identifier (name) and the update date.
aName
- Table identifieraUpdateDate
- Date and time the IDN Table was created or last updated.Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String aName)
aName
- The IDN Table identifier.public java.util.Date getUpdateDate()
public void setUpdateDate(java.util.Date aUpdateDate)
aUpdateDate
- Date and time the IDN Table was created or last updated.public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
encode
in interface EPPCodecComponent
aDocument
- DOM Document, which acts is an Element factory
EPPEncodeException
- Error encoding EPPIdnTableInfoListItem
public void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
aElement
argument represents the root DOM element and is
used to traverse the DOM nodes for instance attribute values.
decode
in interface EPPCodecComponent
aElement
- Element
to decode
EPPDecodeException
- Error decoding Element
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPCodecComponent
.
clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPIdnTableInfoListItem
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic java.lang.String toString()
Object.toString
, which will result in an
indented XML String
representation of the concrete
EPPCodecComponent
.
toString
in class java.lang.Object
String
if successful;
ERROR
otherwise.public boolean equals(java.lang.Object aObject)
EPPIdnTableInfoListItem
with this
instance.
equals
in class java.lang.Object
aObject
- Object to compare with.
true
if equal; false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |