Package ca.phon.session.io.xml.v13
Class ConstituentType
java.lang.Object
ca.phon.session.io.xml.v13.ConstituentType
Specifies a syllable constituent. The type is one of
constituentTypeType. Each constituent can constist of one or more phones identified
by zero-based index of the parent phonetic rep.
Java class for constituentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="constituentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="indexes" use="required" type="{https://phon.ca/ns/phonbank}listOfIntegers" /> <attribute name="scType" type="{https://phon.ca/ns/phonbank}constituentTypeType" /> <attribute name="hiatus" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the indexes property.Gets the value of the scType property.isHiatus()
Gets the value of the hiatus property.void
Sets the value of the hiatus property.void
setScType
(ConstituentTypeType value) Sets the value of the scType property.
-
Field Details
-
indexes
-
scType
-
hiatus
-
-
Constructor Details
-
ConstituentType
public ConstituentType()
-
-
Method Details
-
getIndexes
Gets the value of the indexes 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 indexes property.For example, to add a new item, do as follows:
getIndexes().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
-
getScType
Gets the value of the scType property.- Returns:
- possible object is
ConstituentTypeType
-
setScType
Sets the value of the scType property.- Parameters:
value
- allowed object isConstituentTypeType
-
isHiatus
Gets the value of the hiatus property.- Returns:
- possible object is
Boolean
-
setHiatus
Sets the value of the hiatus property.- Parameters:
value
- allowed object isBoolean
-