Package google.registry.xjc.contact
Class XjcContactCheckType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactCheckType
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="id" type="{urn:ietf:params:xml:ns:contact-1.0}checkIDType"/>
<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 TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the reason property.void
setId
(XjcContactCheckIDType value) Sets the value of the id property.void
setReason
(XjcEppcomReasonType value) Sets the value of the reason property.
-
Field Details
-
id
-
reason
-
-
Constructor Details
-
XjcContactCheckType
public XjcContactCheckType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
XjcContactCheckIDType
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isXjcContactCheckIDType
-
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
-