public class ResponseType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected ExtAnyType |
extension |
protected MsgQType |
msgQ |
protected ExtAnyType |
resData |
protected java.util.List<ResultType> |
result |
protected TrIDType |
trID |
| Constructor and Description |
|---|
ResponseType() |
| Modifier and Type | Method and Description |
|---|---|
ExtAnyType |
getExtension()
Gets the value of the extension property.
|
MsgQType |
getMsgQ()
Gets the value of the msgQ property.
|
ExtAnyType |
getResData()
Gets the value of the resData property.
|
java.util.List<ResultType> |
getResult()
Gets the value of the result property.
|
TrIDType |
getTrID()
Gets the value of the trID property.
|
void |
setExtension(ExtAnyType value)
Sets the value of the extension property.
|
void |
setMsgQ(MsgQType value)
Sets the value of the msgQ property.
|
void |
setResData(ExtAnyType value)
Sets the value of the resData property.
|
void |
setTrID(TrIDType value)
Sets the value of the trID property.
|
protected java.util.List<ResultType> result
protected MsgQType msgQ
protected ExtAnyType resData
protected ExtAnyType extension
protected TrIDType trID
public java.util.List<ResultType> getResult()
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 result property.
For example, to add a new item, do as follows:
getResult().add(newItem);
Objects of the following type(s) are allowed in the list
ResultType
public MsgQType getMsgQ()
MsgQTypepublic void setMsgQ(MsgQType value)
value - allowed object is
MsgQTypepublic ExtAnyType getResData()
ExtAnyTypepublic void setResData(ExtAnyType value)
value - allowed object is
ExtAnyTypepublic ExtAnyType getExtension()
ExtAnyTypepublic void setExtension(ExtAnyType value)
value - allowed object is
ExtAnyTypepublic TrIDType getTrID()
TrIDTypeCopyright © 2021. All rights reserved.