Class XjcHostCreData

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.host.XjcHostCreData

public class XjcHostCreData 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • crDate

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

    • XjcHostCreData

      public XjcHostCreData()
  • 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