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="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
<element name="roid" type="{urn:ietf:params:xml:ns:eppcom-1.0}roidType"/>
<element name="status" type="{http://www.nic.cz/xml/epp/domain-1.4}statusType" maxOccurs="13" minOccurs="0"/>
<element name="registrant" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDType" minOccurs="0"/>
<element name="admin" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDType" maxOccurs="unbounded" minOccurs="0"/>
<element name="nsset" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType" minOccurs="0"/>
<element name="keyset" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType" 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="exDate" type="{http://www.w3.org/2001/XMLSchema}date" 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="tempcontact" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
admin |
protected java.lang.String |
authInfo |
protected java.lang.String |
clID |
protected javax.xml.datatype.XMLGregorianCalendar |
crDate |
protected java.lang.String |
crID |
protected javax.xml.datatype.XMLGregorianCalendar |
exDate |
protected java.lang.String |
keyset |
protected java.lang.String |
name |
protected java.lang.String |
nsset |
protected java.lang.String |
registrant |
protected java.lang.String |
roid |
protected java.util.List<StatusType> |
status |
protected java.util.List<java.lang.String> |
tempcontact |
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.util.List<java.lang.String> |
getAdmin()
Gets the value of the admin property.
|
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.
|
javax.xml.datatype.XMLGregorianCalendar |
getExDate()
Gets the value of the exDate property.
|
java.lang.String |
getKeyset()
Gets the value of the keyset property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNsset()
Gets the value of the nsset property.
|
java.lang.String |
getRegistrant()
Gets the value of the registrant 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> |
getTempcontact()
Gets the value of the tempcontact 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 |
setExDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the exDate property.
|
void |
setKeyset(java.lang.String value)
Sets the value of the keyset property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNsset(java.lang.String value)
Sets the value of the nsset property.
|
void |
setRegistrant(java.lang.String value)
Sets the value of the registrant 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 name
protected java.lang.String roid
protected java.util.List<StatusType> status
protected java.lang.String registrant
protected java.util.List<java.lang.String> admin
protected java.lang.String nsset
protected java.lang.String keyset
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 exDate
protected javax.xml.datatype.XMLGregorianCalendar trDate
protected java.lang.String authInfo
protected java.util.List<java.lang.String> tempcontact
public java.lang.String getName()
Stringpublic void setName(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 getRegistrant()
Stringpublic void setRegistrant(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getAdmin()
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 admin property.
For example, to add a new item, do as follows:
getAdmin().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getNsset()
Stringpublic void setNsset(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getKeyset()
Stringpublic void setKeyset(java.lang.String value)
value - allowed object is
Stringpublic 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 getExDate()
XMLGregorianCalendarpublic void setExDate(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<java.lang.String> getTempcontact()
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 tempcontact property.
For example, to add a new item, do as follows:
getTempcontact().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2022. All rights reserved.