Class TranscriberType

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

public class TranscriberType extends Object
Blind transcribers. Passwords are optional as they don't really secure any data - just prevents others from possibly overwriting data (or cheating.)

Java class for transcriberType complex type.

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

 <complexType name="transcriberType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}name"/>
         <element ref="{http://phon.ling.mun.ca/ns/phonbank}password"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TranscriberType

      public TranscriberType()
  • Method Details

    • 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
    • getPassword

      public PasswordType getPassword()
      Gets the value of the password property.
      Returns:
      possible object is PasswordType
    • setPassword

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