|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.insurance.IndCoverageReqs.CoveredLuggage.LuggageItem
public static class IndCoverageReqs.CoveredLuggage.LuggageItem
Contains a description and estimated value for a specific piece of luggage/equipment for which the traveler would like additional insurance. 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="LuggageItem" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element type="ns:FreeTextType" name="LuggageDescription"/> <xs:element name="ItemDeclaredValue"> <xs:complexType> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType> </xs:element> <xs:element name="LuggagePremium" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute type="xs:string" name="LuggageType"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
IndCoverageReqs.CoveredLuggage.LuggageItem()
|
Method Summary | |
---|---|
CurrencyAmountGroup |
getItemDeclaredValue()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.String |
getLuggage()
Get the 'LuggageType' attribute value. |
FreeText |
getLuggageDescription()
Get the 'LuggageDescription' element value. |
CurrencyAmountGroup |
getLuggagePremium()
Get the 'CurrencyAmountGroup' attributeGroup value. |
void |
setItemDeclaredValue(CurrencyAmountGroup itemDeclaredValue)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setLuggage(java.lang.String luggage)
Set the 'LuggageType' attribute value. |
void |
setLuggageDescription(FreeText luggageDescription)
Set the 'LuggageDescription' element value. |
void |
setLuggagePremium(CurrencyAmountGroup luggagePremium)
Set the 'CurrencyAmountGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndCoverageReqs.CoveredLuggage.LuggageItem()
Method Detail |
---|
public FreeText getLuggageDescription()
public void setLuggageDescription(FreeText luggageDescription)
luggageDescription
- public CurrencyAmountGroup getItemDeclaredValue()
public void setItemDeclaredValue(CurrencyAmountGroup itemDeclaredValue)
itemDeclaredValue
- public CurrencyAmountGroup getLuggagePremium()
public void setLuggagePremium(CurrencyAmountGroup luggagePremium)
luggagePremium
- public java.lang.String getLuggage()
public void setLuggage(java.lang.String luggage)
luggage
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |