Package com.sforce.soap.metadata
Class IndustriesPricingSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.IndustriesPricingSettings
-
-
Constructor Summary
Constructors Constructor Description IndustriesPricingSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getEnableHighAvailability
public boolean getEnableHighAvailability()
-
isEnableHighAvailability
public boolean isEnableHighAvailability()
-
setEnableHighAvailability
public void setEnableHighAvailability(boolean enableHighAvailability)
-
setEnableHighAvailability
protected void setEnableHighAvailability(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnablePricingWaterfall
public boolean getEnablePricingWaterfall()
-
isEnablePricingWaterfall
public boolean isEnablePricingWaterfall()
-
setEnablePricingWaterfall
public void setEnablePricingWaterfall(boolean enablePricingWaterfall)
-
setEnablePricingWaterfall
protected void setEnablePricingWaterfall(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnablePricingWaterfallPersistence
public boolean getEnablePricingWaterfallPersistence()
-
isEnablePricingWaterfallPersistence
public boolean isEnablePricingWaterfallPersistence()
-
setEnablePricingWaterfallPersistence
public void setEnablePricingWaterfallPersistence(boolean enablePricingWaterfallPersistence)
-
setEnablePricingWaterfallPersistence
protected void setEnablePricingWaterfallPersistence(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableSalesforcePricing
public boolean getEnableSalesforcePricing()
-
isEnableSalesforcePricing
public boolean isEnableSalesforcePricing()
-
setEnableSalesforcePricing
public void setEnableSalesforcePricing(boolean enableSalesforcePricing)
-
setEnableSalesforcePricing
protected void setEnableSalesforcePricing(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-