Package ca.phon.featureset.xml
Class FeatureType
java.lang.Object
ca.phon.featureset.xml.FeatureType
Java class for featureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="featureType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://phon.ca/ns/features}synonym" maxOccurs="unbounded" minOccurs="0"/> <element ref="{https://phon.ca/ns/features}primary_family" minOccurs="0"/> <element ref="{https://phon.ca/ns/features}secondary_family" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.Gets the value of the primaryFamily property.Gets the value of the secondaryFamily property.Gets the value of the synonym property.void
Sets the value of the name property.void
setPrimaryFamily
(Family value) Sets the value of the primaryFamily property.void
setSecondaryFamily
(Family value) Sets the value of the secondaryFamily property.
-
Field Details
-
synonym
-
-
secondaryFamily
-
name
-
-
Constructor Details
-
FeatureType
public FeatureType()
-
-
Method Details
-
getSynonym
Gets the value of the synonym 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 synonym property.For example, to add a new item, do as follows:
getSynonym().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getPrimaryFamily
Gets the value of the primaryFamily property.- Returns:
- possible object is
Family
-
setPrimaryFamily
Sets the value of the primaryFamily property.- Parameters:
value
- allowed object isFamily
-
getSecondaryFamily
Gets the value of the secondaryFamily property.- Returns:
- possible object is
Family
-
setSecondaryFamily
Sets the value of the secondaryFamily property.- Parameters:
value
- allowed object isFamily
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-