|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors
public static class RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors
A collection of key decision factors used in the proposal evaluation. 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="KeyDecisionFactors" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="KeyDecisionFactor" maxOccurs="unbounded"> <!-- Reference to inner class KeyDecisionFactor --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors.KeyDecisionFactor
Defines what each key decision factor is and how important it is in the proposal evaluation. |
Constructor Summary | |
---|---|
RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors()
|
Method Summary | |
---|---|
void |
addKeyDecisionFactor(RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors.KeyDecisionFactor item)
Add a 'KeyDecisionFactor' element item. |
void |
clearKeyDecisionFactors()
Remove all 'KeyDecisionFactor' element items. |
RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors.KeyDecisionFactor |
getKeyDecisionFactor(int index)
Get 'KeyDecisionFactor' element item by position. |
java.util.List<RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors.KeyDecisionFactor> |
getKeyDecisionFactors()
Get the list of 'KeyDecisionFactor' element items. |
void |
setKeyDecisionFactors(java.util.List<RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors.KeyDecisionFactor> list)
Set the list of 'KeyDecisionFactor' element items. |
int |
sizeKeyDecisionFactors()
Get the number of 'KeyDecisionFactor' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors()
Method Detail |
---|
public java.util.List<RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors.KeyDecisionFactor> getKeyDecisionFactors()
public void setKeyDecisionFactors(java.util.List<RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors.KeyDecisionFactor> list)
list
- public int sizeKeyDecisionFactors()
public void addKeyDecisionFactor(RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors.KeyDecisionFactor item)
item
- public RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors.KeyDecisionFactor getKeyDecisionFactor(int index)
index
-
public void clearKeyDecisionFactors()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |