|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.HotelInfo.RelativePositions
public static class HotelDescriptiveContent.HotelInfo.RelativePositions
Collection of directions to/from one or more locations. 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="RelativePositions" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:RelativePositionType" name="RelativePosition" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
HotelDescriptiveContent.HotelInfo.RelativePositions()
|
Method Summary | |
---|---|
void |
addRelativePosition(RelativePosition item)
Add a 'RelativePosition' element item. |
void |
clearRelativePositions()
Remove all 'RelativePosition' element items. |
RelativePosition |
getRelativePosition(int index)
Get 'RelativePosition' element item by position. |
java.util.List<RelativePosition> |
getRelativePositions()
Get the list of 'RelativePosition' element items. |
void |
setRelativePositions(java.util.List<RelativePosition> list)
Set the list of 'RelativePosition' element items. |
int |
sizeRelativePositions()
Get the number of 'RelativePosition' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.HotelInfo.RelativePositions()
Method Detail |
---|
public java.util.List<RelativePosition> getRelativePositions()
public void setRelativePositions(java.util.List<RelativePosition> list)
list
- public int sizeRelativePositions()
public void addRelativePosition(RelativePosition item)
item
- public RelativePosition getRelativePosition(int index)
index
-
public void clearRelativePositions()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |