org.apache.camel.wsdl_first.types
Class GetPersonResponse

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

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>
 


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

protected String personId

ssn

protected String ssn

name

protected String name
Constructor Detail

GetPersonResponse

public GetPersonResponse()
Method Detail

getPersonId

public String getPersonId()
Gets the value of the personId property.

Returns:
possible object is String

setPersonId

public void setPersonId(String value)
Sets the value of the personId property.

Parameters:
value - allowed object is String

getSsn

public String getSsn()
Gets the value of the ssn property.

Returns:
possible object is String

setSsn

public void setSsn(String value)
Sets the value of the ssn property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Apache CAMEL