Package google.registry.xjc.eppcom
Class XjcEppcomReasonType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.eppcom.XjcEppcomReasonType
Java class for reasonType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="reasonType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:eppcom-1.0>reasonBaseType">
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
-
lang
-
-
Constructor Details
-
XjcEppcomReasonType
public XjcEppcomReasonType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value
- allowed object isString
-