Package ca.phon.session.io.xml.v13
Class MappingType
java.lang.Object
ca.phon.session.io.xml.v13.MappingType
The number -1 represents an indel (insertion-deletion point). Any
number >= 0 is the index of a phone identified by the referenced syllabifcation
element.
Java class for mappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mappingType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="form" type="{https://phon.ca/ns/phonbank}phoTypeType" /> <attribute name="value" type="{https://phon.ca/ns/phonbank}listOfIntegers" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetForm()
Gets the value of the form property.getValue()
Gets the value of the value property.void
setForm
(PhoTypeType value) Sets the value of the form property.
-
Field Details
-
form
-
value
-
-
Constructor Details
-
MappingType
public MappingType()
-
-
Method Details
-
getForm
Gets the value of the form property.- Returns:
- possible object is
PhoTypeType
-
setForm
Sets the value of the form property.- Parameters:
value
- allowed object isPhoTypeType
-
getValue
Gets the value of the value 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 value property.For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
-