public class ObjectExtension extends APIObject
Java class for ObjectExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectExtension">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Properties" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Property" type="{http://exacttarget.com/wsdl/partnerAPI}APIProperty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectExtension.Properties
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectExtension.Properties |
properties |
protected String |
type |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ObjectExtension() |
| Modifier and Type | Method and Description |
|---|---|
ObjectExtension.Properties |
getProperties()
Gets the value of the properties property.
|
String |
getType()
Gets the value of the type property.
|
void |
setProperties(ObjectExtension.Properties value)
Sets the value of the properties property.
|
void |
setType(String value)
Sets the value of the type property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String type
protected ObjectExtension.Properties properties
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic ObjectExtension.Properties getProperties()
ObjectExtension.Propertiespublic void setProperties(ObjectExtension.Properties value)
value - allowed object is
ObjectExtension.PropertiesCopyright © 2017. All rights reserved.