public class Speaker extends Object
Java class for Speaker complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Speaker">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="email" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="job" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected String |
firstName |
protected String |
job |
protected String |
lastName |
| Constructor and Description |
|---|
Speaker() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the value of the email property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getJob()
Gets the value of the job property.
|
String |
getLastName()
Gets the value of the lastName property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setJob(String value)
Sets the value of the job property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
protected String firstName
protected String lastName
protected String email
protected String job
public String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getJob()
StringCopyright © 2011–2015 JRebirth OSS. All rights reserved.