Package google.registry.xjc.launch
Class XjcLaunchCodeMarkType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.launch.XjcLaunchCodeMarkType
Java class for codeMarkType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="codeMarkType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code" type="{urn:ietf:params:xml:ns:launch-1.0}codeType" minOccurs="0"/>
<element ref="{urn:ietf:params:xml:ns:mark-1.0}abstractMark" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<? extends XjcMarkAbstractMarkType> protected XjcLaunchCodeType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<? extends XjcMarkAbstractMarkType> Gets the value of the abstractMark property.getCode()
Gets the value of the code property.void
setAbstractMark
(jakarta.xml.bind.JAXBElement<? extends XjcMarkAbstractMarkType> value) Sets the value of the abstractMark property.void
setCode
(XjcLaunchCodeType value) Sets the value of the code property.
-
Field Details
-
code
-
abstractMark
-
-
Constructor Details
-
XjcLaunchCodeMarkType
public XjcLaunchCodeMarkType()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
XjcLaunchCodeType
-
setCode
Sets the value of the code property.- Parameters:
value
- allowed object isXjcLaunchCodeType
-
getAbstractMark
Gets the value of the abstractMark property.- Returns:
- possible object is
XjcMarkAbstractMark
XjcMarkMark
-
setAbstractMark
Sets the value of the abstractMark property.- Parameters:
value
- allowed object isXjcMarkAbstractMark
XjcMarkMark
-