Package com.sforce.soap.metadata
Class SubscriptionManagementSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.SubscriptionManagementSettings
-
-
Constructor Summary
Constructors Constructor Description SubscriptionManagementSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getEnableBillingDocGen
public boolean getEnableBillingDocGen()
-
isEnableBillingDocGen
public boolean isEnableBillingDocGen()
-
setEnableBillingDocGen
public void setEnableBillingDocGen(boolean enableBillingDocGen)
-
setEnableBillingDocGen
protected void setEnableBillingDocGen(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableConvertNegativeInvoiceLinesToCreditMemoAndApply
public boolean getEnableConvertNegativeInvoiceLinesToCreditMemoAndApply()
-
isEnableConvertNegativeInvoiceLinesToCreditMemoAndApply
public boolean isEnableConvertNegativeInvoiceLinesToCreditMemoAndApply()
-
setEnableConvertNegativeInvoiceLinesToCreditMemoAndApply
public void setEnableConvertNegativeInvoiceLinesToCreditMemoAndApply(boolean enableConvertNegativeInvoiceLinesToCreditMemoAndApply)
-
setEnableConvertNegativeInvoiceLinesToCreditMemoAndApply
protected void setEnableConvertNegativeInvoiceLinesToCreditMemoAndApply(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableInvHeaderLvlSettlement
public boolean getEnableInvHeaderLvlSettlement()
-
isEnableInvHeaderLvlSettlement
public boolean isEnableInvHeaderLvlSettlement()
-
setEnableInvHeaderLvlSettlement
public void setEnableInvHeaderLvlSettlement(boolean enableInvHeaderLvlSettlement)
-
setEnableInvHeaderLvlSettlement
protected void setEnableInvHeaderLvlSettlement(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnablePaymentScheduleAutomation
public boolean getEnablePaymentScheduleAutomation()
-
isEnablePaymentScheduleAutomation
public boolean isEnablePaymentScheduleAutomation()
-
setEnablePaymentScheduleAutomation
public void setEnablePaymentScheduleAutomation(boolean enablePaymentScheduleAutomation)
-
setEnablePaymentScheduleAutomation
protected void setEnablePaymentScheduleAutomation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableRefundAutomation
public boolean getEnableRefundAutomation()
-
isEnableRefundAutomation
public boolean isEnableRefundAutomation()
-
setEnableRefundAutomation
public void setEnableRefundAutomation(boolean enableRefundAutomation)
-
setEnableRefundAutomation
protected void setEnableRefundAutomation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableRevSubMgmtBlngOptOut
public boolean getEnableRevSubMgmtBlngOptOut()
-
isEnableRevSubMgmtBlngOptOut
public boolean isEnableRevSubMgmtBlngOptOut()
-
setEnableRevSubMgmtBlngOptOut
public void setEnableRevSubMgmtBlngOptOut(boolean enableRevSubMgmtBlngOptOut)
-
setEnableRevSubMgmtBlngOptOut
protected void setEnableRevSubMgmtBlngOptOut(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableSubscriptionManagement
public boolean getEnableSubscriptionManagement()
-
isEnableSubscriptionManagement
public boolean isEnableSubscriptionManagement()
-
setEnableSubscriptionManagement
public void setEnableSubscriptionManagement(boolean enableSubscriptionManagement)
-
setEnableSubscriptionManagement
protected void setEnableSubscriptionManagement(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
-
-