Class AlignmentTierType
java.lang.Object
ca.phon.session.io.xml.v12.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="{http://phon.ling.mun.ca/ns/phonbank}ag" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://phon.ling.mun.ca/ns/phonbank}alignmentTypeType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAg()Gets the value of the ag property.getType()Gets the value of the type property.voidsetType(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
setmethod 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
-