Class BlindTierType

java.lang.Object
ca.phon.session.io.xml.v12.BlindTierType

public class BlindTierType extends Object
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="{http://phon.ling.mun.ca/ns/phonbank}bg" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="user" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="form" type="{http://phon.ling.mun.ca/ns/phonbank}phoTypeType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BlindTierType

      public BlindTierType()
  • Method Details

    • getBg

      public List<BgType> 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

      public Object getUser()
      Gets the value of the user property.
      Returns:
      possible object is Object
    • setUser

      public void setUser(Object value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is Object
    • getForm

      public PhoTypeType getForm()
      Gets the value of the form property.
      Returns:
      possible object is PhoTypeType
    • setForm

      public void setForm(PhoTypeType value)
      Sets the value of the form property.
      Parameters:
      value - allowed object is PhoTypeType