org.apache.camel.non_wrapper.types
Class GetPersonResponse

java.lang.Object
  extended by org.apache.camel.non_wrapper.types.GetPersonResponse

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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://www.w3.org/2001/XMLSchema}string"/>
         <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>
 


Field Summary
protected  String name
           
protected  String personId
           
protected  String ssn
           
 
Constructor Summary
GetPersonResponse()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

personId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String personId

ssn

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String ssn

name

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String name
Constructor Detail

GetPersonResponse

public GetPersonResponse()
Method Detail

getPersonId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getPersonId()
Gets the value of the personId property.

Returns:
possible object is String

setPersonId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setPersonId(String value)
Sets the value of the personId property.

Parameters:
value - allowed object is String

getSsn

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getSsn()
Gets the value of the ssn property.

Returns:
possible object is String

setSsn

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setSsn(String value)
Sets the value of the ssn property.

Parameters:
value - allowed object is String

getName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-06-27T07:01:30-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Apache CAMEL