Package google.registry.xjc.launch
Class XjcLaunchNoticeIDType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.launch.XjcLaunchNoticeIDType
Java class for noticeIDType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="noticeIDType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:launch-1.0>noticeIDValue">
<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
-
XjcLaunchNoticeIDType
public XjcLaunchNoticeIDType()
-
-
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
-