Package google.registry.xjc.launch
Class XjcLaunchInfData
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.launch.XjcLaunchInfData
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 Summary
Modifier and TypeFieldDescriptionprotected List
<jakarta.xml.bind.JAXBElement<? extends XjcMarkAbstractMarkType>> protected String
protected XjcLaunchPhaseType
protected XjcLaunchStatusType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList
<jakarta.xml.bind.JAXBElement<? extends XjcMarkAbstractMarkType>> Gets the value of the abstractMarks property.Gets the value of the applicationID property.getPhase()
Gets the value of the phase property.Gets the value of the status property.void
setApplicationID
(String value) Sets the value of the applicationID property.void
setPhase
(XjcLaunchPhaseType value) Sets the value of the phase property.void
setStatus
(XjcLaunchStatusType value) Sets the value of the status property.
-
Field Details
-
phase
-
applicationID
-
status
-
abstractMarks
-
-
Constructor Details
-
XjcLaunchInfData
public XjcLaunchInfData()
-
-
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
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
XjcLaunchStatusType
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isXjcLaunchStatusType
-
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
For example, to add a new item, do as follows:set
method for the abstractMarks property.getAbstractMarks().add(newItem);
Objects of the following type(s) are allowed in the listXjcMarkAbstractMark
XjcMarkMark
- Returns:
- The value of the abstractMarks property.
-