Class TranscriberType
java.lang.Object
ca.phon.session.io.xml.v12.TranscriberType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.getName()
Gets the value of the name property.Gets the value of the password property.void
Sets the value of the id property.void
Sets the value of the name property.void
setPassword
(PasswordType value) Sets the value of the password property.
-
Field Details
-
name
-
password
-
id
-
-
Constructor Details
-
TranscriberType
public TranscriberType()
-
-
Method Details
-
getName
-
setName
-
getPassword
Gets the value of the password property.- Returns:
- possible object is
PasswordType
-
setPassword
Sets the value of the password property.- Parameters:
value
- allowed object isPasswordType
-
getId
-
setId
-