public class Layout extends APIObject
Java class for Layout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Layout">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="LayoutName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
layoutName |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
Layout() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLayoutName()
Gets the value of the layoutName property.
|
void |
setLayoutName(String value)
Sets the value of the layoutName 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 layoutName
Copyright © 2017. All rights reserved.