public class VersionInfoResponse extends Object
Java class for VersionInfoResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionInfoResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="VersionDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="VersionHistory" type="{http://exacttarget.com/wsdl/partnerAPI}VersionInfoResponse" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
notes |
protected String |
version |
protected Date |
versionDate |
protected List<VersionInfoResponse> |
versionHistory |
| Constructor and Description |
|---|
VersionInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNotes()
Gets the value of the notes property.
|
String |
getVersion()
Gets the value of the version property.
|
Date |
getVersionDate()
Gets the value of the versionDate property.
|
List<VersionInfoResponse> |
getVersionHistory()
Gets the value of the versionHistory property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setVersionDate(Date value)
Sets the value of the versionDate property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String version
protected Date versionDate
protected String notes
protected List<VersionInfoResponse> versionHistory
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic Date getVersionDate()
Stringpublic void setVersionDate(Date value)
value - allowed object is
Stringpublic String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic List<VersionInfoResponse> getVersionHistory()
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 versionHistory property.
For example, to add a new item, do as follows:
getVersionHistory().add(newItem);
Objects of the following type(s) are allowed in the list
VersionInfoResponse
Copyright © 2017. All rights reserved.