@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:18:23+02:00", comments="JAXB RI v2.3.7") public class PersonType extends Object implements Serializable
Java class for PersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Inss" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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>
| Constructor and Description |
|---|
PersonType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getInss()
Gets the value of the inss property.
|
String |
getLastName()
Gets the value of the lastName property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setInss(String value)
Sets the value of the inss property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
public String getInss()
Stringpublic void setInss(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
String
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.