Package google.registry.xjc.launch
Class XjcLaunchClaimKeyType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.launch.XjcLaunchClaimKeyType
Java class for claimKeyType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="claimKeyType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>token">
<attribute name="validatorID" type="{urn:ietf:params:xml:ns:launch-1.0}validatorIDType" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the validatorID property.getValue()
Gets the value of the value property.void
setValidatorID
(String value) Sets the value of the validatorID property.void
Sets the value of the value property.
-
Field Details
-
value
-
validatorID
-
-
Constructor Details
-
XjcLaunchClaimKeyType
public XjcLaunchClaimKeyType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getValidatorID
Gets the value of the validatorID property.- Returns:
- possible object is
String
-
setValidatorID
Sets the value of the validatorID property.- Parameters:
value
- allowed object isString
-