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>
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.
|
public String getPersonId()
String
public void setPersonId(String value)
value
- allowed object is
String
public void setSsn(String value)
value
- allowed object is
String
public String getName()
String
Copyright © 2015. All rights reserved.