|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Source.BookingChannel
public static class Source.BookingChannel
Specifies the booking channel type and whether it is the primary means of connectivity of the source. 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="BookingChannel" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:CompanyNameType" name="CompanyName" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:BookingChannelGroup"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BookingChannelGroup"> <xs:attribute type="xs:string" use="required" name="Type"/> <xs:attribute type="xs:boolean" use="optional" name="Primary"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
Source.BookingChannel()
|
Method Summary | |
---|---|
CompanyName |
getCompanyName()
Get the 'CompanyName' element value. |
java.lang.Boolean |
getPrimary()
Get the 'Primary' attribute value. |
java.lang.String |
getType()
Get the 'Type' attribute value. |
void |
setCompanyName(CompanyName companyName)
Set the 'CompanyName' element value. |
void |
setPrimary(java.lang.Boolean primary)
Set the 'Primary' attribute value. |
void |
setType(java.lang.String type)
Set the 'Type' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Source.BookingChannel()
Method Detail |
---|
public CompanyName getCompanyName()
public void setCompanyName(CompanyName companyName)
companyName
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public java.lang.Boolean getPrimary()
public void setPrimary(java.lang.Boolean primary)
primary
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |