public class CheckType
extends java.lang.Object
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="{http://www.nic.cz/xml/epp/domain-1.4}checkNameType"/>
<element name="reason" type="{http://www.nic.cz/xml/epp/fredcom-1.2}msgType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CheckNameType |
name |
protected MsgType |
reason |
| Constructor and Description |
|---|
CheckType() |
| Modifier and Type | Method and Description |
|---|---|
CheckNameType |
getName()
Gets the value of the name property.
|
MsgType |
getReason()
Gets the value of the reason property.
|
void |
setName(CheckNameType value)
Sets the value of the name property.
|
void |
setReason(MsgType value)
Sets the value of the reason property.
|
protected CheckNameType name
protected MsgType reason
public CheckNameType getName()
CheckNameTypepublic void setName(CheckNameType value)
value - allowed object is
CheckNameTypepublic MsgType getReason()
MsgTypeCopyright © 2022. All rights reserved.