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 Link icon

    • name Link icon

      protected String name
    • crDate Link icon

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

    • XjcHostCreData Link icon

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