Package com.sforce.soap.metadata
Class NetworkBranding
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.MetadataWithContent
-
- com.sforce.soap.metadata.NetworkBranding
-
- All Implemented Interfaces:
XMLizable
public class NetworkBranding extends MetadataWithContent
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description NetworkBranding()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.MetadataWithContent
getContent, setContent, setContent
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getLoginBackgroundImageUrl
public String getLoginBackgroundImageUrl()
-
setLoginBackgroundImageUrl
public void setLoginBackgroundImageUrl(String loginBackgroundImageUrl)
-
setLoginBackgroundImageUrl
protected void setLoginBackgroundImageUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLoginFooterText
public String getLoginFooterText()
-
setLoginFooterText
public void setLoginFooterText(String loginFooterText)
-
setLoginFooterText
protected void setLoginFooterText(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLoginLogo
public String getLoginLogo()
-
setLoginLogo
public void setLoginLogo(String loginLogo)
-
setLoginLogo
protected void setLoginLogo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLoginLogoName
public String getLoginLogoName()
-
setLoginLogoName
public void setLoginLogoName(String loginLogoName)
-
setLoginLogoName
protected void setLoginLogoName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLoginPrimaryColor
public String getLoginPrimaryColor()
-
setLoginPrimaryColor
public void setLoginPrimaryColor(String loginPrimaryColor)
-
setLoginPrimaryColor
protected void setLoginPrimaryColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLoginQuaternaryColor
public String getLoginQuaternaryColor()
-
setLoginQuaternaryColor
public void setLoginQuaternaryColor(String loginQuaternaryColor)
-
setLoginQuaternaryColor
protected void setLoginQuaternaryColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLoginRightFrameUrl
public String getLoginRightFrameUrl()
-
setLoginRightFrameUrl
public void setLoginRightFrameUrl(String loginRightFrameUrl)
-
setLoginRightFrameUrl
protected void setLoginRightFrameUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNetwork
public String getNetwork()
-
setNetwork
public void setNetwork(String network)
-
setNetwork
protected void setNetwork(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPageFooter
public String getPageFooter()
-
setPageFooter
public void setPageFooter(String pageFooter)
-
setPageFooter
protected void setPageFooter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPageHeader
public String getPageHeader()
-
setPageHeader
public void setPageHeader(String pageHeader)
-
setPageHeader
protected void setPageHeader(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
-
getPrimaryComplementColor
public String getPrimaryComplementColor()
-
setPrimaryComplementColor
public void setPrimaryComplementColor(String primaryComplementColor)
-
setPrimaryComplementColor
protected void setPrimaryComplementColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuaternaryColor
public String getQuaternaryColor()
-
setQuaternaryColor
public void setQuaternaryColor(String quaternaryColor)
-
setQuaternaryColor
protected void setQuaternaryColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuaternaryComplementColor
public String getQuaternaryComplementColor()
-
setQuaternaryComplementColor
public void setQuaternaryComplementColor(String quaternaryComplementColor)
-
setQuaternaryComplementColor
protected void setQuaternaryComplementColor(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
-
getStaticLogoImageUrl
public String getStaticLogoImageUrl()
-
setStaticLogoImageUrl
public void setStaticLogoImageUrl(String staticLogoImageUrl)
-
setStaticLogoImageUrl
protected void setStaticLogoImageUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTertiaryColor
public String getTertiaryColor()
-
setTertiaryColor
public void setTertiaryColor(String tertiaryColor)
-
setTertiaryColor
protected void setTertiaryColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTertiaryComplementColor
public String getTertiaryComplementColor()
-
setTertiaryComplementColor
public void setTertiaryComplementColor(String tertiaryComplementColor)
-
setTertiaryComplementColor
protected void setTertiaryComplementColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getZeronaryColor
public String getZeronaryColor()
-
setZeronaryColor
public void setZeronaryColor(String zeronaryColor)
-
setZeronaryColor
protected void setZeronaryColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getZeronaryComplementColor
public String getZeronaryComplementColor()
-
setZeronaryComplementColor
public void setZeronaryComplementColor(String zeronaryComplementColor)
-
setZeronaryComplementColor
protected void setZeronaryComplementColor(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 classMetadataWithContent- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadataWithContent- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadataWithContent- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadataWithContent- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classMetadataWithContent
-
-