|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.aa.complextype.v1.PersonType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:11:51+02:00", comments="JAXB RI v2.2.11") public class PersonType
Identity and function of an occupied physical person in ReMaPH.
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 Summary | |
---|---|
PersonType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersonType()
Method Detail |
---|
public String getInss()
String
public void setInss(String value)
value
- allowed object is
String
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |