tbox
Class TBoxType

java.lang.Object
  extended by tbox.TBoxType

public class TBoxType
extends java.lang.Object

Java class for TBoxType complex type.

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

 <complexType name="TBoxType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}simpleConcepts" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}concOpConcepts" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}quantRoleConcepts" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}quantifiers" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}roles" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}properties" maxOccurs="unbounded" minOccurs="0"/>
         <element name="query" type="{}QueryType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<ConcOpConceptType> concOpConcepts
           
protected  java.util.List<PropertyType> properties
           
protected  java.util.List<QuantifierType> quantifiers
           
protected  java.util.List<QuantRoleConceptType> quantRoleConcepts
           
protected  QueryType query
           
protected  java.util.List<RoleType> roles
           
protected  java.util.List<SimpleConcept> simpleConcepts
           
 
Constructor Summary
TBoxType()
           
 
Method Summary
 java.util.List<ConcOpConceptType> getConcOpConcepts()
          Gets the value of the concOpConcepts property.
 java.util.List<PropertyType> getProperties()
          Gets the value of the properties property.
 java.util.List<QuantifierType> getQuantifiers()
          Gets the value of the quantifiers property.
 java.util.List<QuantRoleConceptType> getQuantRoleConcepts()
          Gets the value of the quantRoleConcepts property.
 QueryType getQuery()
          Gets the value of the query property.
 java.util.List<RoleType> getRoles()
          Gets the value of the roles property.
 java.util.List<SimpleConcept> getSimpleConcepts()
          Gets the value of the simpleConcepts property.
 void setQuery(QueryType value)
          Sets the value of the query property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

simpleConcepts

protected java.util.List<SimpleConcept> simpleConcepts

concOpConcepts

protected java.util.List<ConcOpConceptType> concOpConcepts

quantRoleConcepts

protected java.util.List<QuantRoleConceptType> quantRoleConcepts

quantifiers

protected java.util.List<QuantifierType> quantifiers

roles

protected java.util.List<RoleType> roles

properties

protected java.util.List<PropertyType> properties

query

protected QueryType query
Constructor Detail

TBoxType

public TBoxType()
Method Detail

getSimpleConcepts

public java.util.List<SimpleConcept> getSimpleConcepts()
Gets the value of the simpleConcepts property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the simpleConcepts property.

For example, to add a new item, do as follows:

    getSimpleConcepts().add(newItem);
 

Objects of the following type(s) are allowed in the list SimpleConcept


getConcOpConcepts

public java.util.List<ConcOpConceptType> getConcOpConcepts()
Gets the value of the concOpConcepts property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the concOpConcepts property.

For example, to add a new item, do as follows:

    getConcOpConcepts().add(newItem);
 

Objects of the following type(s) are allowed in the list ConcOpConceptType


getQuantRoleConcepts

public java.util.List<QuantRoleConceptType> getQuantRoleConcepts()
Gets the value of the quantRoleConcepts property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the quantRoleConcepts property.

For example, to add a new item, do as follows:

    getQuantRoleConcepts().add(newItem);
 

Objects of the following type(s) are allowed in the list QuantRoleConceptType


getQuantifiers

public java.util.List<QuantifierType> getQuantifiers()
Gets the value of the quantifiers property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the quantifiers property.

For example, to add a new item, do as follows:

    getQuantifiers().add(newItem);
 

Objects of the following type(s) are allowed in the list QuantifierType


getRoles

public java.util.List<RoleType> getRoles()
Gets the value of the roles property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the roles property.

For example, to add a new item, do as follows:

    getRoles().add(newItem);
 

Objects of the following type(s) are allowed in the list RoleType


getProperties

public java.util.List<PropertyType> getProperties()
Gets the value of the properties property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the properties property.

For example, to add a new item, do as follows:

    getProperties().add(newItem);
 

Objects of the following type(s) are allowed in the list PropertyType


getQuery

public QueryType getQuery()
Gets the value of the query property.

Returns:
possible object is QueryType

setQuery

public void setQuery(QueryType value)
Sets the value of the query property.

Parameters:
value - allowed object is QueryType