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