Package google.registry.xjc.iirdea
Class XjcIirdeaResult
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.iirdea.XjcIirdeaResult
Java class for resultType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="resultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="msg" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="code" use="required" type="{urn:ietf:params:xml:ns:iirdea-1.0}codeType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Gets the value of the code property.Gets the value of the description property.getMsg()
Gets the value of the msg property.void
setCode
(XjcIirdeaCode value) Sets the value of the code property.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the msg property.
-
Field Details
-
msg
-
description
-
code
-
-
Constructor Details
-
XjcIirdeaResult
public XjcIirdeaResult()
-
-
Method Details
-
getMsg
Gets the value of the msg property.- Returns:
- possible object is
String
-
setMsg
Sets the value of the msg property.- Parameters:
value
- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getCode
Gets the value of the code property.- Returns:
- possible object is
XjcIirdeaCode
-
setCode
Sets the value of the code property.- Parameters:
value
- allowed object isXjcIirdeaCode
-