@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") public class Me extends Object
Java class for me complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="me">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
firstName |
protected String |
lastName |
| Constructor and Description |
|---|
Me() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getLastName()
Gets the value of the lastName property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") protected String firstName
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") protected String lastName
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") public String getFirstName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") public void setFirstName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") public String getLastName()
StringApache CAMEL