public class CheckNameType
extends java.lang.Object
Java class for checkNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="checkNameType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:eppcom-1.0>labelType">
<attribute name="avail" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
avail |
protected java.lang.String |
value |
| Constructor and Description |
|---|
CheckNameType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value of the value property.
|
boolean |
isAvail()
Gets the value of the avail property.
|
void |
setAvail(boolean value)
Sets the value of the avail property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic boolean isAvail()
public void setAvail(boolean value)
Copyright © 2023. All rights reserved.