Package com.sforce.soap.partner
Class SoqlSubQueryCondition
- java.lang.Object
-
- com.sforce.soap.partner.SoqlWhereCondition
-
- com.sforce.soap.partner.SoqlSubQueryCondition
-
- All Implemented Interfaces:
ISoqlSubQueryCondition,ISoqlWhereCondition,XMLizable
public class SoqlSubQueryCondition extends SoqlWhereCondition implements ISoqlSubQueryCondition
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 SoqlSubQueryCondition()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.SoqlOperatorStringgetSubQuery()element : subQuery of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(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 voidsetSubQuery(XmlInputStream __in, TypeMapper __typeMapper)voidsetSubQuery(String subQuery)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getField
public String getField()
Description copied from interface:ISoqlSubQueryConditionelement : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getFieldin interfaceISoqlSubQueryCondition
-
setField
public void setField(String field)
- Specified by:
setFieldin interfaceISoqlSubQueryCondition
-
setField
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOperator
public SoqlOperator getOperator()
Description copied from interface:ISoqlSubQueryConditionelement : operator of type {urn:partner.soap.sforce.com}soqlOperator java type: com.sforce.soap.partner.SoqlOperator- Specified by:
getOperatorin interfaceISoqlSubQueryCondition
-
setOperator
public void setOperator(SoqlOperator operator)
- Specified by:
setOperatorin interfaceISoqlSubQueryCondition
-
setOperator
protected void setOperator(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSubQuery
public String getSubQuery()
Description copied from interface:ISoqlSubQueryConditionelement : subQuery of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSubQueryin interfaceISoqlSubQueryCondition
-
setSubQuery
public void setSubQuery(String subQuery)
- Specified by:
setSubQueryin interfaceISoqlSubQueryCondition
-
setSubQuery
protected void setSubQuery(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
-
-