Package ca.phon.session.io.xml.v13
Class TranscriberType
java.lang.Object
ca.phon.session.io.xml.v13.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="{https://phon.ca/ns/phonbank}name"/> <element ref="{https://phon.ca/ns/phonbank}password"/> </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 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
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
-
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
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
-