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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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

    marshal, toString

    Methods inherited from class java.lang.Object

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

    • name

      protected String name
    • crDate

      protected org.joda.time.DateTime crDate
    • exDate

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

    • XjcDomainCreData

      public XjcDomainCreData()
  • Method Details

    • getName

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

      public void setName(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
    • getExDate

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

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