Package com.sforce.soap.metadata
Class EmbeddedServiceBranding
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.EmbeddedServiceBranding
-
-
Constructor Summary
Constructors Constructor Description EmbeddedServiceBranding()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getContrastInvertedColor
public String getContrastInvertedColor()
-
setContrastInvertedColor
public void setContrastInvertedColor(String contrastInvertedColor)
-
setContrastInvertedColor
protected void setContrastInvertedColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContrastPrimaryColor
public String getContrastPrimaryColor()
-
setContrastPrimaryColor
public void setContrastPrimaryColor(String contrastPrimaryColor)
-
setContrastPrimaryColor
protected void setContrastPrimaryColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmbeddedServiceConfig
public String getEmbeddedServiceConfig()
-
setEmbeddedServiceConfig
public void setEmbeddedServiceConfig(String embeddedServiceConfig)
-
setEmbeddedServiceConfig
protected void setEmbeddedServiceConfig(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFont
public String getFont()
-
setFont
public void setFont(String font)
-
setFont
protected void setFont(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHeight
public int getHeight()
-
setHeight
public void setHeight(int height)
-
setHeight
protected void setHeight(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNavBarColor
public String getNavBarColor()
-
setNavBarColor
public void setNavBarColor(String navBarColor)
-
setNavBarColor
protected void setNavBarColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNavBarTextColor
public String getNavBarTextColor()
-
setNavBarTextColor
public void setNavBarTextColor(String navBarTextColor)
-
setNavBarTextColor
protected void setNavBarTextColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPrimaryColor
public String getPrimaryColor()
-
setPrimaryColor
public void setPrimaryColor(String primaryColor)
-
setPrimaryColor
protected void setPrimaryColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSecondaryColor
public String getSecondaryColor()
-
setSecondaryColor
public void setSecondaryColor(String secondaryColor)
-
setSecondaryColor
protected void setSecondaryColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSecondaryNavBarColor
public String getSecondaryNavBarColor()
-
setSecondaryNavBarColor
public void setSecondaryNavBarColor(String secondaryNavBarColor)
-
setSecondaryNavBarColor
protected void setSecondaryNavBarColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWidth
public int getWidth()
-
setWidth
public void setWidth(int width)
-
setWidth
protected void setWidth(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-