org.ota.shared
Class Source.RequestorID
java.lang.Object
  
org.ota.shared.UniqueID
      
org.ota.shared.Source.RequestorID
- Enclosing class:
 - Source
 
public static class Source.RequestorID
- extends UniqueID
 
An identifier of the entity making the request  (e.g. ATA/IATA/ID number, Electronic Reservation Service Provider (ERSP), Association of British Travel Agents (ABTA)). 
 
 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="RequestorID" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:UniqueID_Type">
         <xs:attribute type="xs:string" use="optional" name="MessagePassword"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
 
| 
Method Summary | 
 java.lang.String | 
getMessagePassword()
 
          Get the 'MessagePassword' attribute value. | 
 void | 
setMessagePassword(java.lang.String messagePassword)
 
          Set the 'MessagePassword' 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 | 
 
Source.RequestorID
public Source.RequestorID()
getMessagePassword
public java.lang.String getMessagePassword()
- Get the 'MessagePassword' attribute value. This password provides an additional level of security that the recipient can use to validate the sending party's authority to use the message.
- Returns:
 - value
 
 
 
setMessagePassword
public void setMessagePassword(java.lang.String messagePassword)
- Set the 'MessagePassword' attribute value. This password provides an additional level of security that the recipient can use to validate the sending party's authority to use the message.
- Parameters:
 messagePassword -