Class XjcLaunchInfo

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

public class XjcLaunchInfo extends XjcObject

Java class for infoType complex type

.

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

 <complexType name="infoType">
   <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"/>
       </sequence>
       <attribute name="includeMark" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcLaunchInfo

      public XjcLaunchInfo()
  • 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
    • isIncludeMark

      public boolean isIncludeMark()
      Gets the value of the includeMark property.
      Returns:
      possible object is Boolean
    • setIncludeMark

      public void setIncludeMark(Boolean value)
      Sets the value of the includeMark property.
      Parameters:
      value - allowed object is Boolean