Package com.sforce.soap.metadata
Class SubscriptionManagementSettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.SubscriptionManagementSettings
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableConvertNegativeInvoiceLinesToCreditMemoAndApply(boolean enableConvertNegativeInvoiceLinesToCreditMemoAndApply) protected voidsetEnableConvertNegativeInvoiceLinesToCreditMemoAndApply(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnablePaymentScheduleAutomation(boolean enablePaymentScheduleAutomation) protected voidsetEnablePaymentScheduleAutomation(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableRefundAutomation(boolean enableRefundAutomation) protected voidsetEnableRefundAutomation(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableRevSubMgmtBlngOptOut(boolean enableRevSubMgmtBlngOptOut) protected voidsetEnableRevSubMgmtBlngOptOut(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableSubscriptionManagement(boolean enableSubscriptionManagement) protected voidsetEnableSubscriptionManagement(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
-
SubscriptionManagementSettings
public SubscriptionManagementSettings()Constructor
-
-
Method Details
-
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
-
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
- 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
-