Class EmbeddedServiceAppointmentSettings

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

    public class EmbeddedServiceAppointmentSettings
    extends java.lang.Object
    implements com.sforce.ws.bind.XMLizable
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Constructor Detail

      • EmbeddedServiceAppointmentSettings

        public EmbeddedServiceAppointmentSettings()
        Constructor
    • Method Detail

      • getAppointmentConfirmImg

        public java.lang.String getAppointmentConfirmImg()
      • setAppointmentConfirmImg

        public void setAppointmentConfirmImg​(java.lang.String appointmentConfirmImg)
      • setAppointmentConfirmImg

        protected void setAppointmentConfirmImg​(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
      • getEnabled

        public boolean getEnabled()
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • setEnabled

        protected void setEnabled​(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
      • getHomeImg

        public java.lang.String getHomeImg()
      • setHomeImg

        public void setHomeImg​(java.lang.String homeImg)
      • setHomeImg

        protected void setHomeImg​(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
      • getLogoImg

        public java.lang.String getLogoImg()
      • setLogoImg

        public void setLogoImg​(java.lang.String logoImg)
      • setLogoImg

        protected void setLogoImg​(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
      • getShouldShowExistingAppointment

        public boolean getShouldShowExistingAppointment()
      • isShouldShowExistingAppointment

        public boolean isShouldShowExistingAppointment()
      • setShouldShowExistingAppointment

        public void setShouldShowExistingAppointment​(boolean shouldShowExistingAppointment)
      • setShouldShowExistingAppointment

        protected void setShouldShowExistingAppointment​(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
      • getShouldShowNewAppointment

        public boolean getShouldShowNewAppointment()
      • isShouldShowNewAppointment

        public boolean isShouldShowNewAppointment()
      • setShouldShowNewAppointment

        public void setShouldShowNewAppointment​(boolean shouldShowNewAppointment)
      • setShouldShowNewAppointment

        protected void setShouldShowNewAppointment​(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
        Throws:
        java.io.IOException
      • writeFields

        protected void writeFields​(com.sforce.ws.parser.XmlOutputStream __out,
                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                            throws java.io.IOException
        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
        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
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • toString

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