Package com.sforce.soap.metadata
Class AccountingFieldMapping
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.AccountingFieldMapping
-
-
Constructor Summary
Constructors Constructor Description AccountingFieldMapping()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAccountingModelConfig
public String getAccountingModelConfig()
-
setAccountingModelConfig
public void setAccountingModelConfig(String accountingModelConfig)
-
setAccountingModelConfig
protected void setAccountingModelConfig(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsForAllocationType
public boolean getIsForAllocationType()
-
isIsForAllocationType
public boolean isIsForAllocationType()
-
setIsForAllocationType
public void setIsForAllocationType(boolean isForAllocationType)
-
setIsForAllocationType
protected void setIsForAllocationType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsForPaymentType
public boolean getIsForPaymentType()
-
isIsForPaymentType
public boolean isIsForPaymentType()
-
setIsForPaymentType
public void setIsForPaymentType(boolean isForPaymentType)
-
setIsForPaymentType
protected void setIsForPaymentType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsForTransactionType
public boolean getIsForTransactionType()
-
isIsForTransactionType
public boolean isIsForTransactionType()
-
setIsForTransactionType
public void setIsForTransactionType(boolean isForTransactionType)
-
setIsForTransactionType
protected void setIsForTransactionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsProtected
public boolean getIsProtected()
-
isIsProtected
public boolean isIsProtected()
-
setIsProtected
public void setIsProtected(boolean isProtected)
-
setIsProtected
protected void setIsProtected(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMappingBehavior
public MappingBehaviorType getMappingBehavior()
-
setMappingBehavior
public void setMappingBehavior(MappingBehaviorType mappingBehavior)
-
setMappingBehavior
protected void setMappingBehavior(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
-
getSourceField
public String getSourceField()
-
setSourceField
public void setSourceField(String sourceField)
-
setSourceField
protected void setSourceField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetField
public String getTargetField()
-
setTargetField
public void setTargetField(String targetField)
-
setTargetField
protected void setTargetField(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
-
-