Package com.sforce.soap.metadata
Class EmbeddedServiceFieldService
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.EmbeddedServiceFieldService
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class EmbeddedServiceFieldService extends Metadata
This 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 EmbeddedServiceFieldService()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEmbeddedServiceConfig()booleangetEnabled()java.lang.StringgetFieldServiceConfirmCardImg()java.lang.StringgetFieldServiceHomeImg()java.lang.StringgetFieldServiceLogoImg()java.lang.StringgetMasterLabel()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 voidsetEmbeddedServiceConfig(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEmbeddedServiceConfig(java.lang.String embeddedServiceConfig)voidsetEnabled(boolean enabled)protected voidsetEnabled(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetFieldServiceConfirmCardImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFieldServiceConfirmCardImg(java.lang.String fieldServiceConfirmCardImg)protected voidsetFieldServiceHomeImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFieldServiceHomeImg(java.lang.String fieldServiceHomeImg)protected voidsetFieldServiceLogoImg(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFieldServiceLogoImg(java.lang.String fieldServiceLogoImg)protected voidsetMasterLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetMasterLabel(java.lang.String masterLabel)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)-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
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.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
-
getFieldServiceConfirmCardImg
public java.lang.String getFieldServiceConfirmCardImg()
-
setFieldServiceConfirmCardImg
public void setFieldServiceConfirmCardImg(java.lang.String fieldServiceConfirmCardImg)
-
setFieldServiceConfirmCardImg
protected void setFieldServiceConfirmCardImg(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
-
getFieldServiceHomeImg
public java.lang.String getFieldServiceHomeImg()
-
setFieldServiceHomeImg
public void setFieldServiceHomeImg(java.lang.String fieldServiceHomeImg)
-
setFieldServiceHomeImg
protected void setFieldServiceHomeImg(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
-
getFieldServiceLogoImg
public java.lang.String getFieldServiceLogoImg()
-
setFieldServiceLogoImg
public void setFieldServiceLogoImg(java.lang.String fieldServiceLogoImg)
-
setFieldServiceLogoImg
protected void setFieldServiceLogoImg(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
-
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.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
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Overrides:
writeFieldsin classMetadata- 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
-
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:
loadFieldsin classMetadata- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
-