Class XjcLaunchIdContainerType

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

public class XjcLaunchIdContainerType extends XjcObject

Java class for idContainerType complex type

.

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

 <complexType name="idContainerType">
   <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcLaunchIdContainerType

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