Class RecordType

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

public class RecordType extends Object
A record.

Java class for recordType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="recordType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}orthography"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}ipaTier" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}blindTranscription" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}alignment" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}segment" minOccurs="0"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}notes" minOccurs="0"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}flatTier" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}groupTier" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="speaker" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="excludeFromSearches" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RecordType

      public RecordType()
  • Method Details

    • getOrthography

      public OrthographyType getOrthography()
      Gets the value of the orthography property.
      Returns:
      possible object is OrthographyType
    • setOrthography

      public void setOrthography(OrthographyType value)
      Sets the value of the orthography property.
      Parameters:
      value - allowed object is OrthographyType
    • getIpaTier

      public List<IpaTierType> getIpaTier()
      Gets the value of the ipaTier 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 ipaTier property.

      For example, to add a new item, do as follows:

          getIpaTier().add(newItem);
       

      Objects of the following type(s) are allowed in the list IpaTierType

    • getBlindTranscription

      public List<BlindTierType> getBlindTranscription()
      Gets the value of the blindTranscription 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 blindTranscription property.

      For example, to add a new item, do as follows:

          getBlindTranscription().add(newItem);
       

      Objects of the following type(s) are allowed in the list BlindTierType

    • getAlignment

      public List<AlignmentTierType> getAlignment()
      Gets the value of the alignment 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 alignment property.

      For example, to add a new item, do as follows:

          getAlignment().add(newItem);
       

      Objects of the following type(s) are allowed in the list AlignmentTierType

    • getSegment

      public SegmentType getSegment()
      Gets the value of the segment property.
      Returns:
      possible object is SegmentType
    • setSegment

      public void setSegment(SegmentType value)
      Sets the value of the segment property.
      Parameters:
      value - allowed object is SegmentType
    • getNotes

      public FlatTierType getNotes()
      Gets the value of the notes property.
      Returns:
      possible object is FlatTierType
    • setNotes

      public void setNotes(FlatTierType value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is FlatTierType
    • getFlatTier

      public List<FlatTierType> getFlatTier()
      Gets the value of the flatTier 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 flatTier property.

      For example, to add a new item, do as follows:

          getFlatTier().add(newItem);
       

      Objects of the following type(s) are allowed in the list FlatTierType

    • getGroupTier

      public List<GroupTierType> getGroupTier()
      Gets the value of the groupTier 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 groupTier property.

      For example, to add a new item, do as follows:

          getGroupTier().add(newItem);
       

      Objects of the following type(s) are allowed in the list GroupTierType

    • getSpeaker

      public Object getSpeaker()
      Gets the value of the speaker property.
      Returns:
      possible object is Object
    • setSpeaker

      public void setSpeaker(Object value)
      Sets the value of the speaker property.
      Parameters:
      value - allowed object is Object
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • isExcludeFromSearches

      public boolean isExcludeFromSearches()
      Gets the value of the excludeFromSearches property.
      Returns:
      possible object is Boolean
    • setExcludeFromSearches

      public void setExcludeFromSearches(Boolean value)
      Sets the value of the excludeFromSearches property.
      Parameters:
      value - allowed object is Boolean