org.ota.hotel
Class RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest
java.lang.Object
  
org.ota.shared.Paragraph
      
org.ota.hotel.RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest
- Enclosing class:
 - RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests
 
public static class RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest
- extends Paragraph
 
Used to request specific information within the response.
 
 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="SpecificRequest" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ParagraphType">
         <xs:attribute type="xs:boolean" use="optional" name="MandatoryIndicator"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
 
 
 
| 
Method Summary | 
 java.lang.Boolean | 
getMandatoryIndicator()
 
          Get the 'MandatoryIndicator' attribute value. | 
 void | 
setMandatoryIndicator(java.lang.Boolean mandatoryIndicator)
 
          Set the 'MandatoryIndicator' attribute value. | 
 
| Methods inherited from class org.ota.shared.Paragraph | 
addChoice, clearChoices, getChoice, getChoices, getDateTimeStampGroup, getLanguage, getName, getParagraphNumber, setChoices, setDateTimeStampGroup, setLanguage, setName, setParagraphNumber, sizeChoices | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest
public RFPTransientRQ.RequestedInfos.RequestedInfo.SpecificRequests.SpecificRequest()
getMandatoryIndicator
public java.lang.Boolean getMandatoryIndicator()
- Get the 'MandatoryIndicator' attribute value. When true, indicates the data requested by the Name attribute or Text element is mandatory.
- Returns:
 - value
 
 
 
setMandatoryIndicator
public void setMandatoryIndicator(java.lang.Boolean mandatoryIndicator)
- Set the 'MandatoryIndicator' attribute value. When true, indicates the data requested by the Name attribute or Text element is mandatory.
- Parameters:
 mandatoryIndicator -