public class AccountPrivateLabel extends APIObject
Java class for AccountPrivateLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountPrivateLabel">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="OwnerMemberID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ColorPaletteXML" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
colorPaletteXML |
protected String |
name |
protected int |
ownerMemberID |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
AccountPrivateLabel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorPaletteXML()
Gets the value of the colorPaletteXML property.
|
String |
getName()
Gets the value of the name property.
|
int |
getOwnerMemberID()
Gets the value of the ownerMemberID property.
|
void |
setColorPaletteXML(String value)
Sets the value of the colorPaletteXML property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOwnerMemberID(int value)
Sets the value of the ownerMemberID 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 name
protected int ownerMemberID
protected String colorPaletteXML
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getOwnerMemberID()
public void setOwnerMemberID(int value)
public String getColorPaletteXML()
Stringpublic void setColorPaletteXML(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.