|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem
public static class MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem
Image of a given category. 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="ImageItem" maxOccurs="unbounded">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:ImageDescriptionType">
<xs:attributeGroup ref="ns:DateTimeStampGroup"/>
<xs:attributeGroup ref="ns:RemovalGroup"/>
<xs:attribute type="xs:string" use="optional" name="Version"/>
<xs:attributeGroup ref="ns:ID_OptionalGroup"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ImageDescriptionType">
<xs:sequence>
<xs:element name="ImageFormat" minOccurs="0" maxOccurs="unbounded">
<!-- Reference to inner class ImageFormat -->
</xs:element>
<xs:element name="Description" minOccurs="0" maxOccurs="unbounded">
<!-- Reference to inner class Description -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="Category"/>
</xs:complexType>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RemovalGroup">
<xs:attribute type="xs:boolean" use="optional" name="Removal"/>
</xs:attributeGroup>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup">
<xs:attribute type="xs:string" use="optional" name="ID"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.Description
The description associated with the image in a specific language. |
static class |
MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat
A set of images for a given category which may be provided in multiple formats. |
| Constructor Summary | |
|---|---|
MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem()
|
|
| Method Summary | |
|---|---|
void |
addDescription(MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.Description item)
Add a 'Description' element item. |
void |
addImageFormat(MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat item)
Add a 'ImageFormat' element item. |
void |
clearDescriptions()
Remove all 'Description' element items. |
void |
clearImageFormats()
Remove all 'ImageFormat' element items. |
java.lang.String |
getCategory()
Get the 'Category' attribute value. |
DateTimeStampGroup |
getDateTimeStampGroup()
Get the 'DateTimeStampGroup' attributeGroup value. |
MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.Description |
getDescription(int index)
Get 'Description' element item by position. |
java.util.List<MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.Description> |
getDescriptions()
Get the list of 'Description' element items. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat |
getImageFormat(int index)
Get 'ImageFormat' element item by position. |
java.util.List<MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat> |
getImageFormats()
Get the list of 'ImageFormat' element items. |
java.lang.Boolean |
getRemoval()
Get the 'Removal' attribute value. |
java.lang.String |
getVersion()
Get the 'Version' attribute value. |
void |
setCategory(java.lang.String category)
Set the 'Category' attribute value. |
void |
setDateTimeStampGroup(DateTimeStampGroup dateTimeStampGroup)
Set the 'DateTimeStampGroup' attributeGroup value. |
void |
setDescriptions(java.util.List<MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.Description> list)
Set the list of 'Description' element items. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setImageFormats(java.util.List<MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat> list)
Set the list of 'ImageFormat' element items. |
void |
setRemoval(java.lang.Boolean removal)
Set the 'Removal' attribute value. |
void |
setVersion(java.lang.String version)
Set the 'Version' attribute value. |
int |
sizeDescriptions()
Get the number of 'Description' element items. |
int |
sizeImageFormats()
Get the number of 'ImageFormat' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem()
| Method Detail |
|---|
public java.util.List<MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat> getImageFormats()
public void setImageFormats(java.util.List<MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat> list)
list - public int sizeImageFormats()
public void addImageFormat(MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat item)
item - public MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.ImageFormat getImageFormat(int index)
index -
public void clearImageFormats()
public java.util.List<MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.Description> getDescriptions()
public void setDescriptions(java.util.List<MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.Description> list)
list - public int sizeDescriptions()
public void addDescription(MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.Description item)
item - public MultimediaDescriptions.MultimediaDescription.Choice.ImageItems.ImageItem.Description getDescription(int index)
index -
public void clearDescriptions()
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
category - public DateTimeStampGroup getDateTimeStampGroup()
public void setDateTimeStampGroup(DateTimeStampGroup dateTimeStampGroup)
dateTimeStampGroup - public java.lang.Boolean getRemoval()
public void setRemoval(java.lang.Boolean removal)
removal - public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - public java.lang.String getID()
public void setID(java.lang.String ID)
ID -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||