public class VersionInfoResponseMsg extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="VersionInfo" type="{http://exacttarget.com/wsdl/partnerAPI}VersionInfoResponse"/>
<element name="RequestID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
requestID |
protected VersionInfoResponse |
versionInfo |
| Constructor and Description |
|---|
VersionInfoResponseMsg() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestID()
Gets the value of the requestID property.
|
VersionInfoResponse |
getVersionInfo()
Gets the value of the versionInfo property.
|
void |
setRequestID(String value)
Sets the value of the requestID property.
|
void |
setVersionInfo(VersionInfoResponse value)
Sets the value of the versionInfo property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected VersionInfoResponse versionInfo
protected String requestID
public VersionInfoResponse getVersionInfo()
VersionInfoResponsepublic void setVersionInfo(VersionInfoResponse value)
value - allowed object is
VersionInfoResponsepublic String getRequestID()
Stringpublic void setRequestID(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.