Class XjcContactCreData

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactCreData

public class XjcContactCreData 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="id" type="{urn:ietf:params:xml:ns:eppcom-1.0}clIDType"/>
         <element name="crDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • id

      protected String id
    • crDate

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

    • XjcContactCreData

      public XjcContactCreData()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id 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