Package google.registry.xjc.launch
Class XjcLaunchCreateNoticeType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.launch.XjcLaunchCreateNoticeType
Java class for createNoticeType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="createNoticeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="noticeID" type="{urn:ietf:params:xml:ns:launch-1.0}noticeIDType"/>
<element name="notAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="acceptedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.joda.time.DateTime
protected org.joda.time.DateTime
protected XjcLaunchNoticeIDType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
Gets the value of the acceptedDate property.org.joda.time.DateTime
Gets the value of the notAfter property.Gets the value of the noticeID property.void
setAcceptedDate
(org.joda.time.DateTime value) Sets the value of the acceptedDate property.void
setNotAfter
(org.joda.time.DateTime value) Sets the value of the notAfter property.void
setNoticeID
(XjcLaunchNoticeIDType value) Sets the value of the noticeID property.
-
Field Details
-
noticeID
-
notAfter
protected org.joda.time.DateTime notAfter -
acceptedDate
protected org.joda.time.DateTime acceptedDate
-
-
Constructor Details
-
XjcLaunchCreateNoticeType
public XjcLaunchCreateNoticeType()
-
-
Method Details
-
getNoticeID
Gets the value of the noticeID property.- Returns:
- possible object is
XjcLaunchNoticeIDType
-
setNoticeID
Sets the value of the noticeID property.- Parameters:
value
- allowed object isXjcLaunchNoticeIDType
-
getNotAfter
public org.joda.time.DateTime getNotAfter()Gets the value of the notAfter property.- Returns:
- possible object is
String
-
setNotAfter
public void setNotAfter(org.joda.time.DateTime value) Sets the value of the notAfter property.- Parameters:
value
- allowed object isString
-
getAcceptedDate
public org.joda.time.DateTime getAcceptedDate()Gets the value of the acceptedDate property.- Returns:
- possible object is
String
-
setAcceptedDate
public void setAcceptedDate(org.joda.time.DateTime value) Sets the value of the acceptedDate property.- Parameters:
value
- allowed object isString
-