Package com.sforce.soap.partner
Class SoqlConditionGroup
- java.lang.Object
-
- com.sforce.soap.partner.SoqlWhereCondition
-
- com.sforce.soap.partner.SoqlConditionGroup
-
- All Implemented Interfaces:
ISoqlConditionGroup,ISoqlWhereCondition,XMLizable
public class SoqlConditionGroup extends SoqlWhereCondition implements ISoqlConditionGroup
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 SoqlConditionGroup()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoqlWhereCondition[]getConditions()element : conditions of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereCondition[]SoqlConjunctiongetConjunction()element : conjunction of type {urn:partner.soap.sforce.com}soqlConjunction java type: com.sforce.soap.partner.SoqlConjunctionvoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetConditions(ISoqlWhereCondition[] conditions)protected voidsetConditions(XmlInputStream __in, TypeMapper __typeMapper)voidsetConjunction(SoqlConjunction conjunction)protected voidsetConjunction(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getConditions
public SoqlWhereCondition[] getConditions()
Description copied from interface:ISoqlConditionGroupelement : conditions of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereCondition[]- Specified by:
getConditionsin interfaceISoqlConditionGroup
-
setConditions
public void setConditions(ISoqlWhereCondition[] conditions)
- Specified by:
setConditionsin interfaceISoqlConditionGroup
-
setConditions
protected void setConditions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConjunction
public SoqlConjunction getConjunction()
Description copied from interface:ISoqlConditionGroupelement : conjunction of type {urn:partner.soap.sforce.com}soqlConjunction java type: com.sforce.soap.partner.SoqlConjunction- Specified by:
getConjunctionin interfaceISoqlConditionGroup
-
setConjunction
public void setConjunction(SoqlConjunction conjunction)
- Specified by:
setConjunctionin interfaceISoqlConditionGroup
-
setConjunction
protected void setConjunction(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
-
-