Package com.sforce.soap.metadata
Class EmbeddedServiceAppointmentSettings
java.lang.Object
com.sforce.soap.metadata.EmbeddedServiceAppointmentSettings
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAppointmentConfirmImg(XmlInputStream __in, TypeMapper __typeMapper) voidsetAppointmentConfirmImg(String appointmentConfirmImg) voidsetEnabled(boolean enabled) protected voidsetEnabled(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetHomeImg(XmlInputStream __in, TypeMapper __typeMapper) voidsetHomeImg(String homeImg) protected voidsetLogoImg(XmlInputStream __in, TypeMapper __typeMapper) voidsetLogoImg(String logoImg) voidsetShouldShowExistingAppointment(boolean shouldShowExistingAppointment) protected voidsetShouldShowExistingAppointment(XmlInputStream __in, TypeMapper __typeMapper) voidsetShouldShowNewAppointment(boolean shouldShowNewAppointment) protected voidsetShouldShowNewAppointment(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
EmbeddedServiceAppointmentSettings
public EmbeddedServiceAppointmentSettings()Constructor
-
-
Method Details
-
getAppointmentConfirmImg
-
setAppointmentConfirmImg
-
setAppointmentConfirmImg
protected void setAppointmentConfirmImg(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnabled
public boolean getEnabled() -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
setEnabled
protected void setEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getHomeImg
-
setHomeImg
-
setHomeImg
protected void setHomeImg(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLogoImg
-
setLogoImg
-
setLogoImg
protected void setLogoImg(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getShouldShowExistingAppointment
public boolean getShouldShowExistingAppointment() -
isShouldShowExistingAppointment
public boolean isShouldShowExistingAppointment() -
setShouldShowExistingAppointment
public void setShouldShowExistingAppointment(boolean shouldShowExistingAppointment) -
setShouldShowExistingAppointment
protected void setShouldShowExistingAppointment(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getShouldShowNewAppointment
public boolean getShouldShowNewAppointment() -
isShouldShowNewAppointment
public boolean isShouldShowNewAppointment() -
setShouldShowNewAppointment
public void setShouldShowNewAppointment(boolean shouldShowNewAppointment) -
setShouldShowNewAppointment
protected void setShouldShowNewAppointment(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- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-