Class XjcEppResponse

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppResponse

public class XjcEppResponse extends XjcObject

Java class for responseType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="responseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="result" type="{urn:ietf:params:xml:ns:epp-1.0}resultType" maxOccurs="unbounded"/>
         <element name="msgQ" type="{urn:ietf:params:xml:ns:epp-1.0}msgQType" minOccurs="0"/>
         <element name="resData" type="{urn:ietf:params:xml:ns:epp-1.0}extAnyType" minOccurs="0"/>
         <element name="extension" type="{urn:ietf:params:xml:ns:epp-1.0}extAnyType" minOccurs="0"/>
         <element name="trID" type="{urn:ietf:params:xml:ns:epp-1.0}trIDType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcEppResponse

      public XjcEppResponse()
  • Method Details

    • getResults

      public List<XjcEppResultType> getResults()
      Gets the value of the results property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the results property.

      For example, to add a new item, do as follows:

       getResults().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcEppResultType

      Returns:
      The value of the results property.
    • getMsgQ

      public XjcEppMsgQType getMsgQ()
      Gets the value of the msgQ property.
      Returns:
      possible object is XjcEppMsgQType
    • setMsgQ

      public void setMsgQ(XjcEppMsgQType value)
      Sets the value of the msgQ property.
      Parameters:
      value - allowed object is XjcEppMsgQType
    • getResData

      public XjcEppExtAnyType getResData()
      Gets the value of the resData property.
      Returns:
      possible object is XjcEppExtAnyType
    • setResData

      public void setResData(XjcEppExtAnyType value)
      Sets the value of the resData property.
      Parameters:
      value - allowed object is XjcEppExtAnyType
    • getExtension

      public XjcEppExtAnyType getExtension()
      Gets the value of the extension property.
      Returns:
      possible object is XjcEppExtAnyType
    • setExtension

      public void setExtension(XjcEppExtAnyType value)
      Sets the value of the extension property.
      Parameters:
      value - allowed object is XjcEppExtAnyType
    • getTrID

      public XjcEppTrIDType getTrID()
      Gets the value of the trID property.
      Returns:
      possible object is XjcEppTrIDType
    • setTrID

      public void setTrID(XjcEppTrIDType value)
      Sets the value of the trID property.
      Parameters:
      value - allowed object is XjcEppTrIDType