Package com.sforce.soap.metadata
Class ContractSettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.ContractSettings
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAutoCalculateEndDate(boolean autoCalculateEndDate) protected voidsetAutoCalculateEndDate(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAutoExpirationDelay(XmlInputStream __in, TypeMapper __typeMapper) voidsetAutoExpirationDelay(String autoExpirationDelay) protected voidsetAutoExpirationRecipient(XmlInputStream __in, TypeMapper __typeMapper) voidsetAutoExpirationRecipient(String autoExpirationRecipient) voidsetAutoExpireContracts(boolean autoExpireContracts) protected voidsetAutoExpireContracts(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableContractHistoryTracking(boolean enableContractHistoryTracking) protected voidsetEnableContractHistoryTracking(XmlInputStream __in, TypeMapper __typeMapper) voidsetNotifyOwnersOnContractExpiration(boolean notifyOwnersOnContractExpiration) protected voidsetNotifyOwnersOnContractExpiration(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
ContractSettings
public ContractSettings()Constructor
-
-
Method Details
-
getAutoCalculateEndDate
public boolean getAutoCalculateEndDate() -
isAutoCalculateEndDate
public boolean isAutoCalculateEndDate() -
setAutoCalculateEndDate
public void setAutoCalculateEndDate(boolean autoCalculateEndDate) -
setAutoCalculateEndDate
protected void setAutoCalculateEndDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAutoExpirationDelay
-
setAutoExpirationDelay
-
setAutoExpirationDelay
protected void setAutoExpirationDelay(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAutoExpirationRecipient
-
setAutoExpirationRecipient
-
setAutoExpirationRecipient
protected void setAutoExpirationRecipient(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAutoExpireContracts
public boolean getAutoExpireContracts() -
isAutoExpireContracts
public boolean isAutoExpireContracts() -
setAutoExpireContracts
public void setAutoExpireContracts(boolean autoExpireContracts) -
setAutoExpireContracts
protected void setAutoExpireContracts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableContractHistoryTracking
public boolean getEnableContractHistoryTracking() -
isEnableContractHistoryTracking
public boolean isEnableContractHistoryTracking() -
setEnableContractHistoryTracking
public void setEnableContractHistoryTracking(boolean enableContractHistoryTracking) -
setEnableContractHistoryTracking
protected void setEnableContractHistoryTracking(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNotifyOwnersOnContractExpiration
public boolean getNotifyOwnersOnContractExpiration() -
isNotifyOwnersOnContractExpiration
public boolean isNotifyOwnersOnContractExpiration() -
setNotifyOwnersOnContractExpiration
public void setNotifyOwnersOnContractExpiration(boolean notifyOwnersOnContractExpiration) -
setNotifyOwnersOnContractExpiration
protected void setNotifyOwnersOnContractExpiration(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-