Class FeatureMatrixType

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

public class FeatureMatrixType extends Object

Java class for featureMatrixType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="featureMatrixType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{https://phon.ca/ns/features}feature" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{https://phon.ca/ns/features}named_feature_set" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{https://phon.ca/ns/features}feature_set" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FeatureMatrixType

      public FeatureMatrixType()
  • Method Details

    • getFeature

      public List<FeatureType> getFeature()
      Gets the value of the feature property.

      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 Jakarta XML Binding object. This is why there is not a set method for the feature property.

      For example, to add a new item, do as follows:

          getFeature().add(newItem);
       

      Objects of the following type(s) are allowed in the list FeatureType

    • getNamedFeatureSet

      public List<NamedFeatureSetType> getNamedFeatureSet()
      Gets the value of the namedFeatureSet property.

      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 Jakarta XML Binding object. This is why there is not a set method for the namedFeatureSet property.

      For example, to add a new item, do as follows:

          getNamedFeatureSet().add(newItem);
       

      Objects of the following type(s) are allowed in the list NamedFeatureSetType

    • getFeatureSet

      public List<FeatureSetType> getFeatureSet()
      Gets the value of the featureSet property.

      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 Jakarta XML Binding object. This is why there is not a set method for the featureSet property.

      For example, to add a new item, do as follows:

          getFeatureSet().add(newItem);
       

      Objects of the following type(s) are allowed in the list FeatureSetType