Package google.registry.xjc.launch
Class XjcLaunchChkData
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.launch.XjcLaunchChkData
Java class for chkDataType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="chkDataType">
<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="cd" type="{urn:ietf:params:xml:ns:launch-1.0}cdType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCds()
Gets the value of the cds property.getPhase()
Gets the value of the phase property.void
setPhase
(XjcLaunchPhaseType value) Sets the value of the phase property.
-
Field Details
-
phase
-
cds
-
-
Constructor Details
-
XjcLaunchChkData
public XjcLaunchChkData()
-
-
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
-
getCds
Gets the value of the cds 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 cds property.getCds().add(newItem);
Objects of the following type(s) are allowed in the listXjcLaunchCdType
- Returns:
- The value of the cds property.
-