Package google.registry.xjc.rdenndn
Class XjcRdeNndn
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeContentType
google.registry.xjc.rdenndn.XjcRdeNndn
Java class for abstractContentType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractContentType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:rde-1.0}contentType">
<sequence>
<element name="aName" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
<element name="uName" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType" minOccurs="0"/>
<element name="idnTableId" type="{urn:ietf:params:xml:ns:rdeIDN-1.0}idType" minOccurs="0"/>
<element name="originalName" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType" minOccurs="0"/>
<element name="nameState" type="{urn:ietf:params:xml:ns:rdeNNDN-1.0}nameState"/>
<element name="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected org.joda.time.DateTime
protected String
protected XjcRdeNndnNameState
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAName()
Gets the value of the aName property.org.joda.time.DateTime
Gets the value of the crDate property.Gets the value of the idnTableId property.Gets the value of the nameState property.Gets the value of the originalName property.getUName()
Gets the value of the uName property.void
Sets the value of the aName property.void
setCrDate
(org.joda.time.DateTime value) Sets the value of the crDate property.void
setIdnTableId
(String value) Sets the value of the idnTableId property.void
setNameState
(XjcRdeNndnNameState value) Sets the value of the nameState property.void
setOriginalName
(String value) Sets the value of the originalName property.void
Sets the value of the uName property.
-
Field Details
-
aName
-
uName
-
idnTableId
-
originalName
-
nameState
-
crDate
protected org.joda.time.DateTime crDate
-
-
Constructor Details
-
XjcRdeNndn
public XjcRdeNndn()
-
-
Method Details
-
getAName
Gets the value of the aName property.- Returns:
- possible object is
String
-
setAName
Sets the value of the aName property.- Parameters:
value
- allowed object isString
-
getUName
Gets the value of the uName property.- Returns:
- possible object is
String
-
setUName
Sets the value of the uName property.- Parameters:
value
- allowed object isString
-
getIdnTableId
Gets the value of the idnTableId property.- Returns:
- possible object is
String
-
setIdnTableId
Sets the value of the idnTableId property.- Parameters:
value
- allowed object isString
-
getOriginalName
Gets the value of the originalName property.- Returns:
- possible object is
String
-
setOriginalName
Sets the value of the originalName property.- Parameters:
value
- allowed object isString
-
getNameState
Gets the value of the nameState property.- Returns:
- possible object is
XjcRdeNndnNameState
-
setNameState
Sets the value of the nameState property.- Parameters:
value
- allowed object isXjcRdeNndnNameState
-
getCrDate
public org.joda.time.DateTime getCrDate()Gets the value of the crDate property.- Returns:
- possible object is
String
-
setCrDate
public void setCrDate(org.joda.time.DateTime value) Sets the value of the crDate property.- Parameters:
value
- allowed object isString
-