|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleSegmentAdditionalInfo.VendorMessages
public static class VehicleSegmentAdditionalInfo.VendorMessages
A collection of free-format messages associated with this reservation. 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="VendorMessages" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:FormattedTextType" name="VendorMessage" maxOccurs="99"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
VehicleSegmentAdditionalInfo.VendorMessages()
|
Method Summary | |
---|---|
void |
addVendorMessage(FormattedText item)
Add a 'VendorMessage' element item. |
void |
clearVendorMessages()
Remove all 'VendorMessage' element items. |
FormattedText |
getVendorMessage(int index)
Get 'VendorMessage' element item by position. |
java.util.List<FormattedText> |
getVendorMessages()
Get the list of 'VendorMessage' element items. |
void |
setVendorMessages(java.util.List<FormattedText> list)
Set the list of 'VendorMessage' element items. |
int |
sizeVendorMessages()
Get the number of 'VendorMessage' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleSegmentAdditionalInfo.VendorMessages()
Method Detail |
---|
public java.util.List<FormattedText> getVendorMessages()
public void setVendorMessages(java.util.List<FormattedText> list)
list
- public int sizeVendorMessages()
public void addVendorMessage(FormattedText item)
item
- public FormattedText getVendorMessage(int index)
index
-
public void clearVendorMessages()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |