Package com.sforce.soap.metadata
Class GatewayProviderPaymentMethodType
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.GatewayProviderPaymentMethodType
-
-
Constructor Summary
Constructors Constructor Description GatewayProviderPaymentMethodType()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getComments
public String getComments()
-
setComments
public void setComments(String comments)
-
setComments
protected void setComments(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getGtwyProviderPaymentMethodType
public String getGtwyProviderPaymentMethodType()
-
setGtwyProviderPaymentMethodType
public void setGtwyProviderPaymentMethodType(String gtwyProviderPaymentMethodType)
-
setGtwyProviderPaymentMethodType
protected void setGtwyProviderPaymentMethodType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPaymentGatewayProvider
public String getPaymentGatewayProvider()
-
setPaymentGatewayProvider
public void setPaymentGatewayProvider(String paymentGatewayProvider)
-
setPaymentGatewayProvider
protected void setPaymentGatewayProvider(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPaymentMethodType
public String getPaymentMethodType()
-
setPaymentMethodType
public void setPaymentMethodType(String paymentMethodType)
-
setPaymentMethodType
protected void setPaymentMethodType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordType
public String getRecordType()
-
setRecordType
public void setRecordType(String recordType)
-
setRecordType
protected void setRecordType(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
-
-