Package com.sforce.soap.metadata
Class EmbeddedServiceAppointmentSettings
- java.lang.Object
-
- com.sforce.soap.metadata.EmbeddedServiceAppointmentSettings
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class EmbeddedServiceAppointmentSettings extends java.lang.Object implements com.sforce.ws.bind.XMLizableThis 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 EmbeddedServiceAppointmentSettings()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAppointmentConfirmImg()booleangetEnabled()java.lang.StringgetHomeImg()java.lang.StringgetLogoImg()booleangetShouldShowExistingAppointment()booleangetShouldShowNewAppointment()booleanisEnabled()booleanisShouldShowExistingAppointment()booleanisShouldShowNewAppointment()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetAppointmentConfirmImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetAppointmentConfirmImg(java.lang.String appointmentConfirmImg)voidsetEnabled(boolean enabled)protected voidsetEnabled(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetHomeImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetHomeImg(java.lang.String homeImg)protected voidsetLogoImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLogoImg(java.lang.String logoImg)voidsetShouldShowExistingAppointment(boolean shouldShowExistingAppointment)protected voidsetShouldShowExistingAppointment(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetShouldShowNewAppointment(boolean shouldShowNewAppointment)protected voidsetShouldShowNewAppointment(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
-
-
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.IOExceptioncom.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.IOExceptioncom.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.IOExceptioncom.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.IOExceptioncom.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.IOExceptioncom.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.IOExceptioncom.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:
writein interfacecom.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:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOExceptioncom.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.IOExceptioncom.sforce.ws.ConnectionException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-