|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RatePlanCandidates.RatePlanCandidate.HotelRefs
public static class RatePlanCandidates.RatePlanCandidate.HotelRefs
A collection of hotel identifiers to which the rate plan applies. 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="HotelRefs" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="HotelRef" maxOccurs="unbounded"> <xs:complexType> <xs:attributeGroup ref="ns:HotelReferenceGroup"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
RatePlanCandidates.RatePlanCandidate.HotelRefs()
|
Method Summary | |
---|---|
void |
addHotelRef(HotelReferenceGroup item)
Add a 'HotelRef' element item. |
void |
clearHotelRefs()
Remove all 'HotelRef' element items. |
HotelReferenceGroup |
getHotelRef(int index)
Get 'HotelRef' element item by position. |
java.util.List<HotelReferenceGroup> |
getHotelRefs()
Get the list of 'HotelRef' element items. |
void |
setHotelRefs(java.util.List<HotelReferenceGroup> list)
Set the list of 'HotelRef' element items. |
int |
sizeHotelRefs()
Get the number of 'HotelRef' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RatePlanCandidates.RatePlanCandidate.HotelRefs()
Method Detail |
---|
public java.util.List<HotelReferenceGroup> getHotelRefs()
public void setHotelRefs(java.util.List<HotelReferenceGroup> list)
list
- public int sizeHotelRefs()
public void addHotelRef(HotelReferenceGroup item)
item
- public HotelReferenceGroup getHotelRef(int index)
index
-
public void clearHotelRefs()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |