at.gv.zustellung.zkopf.xsd.zkopf_persondata
Class PersonNameType

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf_persondata.PersonNameType

public class PersonNameType
extends 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="GivenName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FamilyName">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="primary" default="undefined">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="true"/>
                       <enumeration value="false"/>
                       <enumeration value="undefined"/>
                     </restriction>
                   </simpleType>
                 </attribute>
                 <attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="Affix" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="type" use="required">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="academicGrade"/>
                       <enumeration value="aristocraticPrefix"/>
                       <enumeration value="aristocraticTitle"/>
                       <enumeration value="familyNamePrefix"/>
                       <enumeration value="familyNameSuffix"/>
                       <enumeration value="formOfAddress"/>
                       <enumeration value="generation"/>
                       <enumeration value="qualification"/>
                     </restriction>
                   </simpleType>
                 </attribute>
                 <attribute name="position">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="prefix"/>
                       <enumeration value="suffix"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PersonNameType.Affix
          Java class for anonymous complex type.
static class PersonNameType.FamilyName
          Java class for anonymous complex type.
 
Constructor Summary
PersonNameType()
           
 
Method Summary
 List<PersonNameType.Affix> getAffix()
          Gets the value of the affix property.
 PersonNameType.FamilyName getFamilyName()
          Gets the value of the familyName property.
 String getGivenName()
          Gets the value of the givenName property.
 void setFamilyName(PersonNameType.FamilyName value)
          Sets the value of the familyName property.
 void setGivenName(String value)
          Sets the value of the givenName property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonNameType

public PersonNameType()
Method Detail

getGivenName

public String getGivenName()
Gets the value of the givenName property.

Returns:
possible object is String

setGivenName

public void setGivenName(String value)
Sets the value of the givenName property.

Parameters:
value - allowed object is String

getFamilyName

public PersonNameType.FamilyName getFamilyName()
Gets the value of the familyName property.

Returns:
possible object is PersonNameType.FamilyName

setFamilyName

public void setFamilyName(PersonNameType.FamilyName value)
Sets the value of the familyName property.

Parameters:
value - allowed object is PersonNameType.FamilyName

getAffix

public List<PersonNameType.Affix> getAffix()
Gets the value of the affix 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 affix property.

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

    getAffix().add(newItem);
 

Objects of the following type(s) are allowed in the list PersonNameType.Affix



Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.