org.ota.profile
Class Affiliations.Organization.OrgMemberName

java.lang.Object
  extended by org.ota.shared.PersonName
      extended by org.ota.profile.Affiliations.Organization.OrgMemberName
Enclosing class:
Affiliations.Organization

public static class Affiliations.Organization.OrgMemberName
extends PersonName

Name of the member of the organization, as listed among the options of customer names. 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="OrgMemberName" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:PersonNameType">
         <xs:attributeGroup ref="ns:ID_LevelTitleGroup"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_LevelTitleGroup">
   <xs:attributeGroup ref="ns:ID_OptionalGroup"/>
   <xs:attribute type="xs:string" use="optional" name="Level"/>
   <xs:attribute type="xs:string" use="optional" name="Title"/>
 </xs:attributeGroup>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup">
   <xs:attribute type="xs:string" use="optional" name="ID"/>
 </xs:attributeGroup>
 


Constructor Summary
Affiliations.Organization.OrgMemberName()
           
 
Method Summary
 java.lang.String getID()
          Get the 'ID' attribute value.
 java.lang.String getLevel()
          Get the 'Level' attribute value.
 java.lang.String getTitle()
          Get the 'Title' attribute value.
 void setID(java.lang.String ID)
          Set the 'ID' attribute value.
 void setLevel(java.lang.String level)
          Set the 'Level' attribute value.
 void setTitle(java.lang.String title)
          Set the 'Title' 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

Affiliations.Organization.OrgMemberName

public Affiliations.Organization.OrgMemberName()
Method Detail

getID

public java.lang.String getID()
Get the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Returns:
value

setID

public void setID(java.lang.String ID)
Set the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Parameters:
ID -

getLevel

public java.lang.String getLevel()
Get the 'Level' attribute value. Level in employer organization (e.g. seniority) that conveys privileges.

Returns:
value

setLevel

public void setLevel(java.lang.String level)
Set the 'Level' attribute value. Level in employer organization (e.g. seniority) that conveys privileges.

Parameters:
level -

getTitle

public java.lang.String getTitle()
Get the 'Title' attribute value. Title of employee in the employer company that conveys rank or privileges.

Returns:
value

setTitle

public void setTitle(java.lang.String title)
Set the 'Title' attribute value. Title of employee in the employer company that conveys rank or privileges.

Parameters:
title -