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