Class EmbeddedServiceBranding

  • All Implemented Interfaces:
    com.sforce.ws.bind.XMLizable

    public class EmbeddedServiceBranding
    extends Metadata
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Constructor Detail

      • EmbeddedServiceBranding

        public EmbeddedServiceBranding()
        Constructor
    • Method Detail

      • getContrastInvertedColor

        public java.lang.String getContrastInvertedColor()
      • setContrastInvertedColor

        public void setContrastInvertedColor​(java.lang.String contrastInvertedColor)
      • setContrastInvertedColor

        protected void setContrastInvertedColor​(com.sforce.ws.parser.XmlInputStream __in,
                                                com.sforce.ws.bind.TypeMapper __typeMapper)
                                         throws java.io.IOException,
                                                com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getContrastPrimaryColor

        public java.lang.String getContrastPrimaryColor()
      • setContrastPrimaryColor

        public void setContrastPrimaryColor​(java.lang.String contrastPrimaryColor)
      • setContrastPrimaryColor

        protected void setContrastPrimaryColor​(com.sforce.ws.parser.XmlInputStream __in,
                                               com.sforce.ws.bind.TypeMapper __typeMapper)
                                        throws java.io.IOException,
                                               com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEmbeddedServiceConfig

        public java.lang.String getEmbeddedServiceConfig()
      • setEmbeddedServiceConfig

        public void setEmbeddedServiceConfig​(java.lang.String embeddedServiceConfig)
      • setEmbeddedServiceConfig

        protected void setEmbeddedServiceConfig​(com.sforce.ws.parser.XmlInputStream __in,
                                                com.sforce.ws.bind.TypeMapper __typeMapper)
                                         throws java.io.IOException,
                                                com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getFont

        public java.lang.String getFont()
      • setFont

        public void setFont​(java.lang.String font)
      • setFont

        protected void setFont​(com.sforce.ws.parser.XmlInputStream __in,
                               com.sforce.ws.bind.TypeMapper __typeMapper)
                        throws java.io.IOException,
                               com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight​(int height)
      • setHeight

        protected void setHeight​(com.sforce.ws.parser.XmlInputStream __in,
                                 com.sforce.ws.bind.TypeMapper __typeMapper)
                          throws java.io.IOException,
                                 com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getMasterLabel

        public java.lang.String getMasterLabel()
      • setMasterLabel

        public void setMasterLabel​(java.lang.String masterLabel)
      • setMasterLabel

        protected void setMasterLabel​(com.sforce.ws.parser.XmlInputStream __in,
                                      com.sforce.ws.bind.TypeMapper __typeMapper)
                               throws java.io.IOException,
                                      com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getNavBarColor

        public java.lang.String getNavBarColor()
      • setNavBarColor

        public void setNavBarColor​(java.lang.String navBarColor)
      • setNavBarColor

        protected void setNavBarColor​(com.sforce.ws.parser.XmlInputStream __in,
                                      com.sforce.ws.bind.TypeMapper __typeMapper)
                               throws java.io.IOException,
                                      com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getNavBarTextColor

        public java.lang.String getNavBarTextColor()
      • setNavBarTextColor

        public void setNavBarTextColor​(java.lang.String navBarTextColor)
      • setNavBarTextColor

        protected void setNavBarTextColor​(com.sforce.ws.parser.XmlInputStream __in,
                                          com.sforce.ws.bind.TypeMapper __typeMapper)
                                   throws java.io.IOException,
                                          com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getPrimaryColor

        public java.lang.String getPrimaryColor()
      • setPrimaryColor

        public void setPrimaryColor​(java.lang.String primaryColor)
      • setPrimaryColor

        protected void setPrimaryColor​(com.sforce.ws.parser.XmlInputStream __in,
                                       com.sforce.ws.bind.TypeMapper __typeMapper)
                                throws java.io.IOException,
                                       com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getSecondaryColor

        public java.lang.String getSecondaryColor()
      • setSecondaryColor

        public void setSecondaryColor​(java.lang.String secondaryColor)
      • setSecondaryColor

        protected void setSecondaryColor​(com.sforce.ws.parser.XmlInputStream __in,
                                         com.sforce.ws.bind.TypeMapper __typeMapper)
                                  throws java.io.IOException,
                                         com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getSecondaryNavBarColor

        public java.lang.String getSecondaryNavBarColor()
      • setSecondaryNavBarColor

        public void setSecondaryNavBarColor​(java.lang.String secondaryNavBarColor)
      • setSecondaryNavBarColor

        protected void setSecondaryNavBarColor​(com.sforce.ws.parser.XmlInputStream __in,
                                               com.sforce.ws.bind.TypeMapper __typeMapper)
                                        throws java.io.IOException,
                                               com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth​(int width)
      • setWidth

        protected void setWidth​(com.sforce.ws.parser.XmlInputStream __in,
                                com.sforce.ws.bind.TypeMapper __typeMapper)
                         throws java.io.IOException,
                                com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • write

        public void write​(javax.xml.namespace.QName __element,
                          com.sforce.ws.parser.XmlOutputStream __out,
                          com.sforce.ws.bind.TypeMapper __typeMapper)
                   throws java.io.IOException
        Specified by:
        write in interface com.sforce.ws.bind.XMLizable
        Overrides:
        write in class Metadata
        Throws:
        java.io.IOException
      • writeFields

        protected void writeFields​(com.sforce.ws.parser.XmlOutputStream __out,
                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                            throws java.io.IOException
        Overrides:
        writeFields in class Metadata
        Throws:
        java.io.IOException
      • load

        public void load​(com.sforce.ws.parser.XmlInputStream __in,
                         com.sforce.ws.bind.TypeMapper __typeMapper)
                  throws java.io.IOException,
                         com.sforce.ws.ConnectionException
        Specified by:
        load in interface com.sforce.ws.bind.XMLizable
        Overrides:
        load in class Metadata
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • loadFields

        protected void loadFields​(com.sforce.ws.parser.XmlInputStream __in,
                                  com.sforce.ws.bind.TypeMapper __typeMapper)
                           throws java.io.IOException,
                                  com.sforce.ws.ConnectionException
        Overrides:
        loadFields in class Metadata
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Metadata