org.ota.shared
Class Verification.PersonName

java.lang.Object
  extended by org.ota.shared.PersonName
      extended by org.ota.shared.Verification.PersonName
Enclosing class:
Verification

public static class Verification.PersonName
extends PersonName

Detailed name information. Schema fragment(s) for this class:

 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PersonName" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:PersonNameType">
         <xs:attribute type="xs:boolean" use="optional" name="PartialName"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Verification.PersonName()
           
 
Method Summary
 java.lang.Boolean getPartialName()
          Get the 'PartialName' attribute value.
 void setPartialName(java.lang.Boolean partialName)
          Set the 'PartialName' attribute value.
 
Methods inherited from class org.ota.shared.PersonName
addGivenName, addMiddleName, addNamePrefix, addNameSuffix, addNameTitle, clearGivenNames, clearMiddleNames, clearNamePrefixs, clearNameSuffixs, clearNameTitles, getGivenName, getGivenNames, getMiddleName, getMiddleNames, getName, getNamePrefix, getNamePrefixs, getNameSuffix, getNameSuffixs, getNameTitle, getNameTitles, getPrivacyGroup, getSurname, getSurnamePrefix, setGivenNames, setMiddleNames, setName, setNamePrefixs, setNameSuffixs, setNameTitles, setPrivacyGroup, setSurname, setSurnamePrefix, sizeGivenNames, sizeMiddleNames, sizeNamePrefixs, sizeNameSuffixs, sizeNameTitles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Verification.PersonName

public Verification.PersonName()
Method Detail

getPartialName

public java.lang.Boolean getPartialName()
Get the 'PartialName' attribute value. When true the full name is not provided.

Returns:
value

setPartialName

public void setPartialName(java.lang.Boolean partialName)
Set the 'PartialName' attribute value. When true the full name is not provided.

Parameters:
partialName -