org.ota.hotel
Class RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors

java.lang.Object
  extended by org.ota.hotel.RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors
Enclosing class:
RFPMeetingRQ.RFPRequestSegment.ProposalSpecification

public static class RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors
extends java.lang.Object

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

RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors

public RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors()
Method Detail

getKeyDecisionFactors

public java.util.List<RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors.KeyDecisionFactor> getKeyDecisionFactors()
Get the list of 'KeyDecisionFactor' element items.

Returns:
list

setKeyDecisionFactors

public void setKeyDecisionFactors(java.util.List<RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors.KeyDecisionFactor> list)
Set the list of 'KeyDecisionFactor' element items.

Parameters:
list -

sizeKeyDecisionFactors

public int sizeKeyDecisionFactors()
Get the number of 'KeyDecisionFactor' element items.

Returns:
count

addKeyDecisionFactor

public void addKeyDecisionFactor(RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors.KeyDecisionFactor item)
Add a 'KeyDecisionFactor' element item.

Parameters:
item -

getKeyDecisionFactor

public RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.KeyDecisionFactors.KeyDecisionFactor getKeyDecisionFactor(int index)
Get 'KeyDecisionFactor' element item by position.

Parameters:
index -
Returns:
item

clearKeyDecisionFactors

public void clearKeyDecisionFactors()
Remove all 'KeyDecisionFactor' element items.