Class XjcLaunchCreateNoticeType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.launch.XjcLaunchCreateNoticeType

public class XjcLaunchCreateNoticeType extends XjcObject

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 Details

    • noticeID

      protected XjcLaunchNoticeIDType noticeID
    • notAfter

      protected org.joda.time.DateTime notAfter
    • acceptedDate

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

    • XjcLaunchCreateNoticeType

      public XjcLaunchCreateNoticeType()
  • Method Details

    • getNoticeID

      public XjcLaunchNoticeIDType getNoticeID()
      Gets the value of the noticeID property.
      Returns:
      possible object is XjcLaunchNoticeIDType
    • setNoticeID

      public void setNoticeID(XjcLaunchNoticeIDType value)
      Sets the value of the noticeID property.
      Parameters:
      value - allowed object is XjcLaunchNoticeIDType
    • 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 is String
    • 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 is String