Class FeatureMatrixType
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 Summary
Modifier and TypeFieldDescriptionprotected List<FeatureType>
protected List<FeatureSetType>
protected List<NamedFeatureSetType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the feature property.Gets the value of the featureSet property.Gets the value of the namedFeatureSet property.
-
Field Details
-
feature
-
namedFeatureSet
-
featureSet
-
-
Constructor Details
-
FeatureMatrixType
public FeatureMatrixType()
-
-
Method Details
-
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
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
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
-