Package google.params.xml.ns.allocate_1
Class Create
java.lang.Object
google.registry.xjc.XjcObject
google.params.xml.ns.allocate_1.Create
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 Summary
Modifier and TypeFieldDescriptionprotected String
protected org.joda.time.DateTime
protected XjcLaunchCreateNoticeType
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applicationRoid property.org.joda.time.DateTime
Gets the value of the applicationTime property.Gets the value of the notice property.getSmdId()
Gets the value of the smdId property.void
setApplicationRoid
(String value) Sets the value of the applicationRoid property.void
setApplicationTime
(org.joda.time.DateTime value) Sets the value of the applicationTime property.void
Sets the value of the notice property.void
Sets the value of the smdId property.
-
Field Details
-
applicationRoid
-
applicationTime
protected org.joda.time.DateTime applicationTime -
smdId
-
notice
-
-
Constructor Details
-
Create
public Create()
-
-
Method Details
-
getApplicationRoid
Gets the value of the applicationRoid property.- Returns:
- possible object is
String
-
setApplicationRoid
Sets the value of the applicationRoid property.- Parameters:
value
- allowed object isString
-
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 isString
-
getSmdId
Gets the value of the smdId property.- Returns:
- possible object is
String
-
setSmdId
Sets the value of the smdId property.- Parameters:
value
- allowed object isString
-
getNotice
Gets the value of the notice property.- Returns:
- possible object is
XjcLaunchCreateNoticeType
-
setNotice
Sets the value of the notice property.- Parameters:
value
- allowed object isXjcLaunchCreateNoticeType
-