public class HandleDateT
extends java.lang.Object
Java class for handleDateT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="handleDateT">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDType"/>
<element name="trDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="clID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
clID |
protected java.lang.String |
id |
protected javax.xml.datatype.XMLGregorianCalendar |
trDate |
| Constructor and Description |
|---|
HandleDateT() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClID()
Gets the value of the clID property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTrDate()
Gets the value of the trDate property.
|
void |
setClID(java.lang.String value)
Sets the value of the clID property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setTrDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the trDate property.
|
protected java.lang.String id
protected javax.xml.datatype.XMLGregorianCalendar trDate
protected java.lang.String clID
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getTrDate()
XMLGregorianCalendarpublic void setTrDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getClID()
Stringpublic void setClID(java.lang.String value)
value - allowed object is
StringCopyright © 2023. All rights reserved.