public class CreDataType
extends java.lang.Object
Java class for creDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="creDataType">
<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="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
crDate |
protected java.lang.String |
id |
| Constructor and Description |
|---|
CreDataType() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getCrDate()
Gets the value of the crDate property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
void |
setCrDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the crDate property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.lang.String id
protected javax.xml.datatype.XMLGregorianCalendar crDate
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getCrDate()
XMLGregorianCalendarpublic void setCrDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2022. All rights reserved.