|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.tour.TourInformation.PolicyInfo.CustomerPolicy
public static class TourInformation.PolicyInfo.CustomerPolicy
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 |
---|
public TourInformation.PolicyInfo.CustomerPolicy()
Method Detail |
---|
public java.lang.Integer getMinimumCustomers()
public void setMinimumCustomers(java.lang.Integer minimumCustomers)
minimumCustomers
- public java.lang.Integer getMaximumCustomers()
public void setMaximumCustomers(java.lang.Integer maximumCustomers)
maximumCustomers
- public java.lang.Integer getMinimumAge()
public void setMinimumAge(java.lang.Integer minimumAge)
minimumAge
- public java.lang.Integer getMaximumAge()
public void setMaximumAge(java.lang.Integer maximumAge)
maximumAge
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |