Package google.registry.xjc.launch
Class XjcLaunchCdType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.launch.XjcLaunchCdType
Java class for cdType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="cdType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{urn:ietf:params:xml:ns:launch-1.0}cdNameType"/>
<element name="claimKey" type="{urn:ietf:params:xml:ns:launch-1.0}claimKeyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the claimKey property.getName()
Gets the value of the name property.void
setClaimKey
(XjcLaunchClaimKeyType value) Sets the value of the claimKey property.void
setName
(XjcLaunchCdNameType value) Sets the value of the name property.
-
Field Details
-
name
-
claimKey
-
-
Constructor Details
-
XjcLaunchCdType
public XjcLaunchCdType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
XjcLaunchCdNameType
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isXjcLaunchCdNameType
-
getClaimKey
Gets the value of the claimKey property.- Returns:
- possible object is
XjcLaunchClaimKeyType
-
setClaimKey
Sets the value of the claimKey property.- Parameters:
value
- allowed object isXjcLaunchClaimKeyType
-