|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.ANetApiResponse
public class ANetApiResponse
Java class for ANetApiResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ANetApiResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="refId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<sequence>
<element name="messages" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}messagesType"/>
</sequence>
<element name="sessionToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected MessagesType |
messages
|
protected String |
refId
|
protected String |
sessionToken
|
| Constructor Summary | |
|---|---|
ANetApiResponse()
|
|
| Method Summary | |
|---|---|
MessagesType |
getMessages()
Gets the value of the messages property. |
String |
getRefId()
Gets the value of the refId property. |
String |
getSessionToken()
Gets the value of the sessionToken property. |
void |
setMessages(MessagesType value)
Sets the value of the messages property. |
void |
setRefId(String value)
Sets the value of the refId property. |
void |
setSessionToken(String value)
Sets the value of the sessionToken property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String refId
protected MessagesType messages
protected String sessionToken
| Constructor Detail |
|---|
public ANetApiResponse()
| Method Detail |
|---|
public String getRefId()
Stringpublic void setRefId(String value)
value - allowed object is
Stringpublic MessagesType getMessages()
MessagesTypepublic void setMessages(MessagesType value)
value - allowed object is
MessagesTypepublic String getSessionToken()
Stringpublic void setSessionToken(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||