@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") public class GetPersonResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="personId" type="{http://camel.apache.org/wsdl-first/types}MyStringType"/>
<element name="ssn" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
personId |
protected String |
ssn |
| Constructor and Description |
|---|
GetPersonResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPersonId()
Gets the value of the personId property.
|
String |
getSsn()
Gets the value of the ssn property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPersonId(String value)
Sets the value of the personId property.
|
void |
setSsn(String value)
Sets the value of the ssn property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") protected String personId
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") protected String ssn
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") public String getPersonId()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") public void setPersonId(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 getSsn()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-05-30T10:46:52-02:30", comments="JAXB RI v2.2.5") public void setSsn(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 getName()
StringApache CAMEL