|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition
public static class RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition
Describes an event at which products and services are displayed, typically the primary activity of attendees is visiting exhibits on the show floor. 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="Exhibition" minOccurs="0" maxOccurs="5"> <xs:complexType> <xs:sequence> <xs:element name="ExhibitDetail" minOccurs="0" maxOccurs="5"> <!-- Reference to inner class ExhibitDetail --> </xs:element> <xs:element type="ns:ParagraphType" name="Comments" minOccurs="0"/> </xs:sequence> <xs:attribute use="optional" name="Type"> <xs:simpleType> <!-- Reference to inner class Type --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" use="optional" name="KitDistributionCode"/> <xs:attribute type="xs:string" use="optional" name="KitFormatCode"/> <xs:attribute type="xs:boolean" use="optional" name="GeneralServiceContractorInd"/> <xs:attribute type="xs:int" use="optional" name="GrossExhibitionSpace"/> <xs:attribute type="xs:int" use="optional" name="NetExhibitionSpace"/> <xs:attribute type="xs:string" use="optional" name="GrossUnitOfMeasure"/> <xs:attribute type="xs:string" use="optional" name="NetUnitOfMeasure"/> <xs:attribute type="xs:int" use="optional" name="ExhibitQuantity"/> <xs:attribute type="xs:int" use="optional" name="CompanyQuantity"/> <xs:attribute type="xs:boolean" use="optional" name="SecuredAreaIndicator"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.ExhibitDetail
Describes display areas constructed to showcase products, services or to convey a message. |
static class |
RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.Type
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition()
|
Method Summary | |
---|---|
void |
addExhibitDetail(RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.ExhibitDetail item)
Add a 'ExhibitDetail' element item. |
void |
clearExhibitDetails()
Remove all 'ExhibitDetail' element items. |
Paragraph |
getComments()
Get the 'Comments' element value. |
java.lang.Integer |
getCompanyQuantity()
Get the 'CompanyQuantity' attribute value. |
RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.ExhibitDetail |
getExhibitDetail(int index)
Get 'ExhibitDetail' element item by position. |
java.util.List<RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.ExhibitDetail> |
getExhibitDetails()
Get the list of 'ExhibitDetail' element items. |
java.lang.Integer |
getExhibitQuantity()
Get the 'ExhibitQuantity' attribute value. |
java.lang.Boolean |
getGeneralServiceContractorInd()
Get the 'GeneralServiceContractorInd' attribute value. |
java.lang.Integer |
getGrossExhibitionSpace()
Get the 'GrossExhibitionSpace' attribute value. |
java.lang.String |
getGrossUnitOfMeasure()
Get the 'GrossUnitOfMeasure' attribute value. |
java.lang.String |
getKitDistributionCode()
Get the 'KitDistributionCode' attribute value. |
java.lang.String |
getKitFormatCode()
Get the 'KitFormatCode' attribute value. |
java.lang.Integer |
getNetExhibitionSpace()
Get the 'NetExhibitionSpace' attribute value. |
java.lang.String |
getNetUnitOfMeasure()
Get the 'NetUnitOfMeasure' attribute value. |
java.lang.Boolean |
getSecuredAreaIndicator()
Get the 'SecuredAreaIndicator' attribute value. |
RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.Type |
getType()
Get the 'Type' attribute value. |
void |
setComments(Paragraph comments)
Set the 'Comments' element value. |
void |
setCompanyQuantity(java.lang.Integer companyQuantity)
Set the 'CompanyQuantity' attribute value. |
void |
setExhibitDetails(java.util.List<RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.ExhibitDetail> list)
Set the list of 'ExhibitDetail' element items. |
void |
setExhibitQuantity(java.lang.Integer exhibitQuantity)
Set the 'ExhibitQuantity' attribute value. |
void |
setGeneralServiceContractorInd(java.lang.Boolean generalServiceContractorInd)
Set the 'GeneralServiceContractorInd' attribute value. |
void |
setGrossExhibitionSpace(java.lang.Integer grossExhibitionSpace)
Set the 'GrossExhibitionSpace' attribute value. |
void |
setGrossUnitOfMeasure(java.lang.String grossUnitOfMeasure)
Set the 'GrossUnitOfMeasure' attribute value. |
void |
setKitDistributionCode(java.lang.String kitDistributionCode)
Set the 'KitDistributionCode' attribute value. |
void |
setKitFormatCode(java.lang.String kitFormatCode)
Set the 'KitFormatCode' attribute value. |
void |
setNetExhibitionSpace(java.lang.Integer netExhibitionSpace)
Set the 'NetExhibitionSpace' attribute value. |
void |
setNetUnitOfMeasure(java.lang.String netUnitOfMeasure)
Set the 'NetUnitOfMeasure' attribute value. |
void |
setSecuredAreaIndicator(java.lang.Boolean securedAreaIndicator)
Set the 'SecuredAreaIndicator' attribute value. |
void |
setType(RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.Type type)
Set the 'Type' attribute value. |
int |
sizeExhibitDetails()
Get the number of 'ExhibitDetail' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition()
Method Detail |
---|
public java.util.List<RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.ExhibitDetail> getExhibitDetails()
public void setExhibitDetails(java.util.List<RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.ExhibitDetail> list)
list
- public int sizeExhibitDetails()
public void addExhibitDetail(RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.ExhibitDetail item)
item
- public RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.ExhibitDetail getExhibitDetail(int index)
index
-
public void clearExhibitDetails()
public Paragraph getComments()
public void setComments(Paragraph comments)
comments
- public RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.Type getType()
public void setType(RFPMeetingRQ.RFPRequestSegment.EventBlock.Exhibition.Type type)
type
- public java.lang.String getKitDistributionCode()
public void setKitDistributionCode(java.lang.String kitDistributionCode)
kitDistributionCode
- public java.lang.String getKitFormatCode()
public void setKitFormatCode(java.lang.String kitFormatCode)
kitFormatCode
- public java.lang.Boolean getGeneralServiceContractorInd()
public void setGeneralServiceContractorInd(java.lang.Boolean generalServiceContractorInd)
generalServiceContractorInd
- public java.lang.Integer getGrossExhibitionSpace()
public void setGrossExhibitionSpace(java.lang.Integer grossExhibitionSpace)
grossExhibitionSpace
- public java.lang.Integer getNetExhibitionSpace()
public void setNetExhibitionSpace(java.lang.Integer netExhibitionSpace)
netExhibitionSpace
- public java.lang.String getGrossUnitOfMeasure()
public void setGrossUnitOfMeasure(java.lang.String grossUnitOfMeasure)
grossUnitOfMeasure
- public java.lang.String getNetUnitOfMeasure()
public void setNetUnitOfMeasure(java.lang.String netUnitOfMeasure)
netUnitOfMeasure
- public java.lang.Integer getExhibitQuantity()
public void setExhibitQuantity(java.lang.Integer exhibitQuantity)
exhibitQuantity
- public java.lang.Integer getCompanyQuantity()
public void setCompanyQuantity(java.lang.Integer companyQuantity)
companyQuantity
- public java.lang.Boolean getSecuredAreaIndicator()
public void setSecuredAreaIndicator(java.lang.Boolean securedAreaIndicator)
securedAreaIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |