Class ObjectFactory
java.lang.Object
ca.phon.query.db.xml.io.resultset.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the ca.phon.query.db.xml.io.resultset 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.
-
Constructor Summary
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: ca.phon.query.db.xml.io.resultset -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<String>
createData
(String value) jakarta.xml.bind.JAXBElement<String>
createMatcherGroup
(String value) jakarta.xml.bind.JAXBElement<MetaType>
createMeta
(MetaType value) jakarta.xml.bind.JAXBElement<String>
createMetaKey
(String value) Create an instance ofMetaKeyList
jakarta.xml.bind.JAXBElement<MetaKeyList>
createMetaKeys
(MetaKeyList value) Create an instance ofMetaType
jakarta.xml.bind.JAXBElement<RangeType>
createRange
(RangeType value) Create an instance ofRangeType
jakarta.xml.bind.JAXBElement<ResultType>
createResult
(ResultType value) jakarta.xml.bind.JAXBElement<ResultSetType>
createResultSet
(ResultSetType value) Create an instance ofResultSetType
Create an instance ofResultType
jakarta.xml.bind.JAXBElement<ResultValueType>
createResultValue
(ResultValueType value) Create an instance ofResultValueType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ca.phon.query.db.xml.io.resultset
-
-
Method Details
-
createResultSetType
Create an instance ofResultSetType
-
createResultType
Create an instance ofResultType
-
createResultValueType
Create an instance ofResultValueType
-
createMetaType
Create an instance ofMetaType
-
createRangeType
Create an instance ofRangeType
-
createMetaKeyList
Create an instance ofMetaKeyList
-
createResultSet
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ResultSetType
>
-
createResult
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ResultType
>
-
createResultValue
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ResultValueType
>
-
createMeta
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
MetaType
>
-
createRange
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
RangeType
>
-
createData
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createMatcherGroup
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createMetaKeys
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
MetaKeyList
>
-
createMetaKey
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-