org.ota.profile
Class Profile.UserID

java.lang.Object
  extended by org.ota.shared.UniqueID
      extended by org.ota.profile.Profile.UserID
Enclosing class:
Profile

public static class Profile.UserID
extends UniqueID

The user ids and pin numbers of the profile. 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="UserID" minOccurs="0" maxOccurs="10">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:UniqueID_Type">
         <xs:attribute type="xs:string" use="optional" name="PinNumber"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Profile.UserID()
           
 
Method Summary
 java.lang.String getPinNumber()
          Get the 'PinNumber' attribute value.
 void setPinNumber(java.lang.String pinNumber)
          Set the 'PinNumber' attribute value.
 
Methods inherited from class org.ota.shared.UniqueID
getCompanyName, getID, getIDContext, getInstance, getType, getURL, setCompanyName, setID, setIDContext, setInstance, setType, setURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile.UserID

public Profile.UserID()
Method Detail

getPinNumber

public java.lang.String getPinNumber()
Get the 'PinNumber' attribute value. The personal identification number (password) for this user ID.

Returns:
value

setPinNumber

public void setPinNumber(java.lang.String pinNumber)
Set the 'PinNumber' attribute value. The personal identification number (password) for this user ID.

Parameters:
pinNumber -