Class XjcHostCreData


  • public class XjcHostCreData
    extends XjcObject
    <p>Java class for creDataType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="creDataType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/&gt; &lt;element name="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.joda.time.DateTime crDate  
      protected java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      XjcHostCreData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.joda.time.DateTime getCrDate()
      Gets the value of the crDate property.
      java.lang.String getName()
      Gets the value of the name property.
      void setCrDate​(org.joda.time.DateTime value)
      Sets the value of the crDate property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • crDate

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

      • XjcHostCreData

        public XjcHostCreData()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • 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