public class ComplexFilterPart extends FilterPart
Java class for ComplexFilterPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexFilterPart">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}FilterPart">
<sequence>
<element name="LeftOperand" type="{http://exacttarget.com/wsdl/partnerAPI}FilterPart"/>
<element name="LogicalOperator" type="{http://exacttarget.com/wsdl/partnerAPI}LogicalOperators"/>
<element name="RightOperand" type="{http://exacttarget.com/wsdl/partnerAPI}FilterPart" minOccurs="0"/>
<element name="AdditionalOperands" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Operand" type="{http://exacttarget.com/wsdl/partnerAPI}FilterPart" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ComplexFilterPart.AdditionalOperands
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ComplexFilterPart.AdditionalOperands |
additionalOperands |
protected FilterPart |
leftOperand |
protected LogicalOperators |
logicalOperator |
protected FilterPart |
rightOperand |
| Constructor and Description |
|---|
ComplexFilterPart() |
| Modifier and Type | Method and Description |
|---|---|
ComplexFilterPart.AdditionalOperands |
getAdditionalOperands()
Gets the value of the additionalOperands property.
|
FilterPart |
getLeftOperand()
Gets the value of the leftOperand property.
|
LogicalOperators |
getLogicalOperator()
Gets the value of the logicalOperator property.
|
FilterPart |
getRightOperand()
Gets the value of the rightOperand property.
|
void |
setAdditionalOperands(ComplexFilterPart.AdditionalOperands value)
Sets the value of the additionalOperands property.
|
void |
setLeftOperand(FilterPart value)
Sets the value of the leftOperand property.
|
void |
setLogicalOperator(LogicalOperators value)
Sets the value of the logicalOperator property.
|
void |
setRightOperand(FilterPart value)
Sets the value of the rightOperand property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected FilterPart leftOperand
protected LogicalOperators logicalOperator
protected FilterPart rightOperand
protected ComplexFilterPart.AdditionalOperands additionalOperands
public FilterPart getLeftOperand()
FilterPartpublic void setLeftOperand(FilterPart value)
value - allowed object is
FilterPartpublic LogicalOperators getLogicalOperator()
LogicalOperatorspublic void setLogicalOperator(LogicalOperators value)
value - allowed object is
LogicalOperatorspublic FilterPart getRightOperand()
FilterPartpublic void setRightOperand(FilterPart value)
value - allowed object is
FilterPartpublic ComplexFilterPart.AdditionalOperands getAdditionalOperands()
ComplexFilterPart.AdditionalOperandspublic void setAdditionalOperands(ComplexFilterPart.AdditionalOperands value)
value - allowed object is
ComplexFilterPart.AdditionalOperandspublic String toString()
toString in class FilterPartCopyright © 2017. All rights reserved.