Package com.sforce.soap.metadata
Class RuleReferenceVariable
- java.lang.Object
-
- com.sforce.soap.metadata.RuleReferenceVariable
-
-
Constructor Summary
Constructors Constructor Description RuleReferenceVariable()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAggregateFunction
public String getAggregateFunction()
-
setAggregateFunction
public void setAggregateFunction(String aggregateFunction)
-
setAggregateFunction
protected void setAggregateFunction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAttributeId
public String getAttributeId()
-
setAttributeId
public void setAttributeId(String attributeId)
-
setAttributeId
protected void setAttributeId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContextTag
public String getContextTag()
-
setContextTag
public void setContextTag(String contextTag)
-
setContextTag
protected void setContextTag(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDataType
public String getDataType()
-
setDataType
public void setDataType(String dataType)
-
setDataType
protected void setDataType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDecimalPlaces
public int getDecimalPlaces()
-
setDecimalPlaces
public void setDecimalPlaces(int decimalPlaces)
-
setDecimalPlaces
protected void setDecimalPlaces(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilterCriteriaName
public String getFilterCriteriaName()
-
setFilterCriteriaName
public void setFilterCriteriaName(String filterCriteriaName)
-
setFilterCriteriaName
protected void setFilterCriteriaName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getGroupByTag
public String getGroupByTag()
-
setGroupByTag
public void setGroupByTag(String groupByTag)
-
setGroupByTag
protected void setGroupByTag(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public String getType()
-
setType
public void setType(String type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
setValue
protected void setValue(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- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-