Class XjcIirdeaResult

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.iirdea.XjcIirdeaResult

public class XjcIirdeaResult extends XjcObject

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 Details

  • Constructor Details

    • XjcIirdeaResult

      public XjcIirdeaResult()
  • Method Details

    • getMsg

      public String getMsg()
      Gets the value of the msg property.
      Returns:
      possible object is String
    • setMsg

      public void setMsg(String value)
      Sets the value of the msg property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getCode

      public XjcIirdeaCode getCode()
      Gets the value of the code property.
      Returns:
      possible object is XjcIirdeaCode
    • setCode

      public void setCode(XjcIirdeaCode value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is XjcIirdeaCode