org.ota.tour
Class TourInformation.PolicyInfo.CustomerPolicy

java.lang.Object
  extended by org.ota.tour.TourInformation.PolicyInfo.CustomerPolicy
Enclosing class:
TourInformation.PolicyInfo

public static class TourInformation.PolicyInfo.CustomerPolicy
extends java.lang.Object

Basic customer policy information pertaining to the tour. 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="CustomerPolicy" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:int" use="optional" name="MinimumCustomers"/>
     <xs:attribute type="xs:int" use="optional" name="MaximumCustomers"/>
     <xs:attribute type="xs:int" use="optional" name="MinimumAge"/>
     <xs:attribute type="xs:int" use="optional" name="MaximumAge"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
TourInformation.PolicyInfo.CustomerPolicy()
           
 
Method Summary
 java.lang.Integer getMaximumAge()
          Get the 'MaximumAge' attribute value.
 java.lang.Integer getMaximumCustomers()
          Get the 'MaximumCustomers' attribute value.
 java.lang.Integer getMinimumAge()
          Get the 'MinimumAge' attribute value.
 java.lang.Integer getMinimumCustomers()
          Get the 'MinimumCustomers' attribute value.
 void setMaximumAge(java.lang.Integer maximumAge)
          Set the 'MaximumAge' attribute value.
 void setMaximumCustomers(java.lang.Integer maximumCustomers)
          Set the 'MaximumCustomers' attribute value.
 void setMinimumAge(java.lang.Integer minimumAge)
          Set the 'MinimumAge' attribute value.
 void setMinimumCustomers(java.lang.Integer minimumCustomers)
          Set the 'MinimumCustomers' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TourInformation.PolicyInfo.CustomerPolicy

public TourInformation.PolicyInfo.CustomerPolicy()
Method Detail

getMinimumCustomers

public java.lang.Integer getMinimumCustomers()
Get the 'MinimumCustomers' attribute value. The minimum number of customers on the tour.

Returns:
value

setMinimumCustomers

public void setMinimumCustomers(java.lang.Integer minimumCustomers)
Set the 'MinimumCustomers' attribute value. The minimum number of customers on the tour.

Parameters:
minimumCustomers -

getMaximumCustomers

public java.lang.Integer getMaximumCustomers()
Get the 'MaximumCustomers' attribute value. The maximum number of customers on the tour.

Returns:
value

setMaximumCustomers

public void setMaximumCustomers(java.lang.Integer maximumCustomers)
Set the 'MaximumCustomers' attribute value. The maximum number of customers on the tour.

Parameters:
maximumCustomers -

getMinimumAge

public java.lang.Integer getMinimumAge()
Get the 'MinimumAge' attribute value. The minimum permitted age for customers on the tour.

Returns:
value

setMinimumAge

public void setMinimumAge(java.lang.Integer minimumAge)
Set the 'MinimumAge' attribute value. The minimum permitted age for customers on the tour.

Parameters:
minimumAge -

getMaximumAge

public java.lang.Integer getMaximumAge()
Get the 'MaximumAge' attribute value. The maximum permitted age for customers on the tour.

Returns:
value

setMaximumAge

public void setMaximumAge(java.lang.Integer maximumAge)
Set the 'MaximumAge' attribute value. The maximum permitted age for customers on the tour.

Parameters:
maximumAge -