Package google.registry.xjc.epp
Class XjcEppExtErrValueType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppExtErrValueType
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the reason property.getValue()
Gets the value of the value property.void
setReason
(XjcEppMsgType value) Sets the value of the reason property.void
setValue
(XjcEppErrValueType value) Sets the value of the value property.
-
Field Details
-
value
-
reason
-
-
Constructor Details
-
XjcEppExtErrValueType
public XjcEppExtErrValueType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
XjcEppErrValueType
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isXjcEppErrValueType
-
getReason
Gets the value of the reason property.- Returns:
- possible object is
XjcEppMsgType
-
setReason
Sets the value of the reason property.- Parameters:
value
- allowed object isXjcEppMsgType
-