|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttbox.TBoxType
public class TBoxType
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 |
---|
protected java.util.List<SimpleConcept> simpleConcepts
protected java.util.List<ConcOpConceptType> concOpConcepts
protected java.util.List<QuantRoleConceptType> quantRoleConcepts
protected java.util.List<QuantifierType> quantifiers
protected java.util.List<RoleType> roles
protected java.util.List<PropertyType> properties
protected QueryType query
Constructor Detail |
---|
public TBoxType()
Method Detail |
---|
public java.util.List<SimpleConcept> getSimpleConcepts()
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
public java.util.List<ConcOpConceptType> getConcOpConcepts()
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
public java.util.List<QuantRoleConceptType> getQuantRoleConcepts()
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
public java.util.List<QuantifierType> getQuantifiers()
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
public java.util.List<RoleType> getRoles()
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
public java.util.List<PropertyType> getProperties()
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
public QueryType getQuery()
QueryType
public void setQuery(QueryType value)
value
- allowed object is
QueryType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |