Package ca.phon.session.io.xml.v13
Class SessionType
java.lang.Object
ca.phon.session.io.xml.v13.SessionType
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="{https://phon.ca/ns/phonbank}header"/> <element ref="{https://phon.ca/ns/phonbank}participants"/> <element ref="{https://phon.ca/ns/phonbank}transcribers"/> <element ref="{https://phon.ca/ns/phonbank}userTiers"/> <element ref="{https://phon.ca/ns/phonbank}tierOrder"/> <element ref="{https://phon.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="1.3" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected HeaderType
protected String
protected ParticipantsType
protected TierOrderType
protected TranscribersType
protected TranscriptType
protected UserTiersType
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the corpus property.Gets the value of the header property.getId()
Gets the value of the id property.Gets the value of the participants property.Gets the value of the tierOrder property.Gets the value of the transcribers property.Gets the value of the transcript property.Gets the value of the userTiers property.Gets the value of the version property.void
Sets the value of the corpus property.void
setHeader
(HeaderType value) Sets the value of the header property.void
Sets the value of the id property.void
setParticipants
(ParticipantsType value) Sets the value of the participants property.void
setTierOrder
(TierOrderType value) Sets the value of the tierOrder property.void
setTranscribers
(TranscribersType value) Sets the value of the transcribers property.void
setTranscript
(TranscriptType value) Sets the value of the transcript property.void
setUserTiers
(UserTiersType value) Sets the value of the userTiers property.void
setVersion
(String value) Sets the value of the version property.
-
Field Details
-
header
-
participants
-
transcribers
-
userTiers
-
tierOrder
-
transcript
-
id
-
corpus
-
version
-
-
Constructor Details
-
SessionType
public SessionType()
-
-
Method Details
-
getHeader
Gets the value of the header property.- Returns:
- possible object is
HeaderType
-
setHeader
Sets the value of the header property.- Parameters:
value
- allowed object isHeaderType
-
getParticipants
Gets the value of the participants property.- Returns:
- possible object is
ParticipantsType
-
setParticipants
Sets the value of the participants property.- Parameters:
value
- allowed object isParticipantsType
-
getTranscribers
Gets the value of the transcribers property.- Returns:
- possible object is
TranscribersType
-
setTranscribers
Sets the value of the transcribers property.- Parameters:
value
- allowed object isTranscribersType
-
getUserTiers
Gets the value of the userTiers property.- Returns:
- possible object is
UserTiersType
-
setUserTiers
Sets the value of the userTiers property.- Parameters:
value
- allowed object isUserTiersType
-
getTierOrder
Gets the value of the tierOrder property.- Returns:
- possible object is
TierOrderType
-
setTierOrder
Sets the value of the tierOrder property.- Parameters:
value
- allowed object isTierOrderType
-
getTranscript
Gets the value of the transcript property.- Returns:
- possible object is
TranscriptType
-
setTranscript
Sets the value of the transcript property.- Parameters:
value
- allowed object isTranscriptType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getCorpus
Gets the value of the corpus property.- Returns:
- possible object is
String
-
setCorpus
Sets the value of the corpus property.- Parameters:
value
- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isString
-