public class ANetApiResponse extends Object implements Serializable
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>
| Modifier and Type | Field and Description |
|---|---|
protected MessagesType |
messages |
protected String |
refId |
protected String |
sessionToken |
| Constructor and Description |
|---|
ANetApiResponse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String refId
protected MessagesType messages
protected String sessionToken
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()
StringCopyright © 2021. All rights reserved.