Package google.registry.xjc.contact
Class XjcContactCheckIDType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactCheckIDType
Java class for checkIDType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="checkIDType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:eppcom-1.0>clIDType">
<attribute name="avail" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
-
avail
protected boolean avail
-
-
Constructor Details
-
XjcContactCheckIDType
public XjcContactCheckIDType()
-
-
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
-
isAvail
public boolean isAvail()Gets the value of the avail property. -
setAvail
public void setAvail(boolean value) Sets the value of the avail property.
-