|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.StayRestrictions
public class StayRestrictions
Type defining Min and Max Stay Restrictions 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="StayRestrictionsType"> <xs:sequence minOccurs="0"> <!-- Reference to inner class Sequence --> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="StayRestrictionsInd"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
StayRestrictions.Sequence
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
StayRestrictions()
|
Method Summary | |
---|---|
StayRestrictions.Sequence |
getSequence()
Get the sequence value. |
java.lang.Boolean |
getStayRestrictionsInd()
Get the 'StayRestrictionsInd' attribute value. |
void |
setSequence(StayRestrictions.Sequence sequence)
Set the sequence value. |
void |
setStayRestrictionsInd(java.lang.Boolean stayRestrictionsInd)
Set the 'StayRestrictionsInd' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StayRestrictions()
Method Detail |
---|
public StayRestrictions.Sequence getSequence()
public void setSequence(StayRestrictions.Sequence sequence)
sequence
- public java.lang.Boolean getStayRestrictionsInd()
public void setStayRestrictionsInd(java.lang.Boolean stayRestrictionsInd)
stayRestrictionsInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |