public class SoqlSubQueryCondition extends SoqlWhereCondition implements ISoqlSubQueryCondition
| Constructor and Description |
|---|
SoqlSubQueryCondition()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
element : field of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
SoqlOperator |
getOperator()
element : operator of type {urn:partner.soap.sforce.com}soqlOperator
java type: com.sforce.soap.partner.SoqlOperator
|
String |
getSubQuery()
element : subQuery of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setField(String field) |
void |
setOperator(SoqlOperator operator) |
void |
setSubQuery(String subQuery) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public String getField()
ISoqlSubQueryConditiongetField in interface ISoqlSubQueryConditionpublic void setField(String field)
setField in interface ISoqlSubQueryConditionpublic SoqlOperator getOperator()
ISoqlSubQueryConditiongetOperator in interface ISoqlSubQueryConditionpublic void setOperator(SoqlOperator operator)
setOperator in interface ISoqlSubQueryConditionpublic String getSubQuery()
ISoqlSubQueryConditiongetSubQuery in interface ISoqlSubQueryConditionpublic void setSubQuery(String subQuery)
setSubQuery in interface ISoqlSubQueryConditionpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizablewrite in class SoqlWhereConditionIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
writeFields in class SoqlWhereConditionIOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableload in class SoqlWhereConditionIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
loadFields in class SoqlWhereConditionIOExceptioncom.sforce.ws.ConnectionExceptionpublic String toString()
toString in class SoqlWhereConditionCopyright © 2015. All Rights Reserved.