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,com.sforce.ws.bind.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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetField(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidvoidsetOperator(SoqlOperator operator)protected voidsetOperator(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetValues(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidtoString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Overrides:
writein classSoqlWhereCondition- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Overrides:
writeFieldsin classSoqlWhereCondition- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Overrides:
loadin classSoqlWhereCondition- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Overrides:
loadFieldsin classSoqlWhereCondition- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
- Overrides:
toStringin classSoqlWhereCondition
-