Class ParticipantType

java.lang.Object
ca.phon.session.io.xml.v13.ParticipantType

public class ParticipantType extends Object

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 Details

  • Constructor Details

    • ParticipantType

      public ParticipantType()
  • Method Details

    • getRole

      public String getRole()
      Gets the value of the role property.
      Returns:
      possible object is String
    • setRole

      public void setRole(String value)
      Sets the value of the role property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getGroup

      public String getGroup()
      Gets the value of the group property.
      Returns:
      possible object is String
    • setGroup

      public void setGroup(String value)
      Sets the value of the group property.
      Parameters:
      value - allowed object is String
    • getSex

      public SexType getSex()
      Gets the value of the sex property.
      Returns:
      possible object is SexType
    • setSex

      public void setSex(SexType value)
      Sets the value of the sex property.
      Parameters:
      value - allowed object is SexType
    • getSES

      public String getSES()
      Gets the value of the ses property.
      Returns:
      possible object is String
    • setSES

      public void setSES(String value)
      Sets the value of the ses property.
      Parameters:
      value - allowed object is String
    • getEducation

      public String getEducation()
      Gets the value of the education property.
      Returns:
      possible object is String
    • setEducation

      public void setEducation(String value)
      Sets the value of the education property.
      Parameters:
      value - allowed object is String
    • getBirthday

      public XMLGregorianCalendar getBirthday()
      Gets the value of the birthday property.
      Returns:
      possible object is XMLGregorianCalendar
    • setBirthday

      public void setBirthday(XMLGregorianCalendar value)
      Sets the value of the birthday property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAge

      public Duration getAge()
      Gets the value of the age property.
      Returns:
      possible object is Duration
    • setAge

      public void setAge(Duration value)
      Sets the value of the age property.
      Parameters:
      value - allowed object is Duration
    • getLanguage

      public List<String> 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

      public String getSyllabifier()
      Gets the value of the syllabifier property.
      Returns:
      possible object is String
    • setSyllabifier

      public void setSyllabifier(String value)
      Sets the value of the syllabifier property.
      Parameters:
      value - allowed object is String
    • getDictionary

      public String getDictionary()
      Gets the value of the dictionary property.
      Returns:
      possible object is String
    • setDictionary

      public void setDictionary(String value)
      Sets the value of the dictionary property.
      Parameters:
      value - allowed object is String
    • 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