|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RatePlanCandidates
public class RatePlanCandidates
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="RatePlanCandidatesType"> <xs:sequence> <xs:element name="RatePlanCandidate" maxOccurs="unbounded"> <!-- Reference to inner class RatePlanCandidate --> </xs:element> </xs:sequence> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
RatePlanCandidates.RatePlanCandidate
Element used to identify available products and rates. |
Constructor Summary | |
---|---|
RatePlanCandidates()
|
Method Summary | |
---|---|
void |
addRatePlanCandidate(RatePlanCandidates.RatePlanCandidate item)
Add a 'RatePlanCandidate' element item. |
void |
clearRatePlanCandidates()
Remove all 'RatePlanCandidate' element items. |
RatePlanCandidates.RatePlanCandidate |
getRatePlanCandidate(int index)
Get 'RatePlanCandidate' element item by position. |
java.util.List<RatePlanCandidates.RatePlanCandidate> |
getRatePlanCandidates()
Get the list of 'RatePlanCandidate' element items. |
void |
setRatePlanCandidates(java.util.List<RatePlanCandidates.RatePlanCandidate> list)
Set the list of 'RatePlanCandidate' element items. |
int |
sizeRatePlanCandidates()
Get the number of 'RatePlanCandidate' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RatePlanCandidates()
Method Detail |
---|
public java.util.List<RatePlanCandidates.RatePlanCandidate> getRatePlanCandidates()
public void setRatePlanCandidates(java.util.List<RatePlanCandidates.RatePlanCandidate> list)
list
- public int sizeRatePlanCandidates()
public void addRatePlanCandidate(RatePlanCandidates.RatePlanCandidate item)
item
- public RatePlanCandidates.RatePlanCandidate getRatePlanCandidate(int index)
index
-
public void clearRatePlanCandidates()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |