Class XjcDomainCreData

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainCreData

public class XjcDomainCreData extends XjcObject

Java class for creDataType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="creDataType">
   <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="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="exDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    protected org.joda.time.DateTime
     
    protected org.joda.time.DateTime
     
    protected String
     
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    org.joda.time.DateTime
    Gets the value of the crDate property.
    org.joda.time.DateTime
    Gets the value of the exDate property.
    Gets the value of the name property.
    void
    setCrDate(org.joda.time.DateTime value)
    Sets the value of the crDate property.
    void
    setExDate(org.joda.time.DateTime value)
    Sets the value of the exDate property.
    void
    setName(String value)
    Sets the value of the name property.

    Methods inherited from class google.registry.xjc.XjcObject Link icon

    marshal, toString

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details Link icon

    • name Link icon

      protected String name
    • crDate Link icon

      protected org.joda.time.DateTime crDate
    • exDate Link icon

      protected org.joda.time.DateTime exDate
  • Constructor Details Link icon

    • XjcDomainCreData Link icon

      public XjcDomainCreData()
  • Method Details Link icon

    • getName Link icon

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

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getCrDate Link icon

      public org.joda.time.DateTime getCrDate()
      Gets the value of the crDate property.
      Returns:
      possible object is String
    • setCrDate Link icon

      public void setCrDate(org.joda.time.DateTime value)
      Sets the value of the crDate property.
      Parameters:
      value - allowed object is String
    • getExDate Link icon

      public org.joda.time.DateTime getExDate()
      Gets the value of the exDate property.
      Returns:
      possible object is String
    • setExDate Link icon

      public void setExDate(org.joda.time.DateTime value)
      Sets the value of the exDate property.
      Parameters:
      value - allowed object is String