| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.profile.TravelArranger
public class TravelArranger
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 | 
|---|
public TravelArranger()
| Method Detail | 
|---|
public CompanyName getCompanyName()
public void setCompanyName(CompanyName companyName)
companyName - public java.lang.Boolean getDefaultInd()
public void setDefaultInd(java.lang.Boolean defaultInd)
defaultInd - public PrivacyGroup getPrivacyGroup()
public void setPrivacyGroup(PrivacyGroup privacyGroup)
privacyGroup - public java.lang.String getTravelArranger()
public void setTravelArranger(java.lang.String travelArranger)
travelArranger - public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH - public java.lang.String getRemark()
public void setRemark(java.lang.String remark)
remark - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||