public class ConfigureResponseMsg 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="Results" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Result" type="{http://exacttarget.com/wsdl/partnerAPI}ConfigureResult" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="OverallStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="OverallStatusMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="RequestID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Class and Description | 
|---|---|
| static class  | ConfigureResponseMsg.ResultsJava class for anonymous complex type. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected String | overallStatus | 
| protected String | overallStatusMessage | 
| protected String | requestID | 
| protected ConfigureResponseMsg.Results | results | 
| Constructor and Description | 
|---|
| ConfigureResponseMsg() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getOverallStatus()Gets the value of the overallStatus property. | 
| String | getOverallStatusMessage()Gets the value of the overallStatusMessage property. | 
| String | getRequestID()Gets the value of the requestID property. | 
| ConfigureResponseMsg.Results | getResults()Gets the value of the results property. | 
| void | setOverallStatus(String value)Sets the value of the overallStatus property. | 
| void | setOverallStatusMessage(String value)Sets the value of the overallStatusMessage property. | 
| void | setRequestID(String value)Sets the value of the requestID property. | 
| void | setResults(ConfigureResponseMsg.Results value)Sets the value of the results property. | 
| String | toString()Generates a String representation of the contents of this type. | 
protected ConfigureResponseMsg.Results results
protected String overallStatus
protected String overallStatusMessage
protected String requestID
public ConfigureResponseMsg.Results getResults()
ConfigureResponseMsg.Resultspublic void setResults(ConfigureResponseMsg.Results value)
value - allowed object is
     ConfigureResponseMsg.Resultspublic String getOverallStatus()
Stringpublic void setOverallStatus(String value)
value - allowed object is
     Stringpublic String getOverallStatusMessage()
Stringpublic void setOverallStatusMessage(String value)
value - allowed object is
     Stringpublic String getRequestID()
Stringpublic void setRequestID(String value)
value - allowed object is
     StringCopyright © 2017. All rights reserved.