Class XjcLaunchInfData

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

public class XjcLaunchInfData extends XjcObject

Java class for infDataType complex type

.

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

 <complexType name="infDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="phase" type="{urn:ietf:params:xml:ns:launch-1.0}phaseType"/>
         <element name="applicationID" type="{urn:ietf:params:xml:ns:launch-1.0}applicationIDType" minOccurs="0"/>
         <element name="status" type="{urn:ietf:params:xml:ns:launch-1.0}statusType" minOccurs="0"/>
         <element ref="{urn:ietf:params:xml:ns:mark-1.0}abstractMark" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcLaunchInfData

      public XjcLaunchInfData()
  • 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
    • getApplicationID

      public String getApplicationID()
      Gets the value of the applicationID property.
      Returns:
      possible object is String
    • setApplicationID

      public void setApplicationID(String value)
      Sets the value of the applicationID property.
      Parameters:
      value - allowed object is String
    • getStatus

      public XjcLaunchStatusType getStatus()
      Gets the value of the status property.
      Returns:
      possible object is XjcLaunchStatusType
    • setStatus

      public void setStatus(XjcLaunchStatusType value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is XjcLaunchStatusType
    • getAbstractMarks

      public List<javax.xml.bind.JAXBElement<? extends XjcMarkAbstractMarkType>> getAbstractMarks()
      Gets the value of the abstractMarks 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 abstractMarks property.

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

       getAbstractMarks().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcMarkAbstractMark XjcMarkMark

      Returns:
      The value of the abstractMarks property.