|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPResponseDetail
public class RFPResponseDetail
Provides an area to send comments regarding the response. 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="RFP_ResponseDetailType">
<xs:sequence>
<xs:element name="Comments" minOccurs="0">
<!-- Reference to inner class Comments -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:boolean" use="optional" name="DetailIncludedIndicator"/>
<xs:attributeGroup ref="ns:DeliveryResponseGroup"/>
<xs:attribute type="xs:boolean" use="optional" name="DeclineIndicator"/>
<xs:attribute type="xs:string" use="optional" name="DeclineReasonCode"/>
<xs:attribute type="xs:string" use="optional" name="CodeDetail"/>
</xs:complexType>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DeliveryResponseGroup">
<xs:attribute type="xs:string" use="optional" name="MinimumTime"/>
<xs:attribute type="xs:string" use="optional" name="MaximumTime"/>
<xs:attribute type="xs:string" use="optional" name="ResponseMethod"/>
<xs:attribute use="optional" name="ResponseTimeUnit">
<xs:simpleType>
<!-- Reference to inner class ResponseTimeUnit -->
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
RFPResponseDetail.Comments
Collection of comments used for additional data about the response. |
static class |
RFPResponseDetail.ResponseTimeUnit
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
RFPResponseDetail()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCodeDetail()
Get the 'CodeDetail' attribute value. |
RFPResponseDetail.Comments |
getComments()
Get the 'Comments' element value. |
java.lang.Boolean |
getDeclineIndicator()
Get the 'DeclineIndicator' attribute value. |
java.lang.String |
getDeclineReasonCode()
Get the 'DeclineReasonCode' attribute value. |
java.lang.Boolean |
getDetailIncludedIndicator()
Get the 'DetailIncludedIndicator' attribute value. |
java.lang.String |
getMaximumTime()
Get the 'MaximumTime' attribute value. |
java.lang.String |
getMinimumTime()
Get the 'MinimumTime' attribute value. |
java.lang.String |
getResponseMethod()
Get the 'ResponseMethod' attribute value. |
RFPResponseDetail.ResponseTimeUnit |
getResponseTimeUnit()
Get the 'ResponseTimeUnit' attribute value. |
void |
setCodeDetail(java.lang.String codeDetail)
Set the 'CodeDetail' attribute value. |
void |
setComments(RFPResponseDetail.Comments comments)
Set the 'Comments' element value. |
void |
setDeclineIndicator(java.lang.Boolean declineIndicator)
Set the 'DeclineIndicator' attribute value. |
void |
setDeclineReasonCode(java.lang.String declineReasonCode)
Set the 'DeclineReasonCode' attribute value. |
void |
setDetailIncludedIndicator(java.lang.Boolean detailIncludedIndicator)
Set the 'DetailIncludedIndicator' attribute value. |
void |
setMaximumTime(java.lang.String maximumTime)
Set the 'MaximumTime' attribute value. |
void |
setMinimumTime(java.lang.String minimumTime)
Set the 'MinimumTime' attribute value. |
void |
setResponseMethod(java.lang.String responseMethod)
Set the 'ResponseMethod' attribute value. |
void |
setResponseTimeUnit(RFPResponseDetail.ResponseTimeUnit responseTimeUnit)
Set the 'ResponseTimeUnit' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RFPResponseDetail()
| Method Detail |
|---|
public RFPResponseDetail.Comments getComments()
public void setComments(RFPResponseDetail.Comments comments)
comments - public java.lang.Boolean getDetailIncludedIndicator()
public void setDetailIncludedIndicator(java.lang.Boolean detailIncludedIndicator)
detailIncludedIndicator - public java.lang.String getMinimumTime()
public void setMinimumTime(java.lang.String minimumTime)
minimumTime - public java.lang.String getMaximumTime()
public void setMaximumTime(java.lang.String maximumTime)
maximumTime - public java.lang.String getResponseMethod()
public void setResponseMethod(java.lang.String responseMethod)
responseMethod - public RFPResponseDetail.ResponseTimeUnit getResponseTimeUnit()
public void setResponseTimeUnit(RFPResponseDetail.ResponseTimeUnit responseTimeUnit)
responseTimeUnit - public java.lang.Boolean getDeclineIndicator()
public void setDeclineIndicator(java.lang.Boolean declineIndicator)
declineIndicator - public java.lang.String getDeclineReasonCode()
public void setDeclineReasonCode(java.lang.String declineReasonCode)
declineReasonCode - public java.lang.String getCodeDetail()
public void setCodeDetail(java.lang.String codeDetail)
codeDetail -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||