|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveInfoRequest.ContentInfos
public static class HotelDescriptiveInfoRequest.ContentInfos
Container for specific information. 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="ContentInfos" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="ContentInfo" maxOccurs="99"> <xs:complexType> <xs:attributeGroup ref="ns:OptionalCodeOptionalNameGroup"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
HotelDescriptiveInfoRequest.ContentInfos()
|
Method Summary | |
---|---|
void |
addContentInfo(OptionalCodeOptionalNameGroup item)
Add a 'ContentInfo' element item. |
void |
clearContentInfos()
Remove all 'ContentInfo' element items. |
OptionalCodeOptionalNameGroup |
getContentInfo(int index)
Get 'ContentInfo' element item by position. |
java.util.List<OptionalCodeOptionalNameGroup> |
getContentInfos()
Get the list of 'ContentInfo' element items. |
void |
setContentInfos(java.util.List<OptionalCodeOptionalNameGroup> list)
Set the list of 'ContentInfo' element items. |
int |
sizeContentInfos()
Get the number of 'ContentInfo' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveInfoRequest.ContentInfos()
Method Detail |
---|
public java.util.List<OptionalCodeOptionalNameGroup> getContentInfos()
public void setContentInfos(java.util.List<OptionalCodeOptionalNameGroup> list)
list
- public int sizeContentInfos()
public void addContentInfo(OptionalCodeOptionalNameGroup item)
item
- public OptionalCodeOptionalNameGroup getContentInfo(int index)
index
-
public void clearContentInfos()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |