|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.DisplayGroup
public class DisplayGroup
Provides information on whether an item may be displayed and in what order. 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="DisplayGroup"> <xs:attribute type="xs:boolean" use="optional" name="RestrictedDisplayIndicator"/> <xs:attribute type="xs:int" use="optional" name="Sort"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
DisplayGroup()
|
Method Summary | |
---|---|
java.lang.Boolean |
getRestrictedDisplayIndicator()
Get the 'RestrictedDisplayIndicator' attribute value. |
java.lang.Integer |
getSort()
Get the 'Sort' attribute value. |
void |
setRestrictedDisplayIndicator(java.lang.Boolean restrictedDisplayIndicator)
Set the 'RestrictedDisplayIndicator' attribute value. |
void |
setSort(java.lang.Integer sort)
Set the 'Sort' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisplayGroup()
Method Detail |
---|
public java.lang.Boolean getRestrictedDisplayIndicator()
public void setRestrictedDisplayIndicator(java.lang.Boolean restrictedDisplayIndicator)
restrictedDisplayIndicator
- public java.lang.Integer getSort()
public void setSort(java.lang.Integer sort)
sort
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |