Package ca.phon.session.io.xml.v13
Class BlindTierType
java.lang.Object
ca.phon.session.io.xml.v13.BlindTierType
For storing blind transcriptions of users.
Java class for blindTierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="blindTierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://phon.ca/ns/phonbank}bg" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="user" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="form" type="{https://phon.ca/ns/phonbank}phoTypeType" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBg()
Gets the value of the bg property.getForm()
Gets the value of the form property.getUser()
Gets the value of the user property.void
setForm
(PhoTypeType value) Sets the value of the form property.void
Sets the value of the user property.
-
Field Details
-
bg
-
user
-
form
-
-
Constructor Details
-
BlindTierType
public BlindTierType()
-
-
Method Details
-
getBg
Gets the value of the bg 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 bg property.For example, to add a new item, do as follows:
getBg().add(newItem);
Objects of the following type(s) are allowed in the list
BgType
-
getUser
Gets the value of the user property.- Returns:
- possible object is
Object
-
setUser
Sets the value of the user property.- Parameters:
value
- allowed object isObject
-
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
-