org.molgenis.jaxb
Class Person

java.lang.Object
  extended by org.molgenis.jaxb.Person
Direct Known Subclasses:
SpecimenCollectionContact

public class Person
extends Object

Java class for Person complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="fullName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="middleNameOrInitial" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String emailAddress
           
protected  String firstName
           
protected  String fullName
           
protected  Integer id
           
protected  String lastName
           
protected  String middleNameOrInitial
           
 
Constructor Summary
Person()
           
 
Method Summary
 String getEmailAddress()
          Gets the value of the emailAddress property.
 String getFirstName()
          Gets the value of the firstName property.
 String getFullName()
          Gets the value of the fullName property.
 Integer getId()
          Gets the value of the id property.
 String getLastName()
          Gets the value of the lastName property.
 String getMiddleNameOrInitial()
          Gets the value of the middleNameOrInitial property.
 void setEmailAddress(String value)
          Sets the value of the emailAddress property.
 void setFirstName(String value)
          Sets the value of the firstName property.
 void setFullName(String value)
          Sets the value of the fullName property.
 void setId(Integer value)
          Sets the value of the id property.
 void setLastName(String value)
          Sets the value of the lastName property.
 void setMiddleNameOrInitial(String value)
          Sets the value of the middleNameOrInitial property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fullName

protected String fullName

firstName

protected String firstName

lastName

protected String lastName

middleNameOrInitial

protected String middleNameOrInitial

emailAddress

protected String emailAddress

id

protected Integer id
Constructor Detail

Person

public Person()
Method Detail

getFullName

public String getFullName()
Gets the value of the fullName property.

Returns:
possible object is String

setFullName

public void setFullName(String value)
Sets the value of the fullName 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

getMiddleNameOrInitial

public String getMiddleNameOrInitial()
Gets the value of the middleNameOrInitial property.

Returns:
possible object is String

setMiddleNameOrInitial

public void setMiddleNameOrInitial(String value)
Sets the value of the middleNameOrInitial property.

Parameters:
value - allowed object is String

getEmailAddress

public String getEmailAddress()
Gets the value of the emailAddress property.

Returns:
possible object is String

setEmailAddress

public void setEmailAddress(String value)
Sets the value of the emailAddress property.

Parameters:
value - allowed object is String

getId

public Integer getId()
Gets the value of the id property.

Returns:
possible object is Integer

setId

public void setId(Integer value)
Sets the value of the id property.

Parameters:
value - allowed object is Integer


Copyright © 2013. All Rights Reserved.