|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.contentmanagement.timeseriesservice.stubs.types.ComplexCondition
public class ComplexCondition
| Constructor Summary | |
|---|---|
ComplexCondition()
|
|
ComplexCondition(FilterCondition leftCondition,
ConditionOperator operator,
FilterCondition rightCondition)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
FilterCondition |
getLeftCondition()
Gets the leftCondition value for this ComplexCondition. |
ConditionOperator |
getOperator()
Gets the operator value for this ComplexCondition. |
FilterCondition |
getRightCondition()
Gets the rightCondition value for this ComplexCondition. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setLeftCondition(FilterCondition leftCondition)
Sets the leftCondition value for this ComplexCondition. |
void |
setOperator(ConditionOperator operator)
Sets the operator value for this ComplexCondition. |
void |
setRightCondition(FilterCondition rightCondition)
Sets the rightCondition value for this ComplexCondition. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComplexCondition()
public ComplexCondition(FilterCondition leftCondition,
ConditionOperator operator,
FilterCondition rightCondition)
| Method Detail |
|---|
public FilterCondition getLeftCondition()
public void setLeftCondition(FilterCondition leftCondition)
leftCondition - public ConditionOperator getOperator()
public void setOperator(ConditionOperator operator)
operator - public FilterCondition getRightCondition()
public void setRightCondition(FilterCondition rightCondition)
rightCondition - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||