public class InfDataType
extends java.lang.Object
Java class for infDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="infDataType">
<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="roid" type="{urn:ietf:params:xml:ns:eppcom-1.0}roidType"/>
<element name="status" type="{http://www.nic.cz/xml/epp/keyset-1.3}statusType" maxOccurs="6" minOccurs="0"/>
<element name="clID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
<element name="crID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType" minOccurs="0"/>
<element name="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="upID" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType" minOccurs="0"/>
<element name="upDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="trDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="authInfo" type="{http://www.nic.cz/xml/epp/fredcom-1.2}authInfoType" minOccurs="0"/>
<element name="dnskey" type="{http://www.nic.cz/xml/epp/keyset-1.3}dnskeyT" maxOccurs="10" minOccurs="0"/>
<element name="tech" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authInfo |
protected java.lang.String |
clID |
protected javax.xml.datatype.XMLGregorianCalendar |
crDate |
protected java.lang.String |
crID |
protected java.util.List<DnskeyT> |
dnskey |
protected java.lang.String |
id |
protected java.lang.String |
roid |
protected java.util.List<StatusType> |
status |
protected java.util.List<java.lang.String> |
tech |
protected javax.xml.datatype.XMLGregorianCalendar |
trDate |
protected javax.xml.datatype.XMLGregorianCalendar |
upDate |
protected java.lang.String |
upID |
| Constructor and Description |
|---|
InfDataType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthInfo()
Gets the value of the authInfo property.
|
java.lang.String |
getClID()
Gets the value of the clID property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCrDate()
Gets the value of the crDate property.
|
java.lang.String |
getCrID()
Gets the value of the crID property.
|
java.util.List<DnskeyT> |
getDnskey()
Gets the value of the dnskey property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getRoid()
Gets the value of the roid property.
|
java.util.List<StatusType> |
getStatus()
Gets the value of the status property.
|
java.util.List<java.lang.String> |
getTech()
Gets the value of the tech property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTrDate()
Gets the value of the trDate property.
|
javax.xml.datatype.XMLGregorianCalendar |
getUpDate()
Gets the value of the upDate property.
|
java.lang.String |
getUpID()
Gets the value of the upID property.
|
void |
setAuthInfo(java.lang.String value)
Sets the value of the authInfo property.
|
void |
setClID(java.lang.String value)
Sets the value of the clID property.
|
void |
setCrDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the crDate property.
|
void |
setCrID(java.lang.String value)
Sets the value of the crID property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setRoid(java.lang.String value)
Sets the value of the roid property.
|
void |
setTrDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the trDate property.
|
void |
setUpDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the upDate property.
|
void |
setUpID(java.lang.String value)
Sets the value of the upID property.
|
protected java.lang.String id
protected java.lang.String roid
protected java.util.List<StatusType> status
protected java.lang.String clID
protected java.lang.String crID
protected javax.xml.datatype.XMLGregorianCalendar crDate
protected java.lang.String upID
protected javax.xml.datatype.XMLGregorianCalendar upDate
protected javax.xml.datatype.XMLGregorianCalendar trDate
protected java.lang.String authInfo
protected java.util.List<DnskeyT> dnskey
protected java.util.List<java.lang.String> tech
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRoid()
Stringpublic void setRoid(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<StatusType> getStatus()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the status property.
For example, to add a new item, do as follows:
getStatus().add(newItem);
Objects of the following type(s) are allowed in the list
StatusType
public java.lang.String getClID()
Stringpublic void setClID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCrID()
Stringpublic void setCrID(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
XMLGregorianCalendarpublic java.lang.String getUpID()
Stringpublic void setUpID(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getUpDate()
XMLGregorianCalendarpublic void setUpDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getTrDate()
XMLGregorianCalendarpublic void setTrDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getAuthInfo()
Stringpublic void setAuthInfo(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<DnskeyT> getDnskey()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dnskey property.
For example, to add a new item, do as follows:
getDnskey().add(newItem);
Objects of the following type(s) are allowed in the list
DnskeyT
public java.util.List<java.lang.String> getTech()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tech property.
For example, to add a new item, do as follows:
getTech().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2023. All rights reserved.