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="id" type="{http://www.nic.cz/xml/epp/contact-1.6}checkIDType"/>
<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 CheckIDType |
id |
protected MsgType |
reason |
| Constructor and Description |
|---|
CheckType() |
| Modifier and Type | Method and Description |
|---|---|
CheckIDType |
getId()
Gets the value of the id property.
|
MsgType |
getReason()
Gets the value of the reason property.
|
void |
setId(CheckIDType value)
Sets the value of the id property.
|
void |
setReason(MsgType value)
Sets the value of the reason property.
|
protected CheckIDType id
protected MsgType reason
public CheckIDType getId()
CheckIDTypepublic void setId(CheckIDType value)
value - allowed object is
CheckIDTypepublic MsgType getReason()
MsgTypeCopyright © 2022. All rights reserved.