Package com.sforce.soap.partner
Class SoqlCondition
- java.lang.Object
-
- com.sforce.soap.partner.SoqlWhereCondition
-
- com.sforce.soap.partner.SoqlCondition
-
- All Implemented Interfaces:
ISoqlCondition,ISoqlWhereCondition,XMLizable
public class SoqlCondition extends SoqlWhereCondition implements ISoqlCondition
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description SoqlCondition()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetField()element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringSoqlOperatorgetOperator()element : operator of type {urn:partner.soap.sforce.com}soqlOperator java type: com.sforce.soap.partner.SoqlOperatorString[]getValues()element : values of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetField(XmlInputStream __in, TypeMapper __typeMapper)voidsetField(String field)voidsetOperator(SoqlOperator operator)protected voidsetOperator(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetValues(XmlInputStream __in, TypeMapper __typeMapper)voidsetValues(String[] values)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getField
public String getField()
Description copied from interface:ISoqlConditionelement : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getFieldin interfaceISoqlCondition
-
setField
public void setField(String field)
- Specified by:
setFieldin interfaceISoqlCondition
-
setField
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOperator
public SoqlOperator getOperator()
Description copied from interface:ISoqlConditionelement : operator of type {urn:partner.soap.sforce.com}soqlOperator java type: com.sforce.soap.partner.SoqlOperator- Specified by:
getOperatorin interfaceISoqlCondition
-
setOperator
public void setOperator(SoqlOperator operator)
- Specified by:
setOperatorin interfaceISoqlCondition
-
setOperator
protected void setOperator(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValues
public String[] getValues()
Description copied from interface:ISoqlConditionelement : values of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]- Specified by:
getValuesin interfaceISoqlCondition
-
setValues
public void setValues(String[] values)
- Specified by:
setValuesin interfaceISoqlCondition
-
setValues
protected void setValues(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 classSoqlWhereCondition- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classSoqlWhereCondition- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classSoqlWhereCondition- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classSoqlWhereCondition- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classSoqlWhereCondition
-
-