public class ExtErrValueType
extends java.lang.Object
Java class for extErrValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="extErrValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{urn:ietf:params:xml:ns:epp-1.0}errValueType"/>
<element name="reason" type="{urn:ietf:params:xml:ns:epp-1.0}msgType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MsgType |
reason |
protected ErrValueType |
value |
| Constructor and Description |
|---|
ExtErrValueType() |
| Modifier and Type | Method and Description |
|---|---|
MsgType |
getReason()
Gets the value of the reason property.
|
ErrValueType |
getValue()
Gets the value of the value property.
|
void |
setReason(MsgType value)
Sets the value of the reason property.
|
void |
setValue(ErrValueType value)
Sets the value of the value property.
|
protected ErrValueType value
protected MsgType reason
public ErrValueType getValue()
ErrValueTypepublic void setValue(ErrValueType value)
value - allowed object is
ErrValueTypepublic MsgType getReason()
MsgTypeCopyright © 2021. All rights reserved.