org.ota.shared
Class ResponseGroup

java.lang.Object
  extended by org.ota.shared.ResponseGroup

public class ResponseGroup
extends java.lang.Object

Indicates that additional records are available and provides the echo token to be used to retrieve those records. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ResponseGroup">
   <xs:attribute type="xs:boolean" use="optional" name="MoreIndicator"/>
   <xs:attribute type="xs:string" use="optional" name="MoreDataEchoToken"/>
   <xs:attributeGroup ref="ns:MaxResponsesGroup"/>
 </xs:attributeGroup>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MaxResponsesGroup">
   <xs:attribute type="xs:string" use="optional" name="MaxResponses"/>
 </xs:attributeGroup>
 


Constructor Summary
ResponseGroup()
           
 
Method Summary
 java.lang.String getMaxResponses()
          Get the 'MaxResponses' attribute value.
 java.lang.String getMoreDataEchoToken()
          Get the 'MoreDataEchoToken' attribute value.
 java.lang.Boolean getMoreIndicator()
          Get the 'MoreIndicator' attribute value.
 void setMaxResponses(java.lang.String maxResponses)
          Set the 'MaxResponses' attribute value.
 void setMoreDataEchoToken(java.lang.String moreDataEchoToken)
          Set the 'MoreDataEchoToken' attribute value.
 void setMoreIndicator(java.lang.Boolean moreIndicator)
          Set the 'MoreIndicator' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseGroup

public ResponseGroup()
Method Detail

getMoreIndicator

public java.lang.Boolean getMoreIndicator()
Get the 'MoreIndicator' attribute value. If true, this indicates more items are available. If false, no more items are available.

Returns:
value

setMoreIndicator

public void setMoreIndicator(java.lang.Boolean moreIndicator)
Set the 'MoreIndicator' attribute value. If true, this indicates more items are available. If false, no more items are available.

Parameters:
moreIndicator -

getMoreDataEchoToken

public java.lang.String getMoreDataEchoToken()
Get the 'MoreDataEchoToken' attribute value. A reference to the last response returned. Originally set in the response message and will be used in the next query for more details.

Returns:
value

setMoreDataEchoToken

public void setMoreDataEchoToken(java.lang.String moreDataEchoToken)
Set the 'MoreDataEchoToken' attribute value. A reference to the last response returned. Originally set in the response message and will be used in the next query for more details.

Parameters:
moreDataEchoToken -

getMaxResponses

public java.lang.String getMaxResponses()
Get the 'MaxResponses' attribute value. A positive integer value that indicates the maximum number of responses desired in the return.

Returns:
value

setMaxResponses

public void setMaxResponses(java.lang.String maxResponses)
Set the 'MaxResponses' attribute value. A positive integer value that indicates the maximum number of responses desired in the return.

Parameters:
maxResponses -