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,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.SoqlOperatorelement : subQuery of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(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 voidsetSubQuery(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSubQuery(String subQuery)toString()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
-
SoqlSubQueryCondition
public SoqlSubQueryCondition()Constructor
-
-
Method Details
-
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
- Specified by:
setFieldin interfaceISoqlSubQueryCondition
-
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:ISoqlSubQueryConditionelement : operator of type {urn:partner.soap.sforce.com}soqlOperator java type: com.sforce.soap.partner.SoqlOperator- Specified by:
getOperatorin interfaceISoqlSubQueryCondition
-
setOperator
- Specified by:
setOperatorin interfaceISoqlSubQueryCondition
-
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
-
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
- Specified by:
setSubQueryin interfaceISoqlSubQueryCondition
-
setSubQuery
protected void setSubQuery(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
-