Package ca.phon.session.io.xml.v13
Class AlignmentTierType
java.lang.Object
ca.phon.session.io.xml.v13.AlignmentTierType
For IPA Target/Actual alignment.
Java class for alignmentTierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="alignmentTierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://phon.ca/ns/phonbank}ag" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="type" use="required" type="{https://phon.ca/ns/phonbank}alignmentTypeType" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAg()
Gets the value of the ag property.getType()
Gets the value of the type property.void
setType
(AlignmentTypeType value) Sets the value of the type property.
-
Field Details
-
ag
-
type
-
-
Constructor Details
-
AlignmentTierType
public AlignmentTierType()
-
-
Method Details
-
getAg
Gets the value of the ag 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 ag property.For example, to add a new item, do as follows:
getAg().add(newItem);
Objects of the following type(s) are allowed in the list
AlignmentType
-
getType
Gets the value of the type property.- Returns:
- possible object is
AlignmentTypeType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isAlignmentTypeType
-