public class ScheduleResponse extends Object
Java class for ScheduleResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduleResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StatusMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OrdinalID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Results" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Result" type="{http://exacttarget.com/wsdl/partnerAPI}APIProperty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleResponse.Results
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
errorCode |
protected Integer |
ordinalID |
protected ScheduleResponse.Results |
results |
protected String |
statusCode |
protected String |
statusMessage |
| Constructor and Description |
|---|
ScheduleResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getErrorCode()
Gets the value of the errorCode property.
|
Integer |
getOrdinalID()
Gets the value of the ordinalID property.
|
ScheduleResponse.Results |
getResults()
Gets the value of the results property.
|
String |
getStatusCode()
Gets the value of the statusCode property.
|
String |
getStatusMessage()
Gets the value of the statusMessage property.
|
void |
setErrorCode(Integer value)
Sets the value of the errorCode property.
|
void |
setOrdinalID(Integer value)
Sets the value of the ordinalID property.
|
void |
setResults(ScheduleResponse.Results value)
Sets the value of the results property.
|
void |
setStatusCode(String value)
Sets the value of the statusCode property.
|
void |
setStatusMessage(String value)
Sets the value of the statusMessage property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String statusCode
protected String statusMessage
protected Integer ordinalID
protected ScheduleResponse.Results results
protected Integer errorCode
public String getStatusCode()
Stringpublic void setStatusCode(String value)
value - allowed object is
Stringpublic String getStatusMessage()
Stringpublic void setStatusMessage(String value)
value - allowed object is
Stringpublic Integer getOrdinalID()
Integerpublic void setOrdinalID(Integer value)
value - allowed object is
Integerpublic ScheduleResponse.Results getResults()
ScheduleResponse.Resultspublic void setResults(ScheduleResponse.Results value)
value - allowed object is
ScheduleResponse.Resultspublic Integer getErrorCode()
Integerpublic void setErrorCode(Integer value)
value - allowed object is
IntegerCopyright © 2017. All rights reserved.