| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.CustomQuestions
public static class RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.CustomQuestions
A container for collecting custom questions and answers. 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="CustomQuestions" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:CustomQuestionType" name="CustomQuestion" maxOccurs="unbounded"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 
| Constructor Summary | |
|---|---|
RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.CustomQuestions()
 | 
|
| Method Summary | |
|---|---|
 void | 
addCustomQuestion(CustomQuestion item)
Add a 'CustomQuestion' element item.  | 
 void | 
clearCustomQuestions()
Remove all 'CustomQuestion' element items.  | 
 CustomQuestion | 
getCustomQuestion(int index)
Get 'CustomQuestion' element item by position.  | 
 java.util.List<CustomQuestion> | 
getCustomQuestions()
Get the list of 'CustomQuestion' element items.  | 
 void | 
setCustomQuestions(java.util.List<CustomQuestion> list)
Set the list of 'CustomQuestion' element items.  | 
 int | 
sizeCustomQuestions()
Get the number of 'CustomQuestion' 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.CustomQuestions()
| Method Detail | 
|---|
public java.util.List<CustomQuestion> getCustomQuestions()
public void setCustomQuestions(java.util.List<CustomQuestion> list)
list - public int sizeCustomQuestions()
public void addCustomQuestion(CustomQuestion item)
item - public CustomQuestion getCustomQuestion(int index)
index - 
public void clearCustomQuestions()
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||