Package google.registry.xjc.host
Class XjcHostCheckType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.host.XjcHostCheckType
Java class for checkType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="checkType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{urn:ietf:params:xml:ns:host-1.0}checkNameType"/>
<element name="reason" type="{urn:ietf:params:xml:ns:eppcom-1.0}reasonType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.Gets the value of the reason property.void
setName
(XjcHostCheckNameType value) Sets the value of the name property.void
setReason
(XjcEppcomReasonType value) Sets the value of the reason property.
-
Field Details
-
name
-
reason
-
-
Constructor Details
-
XjcHostCheckType
public XjcHostCheckType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
XjcHostCheckNameType
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isXjcHostCheckNameType
-
getReason
Gets the value of the reason property.- Returns:
- possible object is
XjcEppcomReasonType
-
setReason
Sets the value of the reason property.- Parameters:
value
- allowed object isXjcEppcomReasonType
-