Package ca.phon.session.io.xml.v13
Class IpaTierType
java.lang.Object
ca.phon.session.io.xml.v13.IpaTierType
For IPA Target/Actual tiers.
Java class for ipaTierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ipaTierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://phon.ca/ns/phonbank}pg" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="form" type="{https://phon.ca/ns/phonbank}phoTypeType" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetForm()
Gets the value of the form property.getPg()
Gets the value of the pg property.void
setForm
(PhoTypeType value) Sets the value of the form property.
-
Field Details
-
pg
-
form
-
-
Constructor Details
-
IpaTierType
public IpaTierType()
-
-
Method Details
-
getPg
Gets the value of the pg 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 pg property.For example, to add a new item, do as follows:
getPg().add(newItem);
Objects of the following type(s) are allowed in the list
PhoType
-
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
-