Package ca.phon.session.io.xml.v13
Class ParticipantType
java.lang.Object
ca.phon.session.io.xml.v13.ParticipantType
Java class for participantType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="participantType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://phon.ca/ns/phonbank}role" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}name" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}group" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}sex" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}SES" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}education" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}birthday" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}age" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}language" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}syllabifier" minOccurs="0"/> <element ref="{https://phon.ca/ns/phonbank}dictionary" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAge()
Gets the value of the age property.Gets the value of the birthday property.Gets the value of the dictionary property.Gets the value of the education property.getGroup()
Gets the value of the group property.getId()
Gets the value of the id property.Gets the value of the language property.getName()
Gets the value of the name property.getRole()
Gets the value of the role property.getSES()
Gets the value of the ses property.getSex()
Gets the value of the sex property.Gets the value of the syllabifier property.void
Sets the value of the age property.void
setBirthday
(XMLGregorianCalendar value) Sets the value of the birthday property.void
setDictionary
(String value) Sets the value of the dictionary property.void
setEducation
(String value) Sets the value of the education property.void
Sets the value of the group property.void
Sets the value of the id property.void
Sets the value of the name property.void
Sets the value of the role property.void
Sets the value of the ses property.void
Sets the value of the sex property.void
setSyllabifier
(String value) Sets the value of the syllabifier property.
-
Field Details
-
role
-
name
-
group
-
sex
-
ses
-
education
-
birthday
-
age
-
language
-
syllabifier
-
dictionary
-
id
-
-
Constructor Details
-
ParticipantType
public ParticipantType()
-
-
Method Details
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getGroup
Gets the value of the group property.- Returns:
- possible object is
String
-
setGroup
Sets the value of the group property.- Parameters:
value
- allowed object isString
-
getSex
Gets the value of the sex property.- Returns:
- possible object is
SexType
-
setSex
Sets the value of the sex property.- Parameters:
value
- allowed object isSexType
-
getSES
Gets the value of the ses property.- Returns:
- possible object is
String
-
setSES
Sets the value of the ses property.- Parameters:
value
- allowed object isString
-
getEducation
Gets the value of the education property.- Returns:
- possible object is
String
-
setEducation
Sets the value of the education property.- Parameters:
value
- allowed object isString
-
getBirthday
Gets the value of the birthday property.- Returns:
- possible object is
XMLGregorianCalendar
-
setBirthday
Sets the value of the birthday property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getAge
Gets the value of the age property.- Returns:
- possible object is
Duration
-
setAge
Sets the value of the age property.- Parameters:
value
- allowed object isDuration
-
getLanguage
Gets the value of the language 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 language property.For example, to add a new item, do as follows:
getLanguage().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getSyllabifier
Gets the value of the syllabifier property.- Returns:
- possible object is
String
-
setSyllabifier
Sets the value of the syllabifier property.- Parameters:
value
- allowed object isString
-
getDictionary
Gets the value of the dictionary property.- Returns:
- possible object is
String
-
setDictionary
Sets the value of the dictionary property.- Parameters:
value
- allowed object isString
-
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
-