Class SessionType

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

public class SessionType extends Object
The main session element.

Java class for SessionType complex type.

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

 <complexType name="SessionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}header"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}participants"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}transcribers"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}userTiers"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}tierOrder"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}transcript"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="corpus" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" default="PB1.2" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SessionType

      public SessionType()
  • Method Details

    • getHeader

      public HeaderType getHeader()
      Gets the value of the header property.
      Returns:
      possible object is HeaderType
    • setHeader

      public void setHeader(HeaderType value)
      Sets the value of the header property.
      Parameters:
      value - allowed object is HeaderType
    • getParticipants

      public ParticipantsType getParticipants()
      Gets the value of the participants property.
      Returns:
      possible object is ParticipantsType
    • setParticipants

      public void setParticipants(ParticipantsType value)
      Sets the value of the participants property.
      Parameters:
      value - allowed object is ParticipantsType
    • getTranscribers

      public TranscribersType getTranscribers()
      Gets the value of the transcribers property.
      Returns:
      possible object is TranscribersType
    • setTranscribers

      public void setTranscribers(TranscribersType value)
      Sets the value of the transcribers property.
      Parameters:
      value - allowed object is TranscribersType
    • getUserTiers

      public UserTiersType getUserTiers()
      Gets the value of the userTiers property.
      Returns:
      possible object is UserTiersType
    • setUserTiers

      public void setUserTiers(UserTiersType value)
      Sets the value of the userTiers property.
      Parameters:
      value - allowed object is UserTiersType
    • getTierOrder

      public TierOrderType getTierOrder()
      Gets the value of the tierOrder property.
      Returns:
      possible object is TierOrderType
    • setTierOrder

      public void setTierOrder(TierOrderType value)
      Sets the value of the tierOrder property.
      Parameters:
      value - allowed object is TierOrderType
    • getTranscript

      public TranscriptType getTranscript()
      Gets the value of the transcript property.
      Returns:
      possible object is TranscriptType
    • setTranscript

      public void setTranscript(TranscriptType value)
      Sets the value of the transcript property.
      Parameters:
      value - allowed object is TranscriptType
    • 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
    • getCorpus

      public String getCorpus()
      Gets the value of the corpus property.
      Returns:
      possible object is String
    • setCorpus

      public void setCorpus(String value)
      Sets the value of the corpus property.
      Parameters:
      value - allowed object is String
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String