Class Create

java.lang.Object
google.registry.xjc.XjcObject
google.params.xml.ns.allocate_1.Create

public class Create extends XjcObject

Java class for createType complex type

.

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

 <complexType name="createType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="applicationRoid" type="{urn:ietf:params:xml:ns:eppcom-1.0}roidType"/>
         <element name="applicationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="smdId" type="{urn:ietf:params:xml:ns:mark-1.0}idType" minOccurs="0"/>
         <element name="notice" type="{urn:ietf:params:xml:ns:launch-1.0}createNoticeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • applicationRoid

      protected String applicationRoid
    • applicationTime

      protected org.joda.time.DateTime applicationTime
    • smdId

      protected String smdId
    • notice

      protected XjcLaunchCreateNoticeType notice
  • Constructor Details

    • Create

      public Create()
  • Method Details

    • getApplicationRoid

      public String getApplicationRoid()
      Gets the value of the applicationRoid property.
      Returns:
      possible object is String
    • setApplicationRoid

      public void setApplicationRoid(String value)
      Sets the value of the applicationRoid property.
      Parameters:
      value - allowed object is String
    • getApplicationTime

      public org.joda.time.DateTime getApplicationTime()
      Gets the value of the applicationTime property.
      Returns:
      possible object is String
    • setApplicationTime

      public void setApplicationTime(org.joda.time.DateTime value)
      Sets the value of the applicationTime property.
      Parameters:
      value - allowed object is String
    • getSmdId

      public String getSmdId()
      Gets the value of the smdId property.
      Returns:
      possible object is String
    • setSmdId

      public void setSmdId(String value)
      Sets the value of the smdId property.
      Parameters:
      value - allowed object is String
    • getNotice

      public XjcLaunchCreateNoticeType getNotice()
      Gets the value of the notice property.
      Returns:
      possible object is XjcLaunchCreateNoticeType
    • setNotice

      public void setNotice(XjcLaunchCreateNoticeType value)
      Sets the value of the notice property.
      Parameters:
      value - allowed object is XjcLaunchCreateNoticeType