Class XjcRdeNndn


public class XjcRdeNndn extends XjcRdeContentType

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 Details

    • aName

      protected String aName
    • uName

      protected String uName
    • idnTableId

      protected String idnTableId
    • originalName

      protected String originalName
    • nameState

      protected XjcRdeNndnNameState nameState
    • crDate

      protected org.joda.time.DateTime crDate
  • Constructor Details

    • XjcRdeNndn

      public XjcRdeNndn()
  • Method Details

    • getAName

      public String getAName()
      Gets the value of the aName property.
      Returns:
      possible object is String
    • setAName

      public void setAName(String value)
      Sets the value of the aName property.
      Parameters:
      value - allowed object is String
    • getUName

      public String getUName()
      Gets the value of the uName property.
      Returns:
      possible object is String
    • setUName

      public void setUName(String value)
      Sets the value of the uName property.
      Parameters:
      value - allowed object is String
    • getIdnTableId

      public String getIdnTableId()
      Gets the value of the idnTableId property.
      Returns:
      possible object is String
    • setIdnTableId

      public void setIdnTableId(String value)
      Sets the value of the idnTableId property.
      Parameters:
      value - allowed object is String
    • getOriginalName

      public String getOriginalName()
      Gets the value of the originalName property.
      Returns:
      possible object is String
    • setOriginalName

      public void setOriginalName(String value)
      Sets the value of the originalName property.
      Parameters:
      value - allowed object is String
    • getNameState

      public XjcRdeNndnNameState getNameState()
      Gets the value of the nameState property.
      Returns:
      possible object is XjcRdeNndnNameState
    • setNameState

      public void setNameState(XjcRdeNndnNameState value)
      Sets the value of the nameState property.
      Parameters:
      value - allowed object is XjcRdeNndnNameState
    • 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 is String