org.ota.shared
Class Restaurant.MultimediaDescriptions
java.lang.Object
org.ota.shared.MultimediaDescriptions
org.ota.shared.Restaurant.MultimediaDescriptions
- Enclosing class:
- Restaurant
public static class Restaurant.MultimediaDescriptions
- extends MultimediaDescriptions
Multimedia information about the restaurant.
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="MultimediaDescriptions" minOccurs="0">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:MultimediaDescriptionsType">
<xs:attribute type="xs:string" use="optional" name="Attire"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Method Summary |
java.lang.String |
getAttire()
Get the 'Attire' attribute value. |
void |
setAttire(java.lang.String attire)
Set the 'Attire' attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Restaurant.MultimediaDescriptions
public Restaurant.MultimediaDescriptions()
getAttire
public java.lang.String getAttire()
- Get the 'Attire' attribute value. Used to pass restaurant attire information.
- Returns:
- value
setAttire
public void setAttire(java.lang.String attire)
- Set the 'Attire' attribute value. Used to pass restaurant attire information.
- Parameters:
attire
-