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.
|
public Speaker()
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public String getJob()
String
Copyright © 2011–2016 JRebirth OSS. All rights reserved.