au.net.electronichealth.ns.cdapackage.xsd.esignature._2012
Class PersonNameType

java.lang.Object
  extended by au.net.electronichealth.ns.cdapackage.xsd.esignature._2012.PersonNameType

public class PersonNameType
extends java.lang.Object

Java class for PersonNameType complex type.

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

 <complexType name="PersonNameType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nameTitle" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="givenName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="familyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="nameSuffix" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String familyName
           
protected  java.util.List<java.lang.String> givenName
           
protected  java.util.List<java.lang.String> nameSuffix
           
protected  java.util.List<java.lang.String> nameTitle
           
 
Constructor Summary
PersonNameType()
           
 
Method Summary
 java.lang.String getFamilyName()
          Gets the value of the familyName property.
 java.util.List<java.lang.String> getGivenName()
          Gets the value of the givenName property.
 java.util.List<java.lang.String> getNameSuffix()
          Gets the value of the nameSuffix property.
 java.util.List<java.lang.String> getNameTitle()
          Gets the value of the nameTitle property.
 void setFamilyName(java.lang.String value)
          Sets the value of the familyName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameTitle

protected java.util.List<java.lang.String> nameTitle

givenName

protected java.util.List<java.lang.String> givenName

familyName

protected java.lang.String familyName

nameSuffix

protected java.util.List<java.lang.String> nameSuffix
Constructor Detail

PersonNameType

public PersonNameType()
Method Detail

getNameTitle

public java.util.List<java.lang.String> getNameTitle()
Gets the value of the nameTitle property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the nameTitle property.

For example, to add a new item, do as follows:

    getNameTitle().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getGivenName

public java.util.List<java.lang.String> getGivenName()
Gets the value of the givenName property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the givenName property.

For example, to add a new item, do as follows:

    getGivenName().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getFamilyName

public java.lang.String getFamilyName()
Gets the value of the familyName property.

Returns:
possible object is String

setFamilyName

public void setFamilyName(java.lang.String value)
Sets the value of the familyName property.

Parameters:
value - allowed object is String

getNameSuffix

public java.util.List<java.lang.String> getNameSuffix()
Gets the value of the nameSuffix property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the nameSuffix property.

For example, to add a new item, do as follows:

    getNameSuffix().add(newItem);
 

Objects of the following type(s) are allowed in the list String