|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.AffiliationInfo.DistribSystems
public static class HotelDescriptiveContent.AffiliationInfo.DistribSystems
A collection of DistribSystem elements. 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="DistribSystems" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="DistribSystem"> <xs:complexType> <xs:sequence> <xs:element type="ns:CompanyNameType" name="CompanyName" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:RemovalGroup"/> <xs:attributeGroup ref="ns:HotelReferenceGroup"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RemovalGroup"> <xs:attribute type="xs:boolean" use="optional" name="Removal"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
HotelDescriptiveContent.AffiliationInfo.DistribSystems()
|
Method Summary | |
---|---|
CompanyName |
getDistribSystemCompanyName()
Get the 'CompanyName' element value. |
HotelReferenceGroup |
getDistribSystemHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value. |
java.lang.Boolean |
getDistribSystemRemoval()
Get the 'Removal' attribute value. |
void |
setDistribSystemCompanyName(CompanyName distribSystemCompanyName)
Set the 'CompanyName' element value. |
void |
setDistribSystemHotelReferenceGroup(HotelReferenceGroup distribSystemHotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value. |
void |
setDistribSystemRemoval(java.lang.Boolean distribSystemRemoval)
Set the 'Removal' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.AffiliationInfo.DistribSystems()
Method Detail |
---|
public CompanyName getDistribSystemCompanyName()
public void setDistribSystemCompanyName(CompanyName distribSystemCompanyName)
distribSystemCompanyName
- public java.lang.Boolean getDistribSystemRemoval()
public void setDistribSystemRemoval(java.lang.Boolean distribSystemRemoval)
distribSystemRemoval
- public HotelReferenceGroup getDistribSystemHotelReferenceGroup()
public void setDistribSystemHotelReferenceGroup(HotelReferenceGroup distribSystemHotelReferenceGroup)
distribSystemHotelReferenceGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |