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
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetField()element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : operator of type {urn:partner.soap.sforce.com}soqlOperator java type: com.sforce.soap.partner.SoqlOperatorString[]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) voidvoidsetOperator(SoqlOperator operator) protected voidsetOperator(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetValues(XmlInputStream __in, TypeMapper __typeMapper) voidtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
SoqlCondition
public SoqlCondition()Constructor
-
-
Method Details
-
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
- Specified by:
setFieldin interfaceISoqlCondition
-
setField
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setOperatorin interfaceISoqlCondition
-
setOperator
protected void setOperator(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
- Overrides:
toStringin classSoqlWhereCondition
-