Class FeatureType

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

public class FeatureType extends Object

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 Details

    • synonym

      protected List<String> synonym
    • primaryFamily

      protected Family primaryFamily
    • secondaryFamily

      protected Family secondaryFamily
    • name

      protected String name
  • Constructor Details

    • FeatureType

      public FeatureType()
  • Method Details

    • getSynonym

      public List<String> 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

      public Family getPrimaryFamily()
      Gets the value of the primaryFamily property.
      Returns:
      possible object is Family
    • setPrimaryFamily

      public void setPrimaryFamily(Family value)
      Sets the value of the primaryFamily property.
      Parameters:
      value - allowed object is Family
    • getSecondaryFamily

      public Family getSecondaryFamily()
      Gets the value of the secondaryFamily property.
      Returns:
      possible object is Family
    • setSecondaryFamily

      public void setSecondaryFamily(Family value)
      Sets the value of the secondaryFamily property.
      Parameters:
      value - allowed object is Family
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String