Package google.registry.xjc.launch
Class XjcLaunchIdContainerType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.launch.XjcLaunchIdContainerType
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applicationID property.getPhase()
Gets the value of the phase property.void
setApplicationID
(String value) Sets the value of the applicationID property.void
setPhase
(XjcLaunchPhaseType value) Sets the value of the phase property.
-
Field Details
-
phase
-
applicationID
-
-
Constructor Details
-
XjcLaunchIdContainerType
public XjcLaunchIdContainerType()
-
-
Method Details
-
getPhase
Gets the value of the phase property.- Returns:
- possible object is
XjcLaunchPhaseType
-
setPhase
Sets the value of the phase property.- Parameters:
value
- allowed object isXjcLaunchPhaseType
-
getApplicationID
Gets the value of the applicationID property.- Returns:
- possible object is
String
-
setApplicationID
Sets the value of the applicationID property.- Parameters:
value
- allowed object isString
-