org.ota.misc
Class ReadRQ.ReadRequests.ProfileReadRequest.UniqueID

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

public static class ReadRQ.ReadRequests.ProfileReadRequest.UniqueID
extends UniqueID

Used to convey the identity of the profile, the owner of the profile, or an id provided by the client. 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="UniqueID" minOccurs="0" maxOccurs="9">
   <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.ProfileReadRequest.UniqueID()
           
 
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.ProfileReadRequest.UniqueID

public ReadRQ.ReadRequests.ProfileReadRequest.UniqueID()
Method Detail

getPinNumber

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

Returns:
value

setPinNumber

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

Parameters:
pinNumber -