Class XjcLaunchCreate
Java class for createType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="createType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="phase" type="{urn:ietf:params:xml:ns:launch-1.0}phaseType"/>
<choice minOccurs="0">
<element name="codeMark" type="{urn:ietf:params:xml:ns:launch-1.0}codeMarkType" maxOccurs="unbounded"/>
<element ref="{urn:ietf:params:xml:ns:signedMark-1.0}abstractSignedMark" maxOccurs="unbounded"/>
<element ref="{urn:ietf:params:xml:ns:signedMark-1.0}encodedSignedMark" maxOccurs="unbounded"/>
</choice>
<element name="notice" type="{urn:ietf:params:xml:ns:launch-1.0}createNoticeType" minOccurs="0"/>
</sequence>
<attribute name="type" type="{urn:ietf:params:xml:ns:launch-1.0}objectType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<jakarta.xml.bind.JAXBElement<? extends XjcSmdAbstractSignedMark>> protected List
<XjcLaunchCodeMarkType> protected List
<XjcSmdEncodedSignedMark> protected XjcLaunchCreateNoticeType
protected XjcLaunchPhaseType
protected XjcLaunchObjectType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList
<jakarta.xml.bind.JAXBElement<? extends XjcSmdAbstractSignedMark>> Gets the value of the abstractSignedMarks property.Gets the value of the codeMarks property.Gets the value of the encodedSignedMarks property.Gets the value of the notice property.getPhase()
Gets the value of the phase property.getType()
Gets the value of the type property.void
Sets the value of the notice property.void
setPhase
(XjcLaunchPhaseType value) Sets the value of the phase property.void
setType
(XjcLaunchObjectType value) Sets the value of the type property.
-
Field Details
-
phase
-
encodedSignedMarks
-
abstractSignedMarks
protected List<jakarta.xml.bind.JAXBElement<? extends XjcSmdAbstractSignedMark>> abstractSignedMarks -
codeMarks
-
notice
-
type
-
-
Constructor Details
-
XjcLaunchCreate
public XjcLaunchCreate()
-
-
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
-
getEncodedSignedMarks
Gets the value of the encodedSignedMarks 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 encodedSignedMarks property.getEncodedSignedMarks().add(newItem);
Objects of the following type(s) are allowed in the listXjcSmdEncodedSignedMark
- Returns:
- The value of the encodedSignedMarks property.
-
getAbstractSignedMarks
public List<jakarta.xml.bind.JAXBElement<? extends XjcSmdAbstractSignedMark>> getAbstractSignedMarks()Gets the value of the abstractSignedMarks 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 abstractSignedMarks property.getAbstractSignedMarks().add(newItem);
Objects of the following type(s) are allowed in the listXjcSmdAbstractSignedMarkElement
XjcSmdSignedMarkElement
- Returns:
- The value of the abstractSignedMarks property.
-
getCodeMarks
Gets the value of the codeMarks 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 codeMarks property.getCodeMarks().add(newItem);
Objects of the following type(s) are allowed in the listXjcLaunchCodeMarkType
- Returns:
- The value of the codeMarks property.
-
getNotice
Gets the value of the notice property.- Returns:
- possible object is
XjcLaunchCreateNoticeType
-
setNotice
Sets the value of the notice property.- Parameters:
value
- allowed object isXjcLaunchCreateNoticeType
-
getType
Gets the value of the type property.- Returns:
- possible object is
XjcLaunchObjectType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isXjcLaunchObjectType
-