be.fgov.ehealth.aa.complextype.v1
Class PersonType

java.lang.Object
  extended by be.fgov.ehealth.aa.complextype.v1.PersonType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PersonWithFunction, Responsible

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-10-28T03:13:32+02:00",
           comments="JAXB RI v2.2.6")
public class PersonType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

PersonType

public PersonType()
Method Detail

getInss

public String getInss()
Gets the value of the inss property.

Returns:
possible object is String

setInss

public void setInss(String value)
Sets the value of the inss property.

Parameters:
value - allowed object is String

getFirstName

public String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

public void setFirstName(String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getLastName

public String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.