Class ObjectFactory

java.lang.Object
ca.phon.featureset.xml.ObjectFactory

public class ObjectFactory extends Object
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 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

      public FeatureMatrixType createFeatureMatrixType()
      Create an instance of FeatureMatrixType
    • createFeatureType

      public FeatureType createFeatureType()
      Create an instance of FeatureType
    • createNamedFeatureSetType

      public NamedFeatureSetType createNamedFeatureSetType()
      Create an instance of NamedFeatureSetType
    • createFeatureSetType

      public FeatureSetType createFeatureSetType()
      Create an instance of FeatureSetType
    • createFeatureMatrix

      public jakarta.xml.bind.JAXBElement<FeatureMatrixType> createFeatureMatrix(FeatureMatrixType value)
      Create an instance of JAXBElement<FeatureMatrixType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<FeatureMatrixType>
    • createFeature

      public jakarta.xml.bind.JAXBElement<FeatureType> createFeature(FeatureType value)
      Create an instance of JAXBElement<FeatureType>
      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)
      Create an instance of JAXBElement<NamedFeatureSetType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<NamedFeatureSetType>
    • createFeatureSet

      public jakarta.xml.bind.JAXBElement<FeatureSetType> createFeatureSet(FeatureSetType value)
      Create an instance of JAXBElement<FeatureSetType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<FeatureSetType>
    • createFeatures

      public jakarta.xml.bind.JAXBElement<List<Object>> createFeatures(List<Object> value)
      Create an instance of JAXBElement<List<Object>>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<List<Object>>
    • createName

      public jakarta.xml.bind.JAXBElement<String> createName(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createSynonym

      public jakarta.xml.bind.JAXBElement<String> createSynonym(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createPrimaryFamily

      public jakarta.xml.bind.JAXBElement<Family> createPrimaryFamily(Family value)
      Create an instance of JAXBElement<Family>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Family>
    • createSecondaryFamily

      public jakarta.xml.bind.JAXBElement<Family> createSecondaryFamily(Family value)
      Create an instance of JAXBElement<Family>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Family>