Class XjcLaunchCreate

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

public class XjcLaunchCreate 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="phase" type="{urn:ietf:params:xml:ns:launch-1.0}phaseType"/>
         <choice minOccurs="0">
           <element name="codeMark" type="{urn:ietf:params:xml:ns:launch-1.0}codeMarkType" maxOccurs="unbounded"/>
           <element ref="{urn:ietf:params:xml:ns:signedMark-1.0}abstractSignedMark" maxOccurs="unbounded"/>
           <element ref="{urn:ietf:params:xml:ns:signedMark-1.0}encodedSignedMark" maxOccurs="unbounded"/>
         </choice>
         <element name="notice" type="{urn:ietf:params:xml:ns:launch-1.0}createNoticeType" minOccurs="0"/>
       </sequence>
       <attribute name="type" type="{urn:ietf:params:xml:ns:launch-1.0}objectType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcLaunchCreate

      public XjcLaunchCreate()
  • Method Details

    • getPhase

      public XjcLaunchPhaseType getPhase()
      Gets the value of the phase property.
      Returns:
      possible object is XjcLaunchPhaseType
    • setPhase

      public void setPhase(XjcLaunchPhaseType value)
      Sets the value of the phase property.
      Parameters:
      value - allowed object is XjcLaunchPhaseType
    • getEncodedSignedMarks

      public List<XjcSmdEncodedSignedMark> getEncodedSignedMarks()
      Gets the value of the encodedSignedMarks property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the encodedSignedMarks property.

      For example, to add a new item, do as follows:

       getEncodedSignedMarks().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcSmdEncodedSignedMark

      Returns:
      The value of the encodedSignedMarks property.
    • getAbstractSignedMarks

      public List<javax.xml.bind.JAXBElement<? extends XjcSmdAbstractSignedMark>> getAbstractSignedMarks()
      Gets the value of the abstractSignedMarks property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the abstractSignedMarks property.

      For example, to add a new item, do as follows:

       getAbstractSignedMarks().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcSmdAbstractSignedMarkElement XjcSmdSignedMarkElement

      Returns:
      The value of the abstractSignedMarks property.
    • getCodeMarks

      public List<XjcLaunchCodeMarkType> getCodeMarks()
      Gets the value of the codeMarks property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the codeMarks property.

      For example, to add a new item, do as follows:

       getCodeMarks().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcLaunchCodeMarkType

      Returns:
      The value of the codeMarks property.
    • 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
    • getType

      public XjcLaunchObjectType getType()
      Gets the value of the type property.
      Returns:
      possible object is XjcLaunchObjectType
    • setType

      public void setType(XjcLaunchObjectType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is XjcLaunchObjectType