Package com.sforce.soap.metadata
Class RuleCondition
- java.lang.Object
-
- com.sforce.soap.metadata.RuleCondition
-
-
Constructor Summary
Constructors Constructor Description RuleCondition()Constructor
-
Method Summary
-
-
-
Method Detail
-
getMatchType
public String getMatchType()
-
setMatchType
public void setMatchType(String matchType)
-
setMatchType
protected void setMatchType(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
-
getOperator
public String getOperator()
-
setOperator
public void setOperator(String operator)
-
setOperator
protected void setOperator(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSequenceNumber
public int getSequenceNumber()
-
setSequenceNumber
public void setSequenceNumber(int sequenceNumber)
-
setSequenceNumber
protected void setSequenceNumber(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
-
getValueType
public String getValueType()
-
setValueType
public void setValueType(String valueType)
-
setValueType
protected void setValueType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVariable
public String getVariable()
-
setVariable
public void setVariable(String variable)
-
setVariable
protected void setVariable(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
-
-