|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfedora.server.types.gen.Condition
public class Condition
| Constructor Summary | |
|---|---|
Condition()
|
|
Condition(java.lang.String property,
ComparisonOperator operator,
java.lang.String value)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
ComparisonOperator |
getOperator()
Gets the operator value for this Condition. |
java.lang.String |
getProperty()
Gets the property value for this Condition. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getValue()
Gets the value value for this Condition. |
int |
hashCode()
|
void |
setOperator(ComparisonOperator operator)
Sets the operator value for this Condition. |
void |
setProperty(java.lang.String property)
Sets the property value for this Condition. |
void |
setValue(java.lang.String value)
Sets the value value for this Condition. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Condition()
public Condition(java.lang.String property,
ComparisonOperator operator,
java.lang.String value)
| Method Detail |
|---|
public java.lang.String getProperty()
public void setProperty(java.lang.String property)
property - public ComparisonOperator getOperator()
public void setOperator(ComparisonOperator operator)
operator - public java.lang.String getValue()
public void setValue(java.lang.String value)
value - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||