Class ParticipantType
java.lang.Object
ca.phon.session.io.xml.v12.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="{http://phon.ling.mun.ca/ns/phonbank}role" minOccurs="0"/> <element ref="{http://phon.ling.mun.ca/ns/phonbank}name" minOccurs="0"/> <element ref="{http://phon.ling.mun.ca/ns/phonbank}group" minOccurs="0"/> <element ref="{http://phon.ling.mun.ca/ns/phonbank}sex" minOccurs="0"/> <element ref="{http://phon.ling.mun.ca/ns/phonbank}SES" minOccurs="0"/> <element ref="{http://phon.ling.mun.ca/ns/phonbank}education" minOccurs="0"/> <element ref="{http://phon.ling.mun.ca/ns/phonbank}birthday" minOccurs="0"/> <element ref="{http://phon.ling.mun.ca/ns/phonbank}age" minOccurs="0"/> <element ref="{http://phon.ling.mun.ca/ns/phonbank}language" minOccurs="0"/> <element ref="{http://phon.ling.mun.ca/ns/phonbank}syllabifier" minOccurs="0"/> <element ref="{http://phon.ling.mun.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
Fields -
Constructor Summary
Constructors -
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
-
setRole
-
getName
-
setName
-
getGroup
-
setGroup
-
getSex
-
setSex
-
getSES
-
setSES
-
getEducation
-
setEducation
-
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
-
setAge
-
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
-
setSyllabifier
-
getDictionary
-
setDictionary
-
getId
-
setId
-