public class PrivateLabel extends Object
Java class for PrivateLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrivateLabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ColorPaletteXML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LogoFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Delete" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="SetActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
colorPaletteXML |
protected int |
delete |
protected Integer |
id |
protected String |
logoFile |
protected String |
name |
protected Boolean |
setActive |
| Constructor and Description |
|---|
PrivateLabel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorPaletteXML()
Gets the value of the colorPaletteXML property.
|
int |
getDelete()
Gets the value of the delete property.
|
Integer |
getID()
Gets the value of the id property.
|
String |
getLogoFile()
Gets the value of the logoFile property.
|
String |
getName()
Gets the value of the name property.
|
Boolean |
getSetActive()
Gets the value of the setActive property.
|
void |
setColorPaletteXML(String value)
Sets the value of the colorPaletteXML property.
|
void |
setDelete(int value)
Sets the value of the delete property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setLogoFile(String value)
Sets the value of the logoFile property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSetActive(Boolean value)
Sets the value of the setActive property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Integer id
protected String name
protected String colorPaletteXML
protected String logoFile
protected int delete
protected Boolean setActive
public void setID(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getColorPaletteXML()
Stringpublic void setColorPaletteXML(String value)
value - allowed object is
Stringpublic String getLogoFile()
Stringpublic void setLogoFile(String value)
value - allowed object is
Stringpublic int getDelete()
public void setDelete(int value)
public Boolean getSetActive()
Booleanpublic void setSetActive(Boolean value)
value - allowed object is
BooleanCopyright © 2017. All rights reserved.