org.apache.locator.query
Class FilterType

java.lang.Object
  extended by org.apache.locator.query.FilterType

public class FilterType
extends java.lang.Object

Java class for FilterType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FilterType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="field" use="required" type="{http://apache.org/locator/query}FilterFieldType" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String field
           
protected  java.lang.String value
           
 
Constructor Summary
FilterType()
           
 
Method Summary
 java.lang.String getField()
          Gets the value of the field property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setField(java.lang.String value)
          Sets the value of the field property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.String value

field

protected java.lang.String field
Constructor Detail

FilterType

public FilterType()
Method Detail

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getField

public java.lang.String getField()
Gets the value of the field property.

Returns:
possible object is String

setField

public void setField(java.lang.String value)
Sets the value of the field property.

Parameters:
value - allowed object is String


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.