Package google.registry.xjc.epp
Class XjcEppResponse
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppResponse
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 Summary
Modifier and TypeFieldDescriptionprotected XjcEppExtAnyType
protected XjcEppMsgQType
protected XjcEppExtAnyType
protected List
<XjcEppResultType> protected XjcEppTrIDType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extension property.getMsgQ()
Gets the value of the msgQ property.Gets the value of the resData property.Gets the value of the results property.getTrID()
Gets the value of the trID property.void
setExtension
(XjcEppExtAnyType value) Sets the value of the extension property.void
setMsgQ
(XjcEppMsgQType value) Sets the value of the msgQ property.void
setResData
(XjcEppExtAnyType value) Sets the value of the resData property.void
setTrID
(XjcEppTrIDType value) Sets the value of the trID property.
-
Field Details
-
results
-
msgQ
-
resData
-
extension
-
trID
-
-
Constructor Details
-
XjcEppResponse
public XjcEppResponse()
-
-
Method Details
-
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
For example, to add a new item, do as follows:set
method for the results property.getResults().add(newItem);
Objects of the following type(s) are allowed in the listXjcEppResultType
- Returns:
- The value of the results property.
-
getMsgQ
Gets the value of the msgQ property.- Returns:
- possible object is
XjcEppMsgQType
-
setMsgQ
Sets the value of the msgQ property.- Parameters:
value
- allowed object isXjcEppMsgQType
-
getResData
Gets the value of the resData property.- Returns:
- possible object is
XjcEppExtAnyType
-
setResData
Sets the value of the resData property.- Parameters:
value
- allowed object isXjcEppExtAnyType
-
getExtension
Gets the value of the extension property.- Returns:
- possible object is
XjcEppExtAnyType
-
setExtension
Sets the value of the extension property.- Parameters:
value
- allowed object isXjcEppExtAnyType
-
getTrID
Gets the value of the trID property.- Returns:
- possible object is
XjcEppTrIDType
-
setTrID
Sets the value of the trID property.- Parameters:
value
- allowed object isXjcEppTrIDType
-