Package google.registry.xjc.domain
Class XjcDomainCheckType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainCheckType
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:domain-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
(XjcDomainCheckNameType 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
-
XjcDomainCheckType
public XjcDomainCheckType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
XjcDomainCheckNameType
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isXjcDomainCheckNameType
-
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
-