Package ca.phon.featureset.xml
Class ObjectFactory
java.lang.Object
ca.phon.featureset.xml.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the ca.phon.featureset.xml 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.featureset.xml -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<FeatureType>
createFeature
(FeatureType value) jakarta.xml.bind.JAXBElement<FeatureMatrixType>
Create an instance ofFeatureMatrixType
createFeatures
(List<Object> value) jakarta.xml.bind.JAXBElement<FeatureSetType>
createFeatureSet
(FeatureSetType value) Create an instance ofFeatureSetType
Create an instance ofFeatureType
jakarta.xml.bind.JAXBElement<String>
createName
(String value) jakarta.xml.bind.JAXBElement<NamedFeatureSetType>
Create an instance ofNamedFeatureSetType
jakarta.xml.bind.JAXBElement<Family>
createPrimaryFamily
(Family value) jakarta.xml.bind.JAXBElement<Family>
createSecondaryFamily
(Family value) jakarta.xml.bind.JAXBElement<String>
createSynonym
(String value)
-
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.featureset.xml
-
-
Method Details
-
createFeatureMatrixType
Create an instance ofFeatureMatrixType
-
createFeatureType
Create an instance ofFeatureType
-
createNamedFeatureSetType
Create an instance ofNamedFeatureSetType
-
createFeatureSetType
Create an instance ofFeatureSetType
-
createFeatureMatrix
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
FeatureMatrixType
>
-
createFeature
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
FeatureType
>
-
createNamedFeatureSet
public jakarta.xml.bind.JAXBElement<NamedFeatureSetType> createNamedFeatureSet(NamedFeatureSetType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
NamedFeatureSetType
>
-
createFeatureSet
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
FeatureSetType
>
-
createFeatures
-
createName
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createSynonym
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createPrimaryFamily
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Family
>
-
createSecondaryFamily
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Family
>
-