Package com.sforce.soap.metadata
Class FieldServiceSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.FieldServiceSettings
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class FieldServiceSettings 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 FieldServiceSettings()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCapacityUsageCalcClassId()booleangetDoesAllowEditSaForCrew()booleangetDoesShareSaParentWoWithAr()booleangetDoesShareSaWithAr()booleangetFieldServiceNotificationsOrgPref()booleangetFieldServiceOrgPref()intgetServiceAppointmentsDueDateOffsetOrgValue()java.lang.String[]getWorkOrderLineItemSearchFields()java.lang.String[]getWorkOrderSearchFields()booleanisDoesAllowEditSaForCrew()booleanisDoesShareSaParentWoWithAr()booleanisDoesShareSaWithAr()booleanisFieldServiceNotificationsOrgPref()booleanisFieldServiceOrgPref()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 voidsetCapacityUsageCalcClassId(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetCapacityUsageCalcClassId(java.lang.String capacityUsageCalcClassId)voidsetDoesAllowEditSaForCrew(boolean doesAllowEditSaForCrew)protected voidsetDoesAllowEditSaForCrew(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDoesShareSaParentWoWithAr(boolean doesShareSaParentWoWithAr)protected voidsetDoesShareSaParentWoWithAr(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDoesShareSaWithAr(boolean doesShareSaWithAr)protected voidsetDoesShareSaWithAr(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFieldServiceNotificationsOrgPref(boolean fieldServiceNotificationsOrgPref)protected voidsetFieldServiceNotificationsOrgPref(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFieldServiceOrgPref(boolean fieldServiceOrgPref)protected voidsetFieldServiceOrgPref(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetServiceAppointmentsDueDateOffsetOrgValue(int serviceAppointmentsDueDateOffsetOrgValue)protected voidsetServiceAppointmentsDueDateOffsetOrgValue(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetWorkOrderLineItemSearchFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetWorkOrderLineItemSearchFields(java.lang.String[] workOrderLineItemSearchFields)protected voidsetWorkOrderSearchFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetWorkOrderSearchFields(java.lang.String[] workOrderSearchFields)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
-
getCapacityUsageCalcClassId
public java.lang.String getCapacityUsageCalcClassId()
-
setCapacityUsageCalcClassId
public void setCapacityUsageCalcClassId(java.lang.String capacityUsageCalcClassId)
-
setCapacityUsageCalcClassId
protected void setCapacityUsageCalcClassId(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
-
getDoesAllowEditSaForCrew
public boolean getDoesAllowEditSaForCrew()
-
isDoesAllowEditSaForCrew
public boolean isDoesAllowEditSaForCrew()
-
setDoesAllowEditSaForCrew
public void setDoesAllowEditSaForCrew(boolean doesAllowEditSaForCrew)
-
setDoesAllowEditSaForCrew
protected void setDoesAllowEditSaForCrew(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
-
getDoesShareSaParentWoWithAr
public boolean getDoesShareSaParentWoWithAr()
-
isDoesShareSaParentWoWithAr
public boolean isDoesShareSaParentWoWithAr()
-
setDoesShareSaParentWoWithAr
public void setDoesShareSaParentWoWithAr(boolean doesShareSaParentWoWithAr)
-
setDoesShareSaParentWoWithAr
protected void setDoesShareSaParentWoWithAr(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
-
getDoesShareSaWithAr
public boolean getDoesShareSaWithAr()
-
isDoesShareSaWithAr
public boolean isDoesShareSaWithAr()
-
setDoesShareSaWithAr
public void setDoesShareSaWithAr(boolean doesShareSaWithAr)
-
setDoesShareSaWithAr
protected void setDoesShareSaWithAr(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
-
getFieldServiceNotificationsOrgPref
public boolean getFieldServiceNotificationsOrgPref()
-
isFieldServiceNotificationsOrgPref
public boolean isFieldServiceNotificationsOrgPref()
-
setFieldServiceNotificationsOrgPref
public void setFieldServiceNotificationsOrgPref(boolean fieldServiceNotificationsOrgPref)
-
setFieldServiceNotificationsOrgPref
protected void setFieldServiceNotificationsOrgPref(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
-
getFieldServiceOrgPref
public boolean getFieldServiceOrgPref()
-
isFieldServiceOrgPref
public boolean isFieldServiceOrgPref()
-
setFieldServiceOrgPref
public void setFieldServiceOrgPref(boolean fieldServiceOrgPref)
-
setFieldServiceOrgPref
protected void setFieldServiceOrgPref(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
-
getServiceAppointmentsDueDateOffsetOrgValue
public int getServiceAppointmentsDueDateOffsetOrgValue()
-
setServiceAppointmentsDueDateOffsetOrgValue
public void setServiceAppointmentsDueDateOffsetOrgValue(int serviceAppointmentsDueDateOffsetOrgValue)
-
setServiceAppointmentsDueDateOffsetOrgValue
protected void setServiceAppointmentsDueDateOffsetOrgValue(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
-
getWorkOrderLineItemSearchFields
public java.lang.String[] getWorkOrderLineItemSearchFields()
-
setWorkOrderLineItemSearchFields
public void setWorkOrderLineItemSearchFields(java.lang.String[] workOrderLineItemSearchFields)
-
setWorkOrderLineItemSearchFields
protected void setWorkOrderLineItemSearchFields(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
-
getWorkOrderSearchFields
public java.lang.String[] getWorkOrderSearchFields()
-
setWorkOrderSearchFields
public void setWorkOrderSearchFields(java.lang.String[] workOrderSearchFields)
-
setWorkOrderSearchFields
protected void setWorkOrderSearchFields(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
-
-