tbox
Class QueryType

java.lang.Object
  extended by tbox.QueryType

public class QueryType
extends java.lang.Object

Java class for QueryType complex type.

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

 <complexType name="QueryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="concept" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="concept2" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="isRoleQuery" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="operator" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="quantifier" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="tempQuantifier" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String concept
           
protected  java.lang.String concept2
           
protected  java.lang.Boolean isRoleQuery
           
protected  java.lang.String operator
           
protected  java.lang.String quantifier
           
protected  java.lang.String role
           
protected  java.lang.String tempQuantifier
           
 
Constructor Summary
QueryType()
           
 
Method Summary
 java.lang.String getConcept()
          Gets the value of the concept property.
 java.lang.String getConcept2()
          Gets the value of the concept2 property.
 java.lang.String getOperator()
          Gets the value of the operator property.
 java.lang.String getQuantifier()
          Gets the value of the quantifier property.
 java.lang.String getRole()
          Gets the value of the role property.
 java.lang.String getTempQuantifier()
          Gets the value of the tempQuantifier property.
 java.lang.Boolean isIsRoleQuery()
          Gets the value of the isRoleQuery property.
 void setConcept(java.lang.String value)
          Sets the value of the concept property.
 void setConcept2(java.lang.String value)
          Sets the value of the concept2 property.
 void setIsRoleQuery(java.lang.Boolean value)
          Sets the value of the isRoleQuery property.
 void setOperator(java.lang.String value)
          Sets the value of the operator property.
 void setQuantifier(java.lang.String value)
          Sets the value of the quantifier property.
 void setRole(java.lang.String value)
          Sets the value of the role property.
 void setTempQuantifier(java.lang.String value)
          Sets the value of the tempQuantifier property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

concept

protected java.lang.String concept

concept2

protected java.lang.String concept2

isRoleQuery

protected java.lang.Boolean isRoleQuery

operator

protected java.lang.String operator

quantifier

protected java.lang.String quantifier

role

protected java.lang.String role

tempQuantifier

protected java.lang.String tempQuantifier
Constructor Detail

QueryType

public QueryType()
Method Detail

getConcept

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

Returns:
possible object is String

setConcept

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

Parameters:
value - allowed object is String

getConcept2

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

Returns:
possible object is String

setConcept2

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

Parameters:
value - allowed object is String

isIsRoleQuery

public java.lang.Boolean isIsRoleQuery()
Gets the value of the isRoleQuery property.

Returns:
possible object is Boolean

setIsRoleQuery

public void setIsRoleQuery(java.lang.Boolean value)
Sets the value of the isRoleQuery property.

Parameters:
value - allowed object is Boolean

getOperator

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

Returns:
possible object is String

setOperator

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

Parameters:
value - allowed object is String

getQuantifier

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

Returns:
possible object is String

setQuantifier

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

Parameters:
value - allowed object is String

getRole

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

Returns:
possible object is String

setRole

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

Parameters:
value - allowed object is String

getTempQuantifier

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

Returns:
possible object is String

setTempQuantifier

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

Parameters:
value - allowed object is String