public class ContainerID extends Object
Java class for ContainerID complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContainerID">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="APIObject" type="{http://exacttarget.com/wsdl/partnerAPI}APIObject" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ContainerID() |
| Modifier and Type | Method and Description |
|---|---|
APIObject |
getAPIObject()
Gets the value of the apiObject property.
|
void |
setAPIObject(APIObject value)
Sets the value of the apiObject property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected APIObject apiObject
Copyright © 2017. All rights reserved.