Package com.sforce.soap.metadata
Class EmbeddedServiceAppointmentSettings
- java.lang.Object
-
- com.sforce.soap.metadata.EmbeddedServiceAppointmentSettings
-
-
Constructor Summary
Constructors Constructor Description EmbeddedServiceAppointmentSettings()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAppointmentConfirmImg
public String getAppointmentConfirmImg()
-
setAppointmentConfirmImg
public void setAppointmentConfirmImg(String appointmentConfirmImg)
-
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
public String getHomeImg()
-
setHomeImg
public void setHomeImg(String homeImg)
-
setHomeImg
protected void setHomeImg(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLogoImg
public String getLogoImg()
-
setLogoImg
public void setLogoImg(String logoImg)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-