tbox
Class ObjectFactory

java.lang.Object
  extended by tbox.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the tbox package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Field Summary
private static javax.xml.namespace.QName _ConcOpConcepts_QNAME
           
private static javax.xml.namespace.QName _Properties_QNAME
           
private static javax.xml.namespace.QName _Quantifiers_QNAME
           
private static javax.xml.namespace.QName _QuantRoleConcepts_QNAME
           
private static javax.xml.namespace.QName _Roles_QNAME
           
private static javax.xml.namespace.QName _SimpleConcepts_QNAME
           
private static javax.xml.namespace.QName _TBox_QNAME
           
 
Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: tbox
 
Method Summary
 javax.xml.bind.JAXBElement<ConcOpConceptType> createConcOpConcepts(ConcOpConceptType value)
          Create an instance of JAXBElement<ConcOpConceptType>}
 ConcOpConceptType createConcOpConceptType()
          Create an instance of ConcOpConceptType
 OperatorType createOperatorType()
          Create an instance of OperatorType
 javax.xml.bind.JAXBElement<PropertyType> createProperties(PropertyType value)
          Create an instance of JAXBElement<PropertyType>}
 PropertyType createPropertyType()
          Create an instance of PropertyType
 javax.xml.bind.JAXBElement<QuantifierType> createQuantifiers(QuantifierType value)
          Create an instance of JAXBElement<QuantifierType>}
 QuantifierType createQuantifierType()
          Create an instance of QuantifierType
 javax.xml.bind.JAXBElement<QuantRoleConceptType> createQuantRoleConcepts(QuantRoleConceptType value)
          Create an instance of JAXBElement<QuantRoleConceptType>}
 QuantRoleConceptType createQuantRoleConceptType()
          Create an instance of QuantRoleConceptType
 QueryType createQueryType()
          Create an instance of QueryType
 javax.xml.bind.JAXBElement<RoleType> createRoles(RoleType value)
          Create an instance of JAXBElement<RoleType>}
 RoleType createRoleType()
          Create an instance of RoleType
 SimpleConcept createSimpleConcept()
          Create an instance of SimpleConcept
 javax.xml.bind.JAXBElement<SimpleConcept> createSimpleConcepts(SimpleConcept value)
          Create an instance of JAXBElement<SimpleConcept>}
 javax.xml.bind.JAXBElement<TBoxType> createTBox(TBoxType value)
          Create an instance of JAXBElement<TBoxType>}
 TBoxType createTBoxType()
          Create an instance of TBoxType
 TrapeziumType createTrapeziumType()
          Create an instance of TrapeziumType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_QuantRoleConcepts_QNAME

private static final javax.xml.namespace.QName _QuantRoleConcepts_QNAME

_TBox_QNAME

private static final javax.xml.namespace.QName _TBox_QNAME

_SimpleConcepts_QNAME

private static final javax.xml.namespace.QName _SimpleConcepts_QNAME

_Roles_QNAME

private static final javax.xml.namespace.QName _Roles_QNAME

_Quantifiers_QNAME

private static final javax.xml.namespace.QName _Quantifiers_QNAME

_Properties_QNAME

private static final javax.xml.namespace.QName _Properties_QNAME

_ConcOpConcepts_QNAME

private static final javax.xml.namespace.QName _ConcOpConcepts_QNAME
Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: tbox

Method Detail

createQuantifierType

public QuantifierType createQuantifierType()
Create an instance of QuantifierType


createSimpleConcept

public SimpleConcept createSimpleConcept()
Create an instance of SimpleConcept


createConcOpConceptType

public ConcOpConceptType createConcOpConceptType()
Create an instance of ConcOpConceptType


createTrapeziumType

public TrapeziumType createTrapeziumType()
Create an instance of TrapeziumType


createPropertyType

public PropertyType createPropertyType()
Create an instance of PropertyType


createRoleType

public RoleType createRoleType()
Create an instance of RoleType


createOperatorType

public OperatorType createOperatorType()
Create an instance of OperatorType


createQueryType

public QueryType createQueryType()
Create an instance of QueryType


createTBoxType

public TBoxType createTBoxType()
Create an instance of TBoxType


createQuantRoleConceptType

public QuantRoleConceptType createQuantRoleConceptType()
Create an instance of QuantRoleConceptType


createQuantRoleConcepts

public javax.xml.bind.JAXBElement<QuantRoleConceptType> createQuantRoleConcepts(QuantRoleConceptType value)
Create an instance of JAXBElement<QuantRoleConceptType>}


createTBox

public javax.xml.bind.JAXBElement<TBoxType> createTBox(TBoxType value)
Create an instance of JAXBElement<TBoxType>}


createSimpleConcepts

public javax.xml.bind.JAXBElement<SimpleConcept> createSimpleConcepts(SimpleConcept value)
Create an instance of JAXBElement<SimpleConcept>}


createRoles

public javax.xml.bind.JAXBElement<RoleType> createRoles(RoleType value)
Create an instance of JAXBElement<RoleType>}


createQuantifiers

public javax.xml.bind.JAXBElement<QuantifierType> createQuantifiers(QuantifierType value)
Create an instance of JAXBElement<QuantifierType>}


createProperties

public javax.xml.bind.JAXBElement<PropertyType> createProperties(PropertyType value)
Create an instance of JAXBElement<PropertyType>}


createConcOpConcepts

public javax.xml.bind.JAXBElement<ConcOpConceptType> createConcOpConcepts(ConcOpConceptType value)
Create an instance of JAXBElement<ConcOpConceptType>}