Class NamePersonType

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.NamePersonType

public class NamePersonType extends Object
The user must spread the data about the name of a party over up to six elements. The container element for this will be 'NameFix'.

Java class for NamePerson_Type complex type.

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

 <complexType name="NamePerson_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PrecedingTitle" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
         <element name="Title" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" maxOccurs="unbounded"
         minOccurs="0"/>
         <element name="FirstName">
           <complexType>
             <simpleContent>
               <extension base="<urn:oecd:ties:dpistf:v1>StringMin1Max200_Type">
                 <attribute name="xnlNameType" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="MiddleName" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<urn:oecd:ties:dpistf:v1>StringMin1Max200_Type">
                 <attribute name="xnlNameType" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="NamePrefix" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<urn:oecd:ties:dpistf:v1>StringMin1Max200_Type">
                 <attribute name="xnlNameType" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="LastName">
           <complexType>
             <simpleContent>
               <extension base="<urn:oecd:ties:dpistf:v1>StringMin1Max200_Type">
                 <attribute name="xnlNameType" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="GenerationIdentifier" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type"
         maxOccurs="unbounded" minOccurs="0"/>
         <element name="Suffix" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type"
         maxOccurs="unbounded" minOccurs="0"/>
         <element name="GeneralSuffix" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
       </sequence>
       <attribute name="nameType" type="{urn:oecd:ties:dpistf:v1}OECDNameType_EnumType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • NamePersonType

      public NamePersonType()
  • Method Details

    • getPrecedingTitle

      public String getPrecedingTitle()
      Gets the value of the precedingTitle property.
      Returns:
      possible object is String
    • setPrecedingTitle

      public void setPrecedingTitle(String value)
      Sets the value of the precedingTitle property.
      Parameters:
      value - allowed object is String
    • getTitle

      public List<String> getTitle()
      Gets the value of the title 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 Jakarta XML Binding object. This is why there is not a set method for the title property.

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

          getTitle().add(newItem);
       

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

    • getFirstName

      public NamePersonType.FirstName getFirstName()
      Gets the value of the firstName property.
      Returns:
      possible object is NamePersonType.FirstName
    • setFirstName

      public void setFirstName(NamePersonType.FirstName value)
      Sets the value of the firstName property.
      Parameters:
      value - allowed object is NamePersonType.FirstName
    • getMiddleName

      public List<NamePersonType.MiddleName> getMiddleName()
      Gets the value of the middleName 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 Jakarta XML Binding object. This is why there is not a set method for the middleName property.

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

          getMiddleName().add(newItem);
       

      Objects of the following type(s) are allowed in the list NamePersonType.MiddleName

    • getNamePrefix

      public NamePersonType.NamePrefix getNamePrefix()
      Gets the value of the namePrefix property.
      Returns:
      possible object is NamePersonType.NamePrefix
    • setNamePrefix

      public void setNamePrefix(NamePersonType.NamePrefix value)
      Sets the value of the namePrefix property.
      Parameters:
      value - allowed object is NamePersonType.NamePrefix
    • getLastName

      public NamePersonType.LastName getLastName()
      Gets the value of the lastName property.
      Returns:
      possible object is NamePersonType.LastName
    • setLastName

      public void setLastName(NamePersonType.LastName value)
      Sets the value of the lastName property.
      Parameters:
      value - allowed object is NamePersonType.LastName
    • getGenerationIdentifier

      public List<String> getGenerationIdentifier()
      Gets the value of the generationIdentifier 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 Jakarta XML Binding object. This is why there is not a set method for the generationIdentifier property.

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

          getGenerationIdentifier().add(newItem);
       

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

    • getSuffix

      public List<String> getSuffix()
      Gets the value of the suffix 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 Jakarta XML Binding object. This is why there is not a set method for the suffix property.

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

          getSuffix().add(newItem);
       

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

    • getGeneralSuffix

      public String getGeneralSuffix()
      Gets the value of the generalSuffix property.
      Returns:
      possible object is String
    • setGeneralSuffix

      public void setGeneralSuffix(String value)
      Sets the value of the generalSuffix property.
      Parameters:
      value - allowed object is String
    • getNameType

      public OECDNameTypeEnumType getNameType()
      Gets the value of the nameType property.
      Returns:
      possible object is OECDNameTypeEnumType
    • setNameType

      public void setNameType(OECDNameTypeEnumType value)
      Sets the value of the nameType property.
      Parameters:
      value - allowed object is OECDNameTypeEnumType