org.ota.misc
Class ReadRQ.ReadRequests.HotelReadRequest.UserID

java.lang.Object
  extended by org.ota.shared.UniqueID
      extended by org.ota.misc.ReadRQ.ReadRequests.HotelReadRequest.UserID
Enclosing class:
ReadRQ.ReadRequests.HotelReadRequest

public static class ReadRQ.ReadRequests.HotelReadRequest.UserID
extends UniqueID

The user id and pin number of the person for whom the reservation is for. 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">
   <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
ReadRQ.ReadRequests.HotelReadRequest.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

ReadRQ.ReadRequests.HotelReadRequest.UserID

public ReadRQ.ReadRequests.HotelReadRequest.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 -