org.ota.profile
Class TravelArranger

java.lang.Object
  extended by org.ota.profile.TravelArranger

public class TravelArranger
extends java.lang.Object

Companies or individuals responsible for making travel plans or transactions either for the customer or company. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TravelArrangerType">
   <xs:simpleContent>
     <xs:extension base="ns:CompanyNameType">
       <xs:attributeGroup ref="ns:DefaultIndGroup"/>
       <xs:attributeGroup ref="ns:PrivacyGroup"/>
       <xs:attribute type="xs:string" use="optional" name="TravelArrangerType"/>
       <xs:attribute type="xs:string" use="optional" name="RPH"/>
       <xs:attribute type="xs:string" use="optional" name="Remark"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DefaultIndGroup">
   <xs:attribute type="xs:boolean" use="optional" name="DefaultInd"/>
 </xs:attributeGroup>
 


Constructor Summary
TravelArranger()
           
 
Method Summary
 CompanyName getCompanyName()
          Get the extension value.
 java.lang.Boolean getDefaultInd()
          Get the 'DefaultInd' attribute value.
 PrivacyGroup getPrivacyGroup()
          Get the 'PrivacyGroup' attributeGroup value.
 java.lang.String getRemark()
          Get the 'Remark' attribute value.
 java.lang.String getRPH()
          Get the 'RPH' attribute value.
 java.lang.String getTravelArranger()
          Get the 'TravelArrangerType' attribute value.
 void setCompanyName(CompanyName companyName)
          Set the extension value.
 void setDefaultInd(java.lang.Boolean defaultInd)
          Set the 'DefaultInd' attribute value.
 void setPrivacyGroup(PrivacyGroup privacyGroup)
          Set the 'PrivacyGroup' attributeGroup value.
 void setRemark(java.lang.String remark)
          Set the 'Remark' attribute value.
 void setRPH(java.lang.String RPH)
          Set the 'RPH' attribute value.
 void setTravelArranger(java.lang.String travelArranger)
          Set the 'TravelArrangerType' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TravelArranger

public TravelArranger()
Method Detail

getCompanyName

public CompanyName getCompanyName()
Get the extension value.

Returns:
value

setCompanyName

public void setCompanyName(CompanyName companyName)
Set the extension value.

Parameters:
companyName -

getDefaultInd

public java.lang.Boolean getDefaultInd()
Get the 'DefaultInd' attribute value. When true, indicates a default value should be used. false

Returns:
value

setDefaultInd

public void setDefaultInd(java.lang.Boolean defaultInd)
Set the 'DefaultInd' attribute value. When true, indicates a default value should be used. false

Parameters:
defaultInd -

getPrivacyGroup

public PrivacyGroup getPrivacyGroup()
Get the 'PrivacyGroup' attributeGroup value. Allows for control of the sharing of travel arranger data between parties.

Returns:
value

setPrivacyGroup

public void setPrivacyGroup(PrivacyGroup privacyGroup)
Set the 'PrivacyGroup' attributeGroup value. Allows for control of the sharing of travel arranger data between parties.

Parameters:
privacyGroup -

getTravelArranger

public java.lang.String getTravelArranger()
Get the 'TravelArrangerType' attribute value. Type of service making travel plans or transactions (e.g., travel agency, etc.).

Returns:
value

setTravelArranger

public void setTravelArranger(java.lang.String travelArranger)
Set the 'TravelArrangerType' attribute value. Type of service making travel plans or transactions (e.g., travel agency, etc.).

Parameters:
travelArranger -

getRPH

public java.lang.String getRPH()
Get the 'RPH' attribute value. A unique reference for a travel arranger within this message.

Returns:
value

setRPH

public void setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. A unique reference for a travel arranger within this message.

Parameters:
RPH -

getRemark

public java.lang.String getRemark()
Get the 'Remark' attribute value. A remark associated with the travel arranger.

Returns:
value

setRemark

public void setRemark(java.lang.String remark)
Set the 'Remark' attribute value. A remark associated with the travel arranger.

Parameters:
remark -