Package ca.phon.session.io.xml.v13
Class AlignmentType
java.lang.Object
ca.phon.session.io.xml.v13.AlignmentType
This type represents the alignment of two phonetic representations.
Java class for alignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="alignmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://phon.ca/ns/phonbank}phomap" maxOccurs="unbounded"/> </sequence> <attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the value of the length property.Gets the value of the phomap property.void
setLength
(int value) Sets the value of the length property.
-
Field Details
-
phomap
-
length
protected int length
-
-
Constructor Details
-
AlignmentType
public AlignmentType()
-
-
Method Details
-
getPhomap
Gets the value of the phomap 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 phomap property.For example, to add a new item, do as follows:
getPhomap().add(newItem);
Objects of the following type(s) are allowed in the list
MappingType
-
getLength
public int getLength()Gets the value of the length property. -
setLength
public void setLength(int value) Sets the value of the length property.
-