|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttbox.QueryType
public class QueryType
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 |
---|
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 Detail |
---|
public QueryType()
Method Detail |
---|
public java.lang.String getConcept()
String
public void setConcept(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConcept2()
String
public void setConcept2(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsRoleQuery()
Boolean
public void setIsRoleQuery(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getOperator()
String
public void setOperator(java.lang.String value)
value
- allowed object is
String
public java.lang.String getQuantifier()
String
public void setQuantifier(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRole()
String
public void setRole(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTempQuantifier()
String
public void setTempQuantifier(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |