Package google.registry.xjc.domain
Class XjcDomainPanData
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainPanData
Java class for panDataType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="panDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{urn:ietf:params:xml:ns:domain-1.0}paNameType"/>
<element name="paTRID" type="{urn:ietf:params:xml:ns:epp-1.0}trIDType"/>
<element name="paDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcDomainPaNameType
protected org.joda.time.DateTime
protected XjcEppTrIDType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.org.joda.time.DateTime
Gets the value of the paDate property.Gets the value of the paTRID property.void
setName
(XjcDomainPaNameType value) Sets the value of the name property.void
setPaDate
(org.joda.time.DateTime value) Sets the value of the paDate property.void
setPaTRID
(XjcEppTrIDType value) Sets the value of the paTRID property.
-
Field Details
-
name
-
paTRID
-
paDate
protected org.joda.time.DateTime paDate
-
-
Constructor Details
-
XjcDomainPanData
public XjcDomainPanData()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
XjcDomainPaNameType
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isXjcDomainPaNameType
-
getPaTRID
Gets the value of the paTRID property.- Returns:
- possible object is
XjcEppTrIDType
-
setPaTRID
Sets the value of the paTRID property.- Parameters:
value
- allowed object isXjcEppTrIDType
-
getPaDate
public org.joda.time.DateTime getPaDate()Gets the value of the paDate property.- Returns:
- possible object is
String
-
setPaDate
public void setPaDate(org.joda.time.DateTime value) Sets the value of the paDate property.- Parameters:
value
- allowed object isString
-