Package com.sforce.soap.metadata
Class ProductDiscoverySettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.ProductDiscoverySettings
- 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 TypeMethodDescriptionbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDiscoverProductsFlowNameOrgValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetDiscoverProductsFlowNameOrgValue(String discoverProductsFlowNameOrgValue) voidsetEnableGuidedSelling(boolean enableGuidedSelling) protected voidsetEnableGuidedSelling(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetProdDiscBrowseContextDefOrgValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetProdDiscBrowseContextDefOrgValue(String prodDiscBrowseContextDefOrgValue) protected voidsetProdDiscDefaultCatalogOrgValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetProdDiscDefaultCatalogOrgValue(String prodDiscDefaultCatalogOrgValue) protected voidsetProdDiscPricingEnabledOrgValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetProdDiscPricingEnabledOrgValue(String prodDiscPricingEnabledOrgValue) protected voidsetProdDiscProcedureOrgValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetProdDiscProcedureOrgValue(String prodDiscProcedureOrgValue) protected voidsetProdDiscQualEnabledOrgValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetProdDiscQualEnabledOrgValue(String prodDiscQualEnabledOrgValue) protected voidsetProdDiscQualificationOrgValue(XmlInputStream __in, TypeMapper __typeMapper) voidsetProdDiscQualificationOrgValue(String prodDiscQualificationOrgValue) 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
-
ProductDiscoverySettings
public ProductDiscoverySettings()Constructor
-
-
Method Details
-
getDiscoverProductsFlowNameOrgValue
-
setDiscoverProductsFlowNameOrgValue
-
setDiscoverProductsFlowNameOrgValue
protected void setDiscoverProductsFlowNameOrgValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableGuidedSelling
public boolean getEnableGuidedSelling() -
isEnableGuidedSelling
public boolean isEnableGuidedSelling() -
setEnableGuidedSelling
public void setEnableGuidedSelling(boolean enableGuidedSelling) -
setEnableGuidedSelling
protected void setEnableGuidedSelling(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProdDiscBrowseContextDefOrgValue
-
setProdDiscBrowseContextDefOrgValue
-
setProdDiscBrowseContextDefOrgValue
protected void setProdDiscBrowseContextDefOrgValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProdDiscDefaultCatalogOrgValue
-
setProdDiscDefaultCatalogOrgValue
-
setProdDiscDefaultCatalogOrgValue
protected void setProdDiscDefaultCatalogOrgValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProdDiscPricingEnabledOrgValue
-
setProdDiscPricingEnabledOrgValue
-
setProdDiscPricingEnabledOrgValue
protected void setProdDiscPricingEnabledOrgValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProdDiscProcedureOrgValue
-
setProdDiscProcedureOrgValue
-
setProdDiscProcedureOrgValue
protected void setProdDiscProcedureOrgValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProdDiscQualEnabledOrgValue
-
setProdDiscQualEnabledOrgValue
-
setProdDiscQualEnabledOrgValue
protected void setProdDiscQualEnabledOrgValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProdDiscQualificationOrgValue
-
setProdDiscQualificationOrgValue
-
setProdDiscQualificationOrgValue
protected void setProdDiscQualificationOrgValue(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
-