org.ota.cruise
Class DocumentHandling.VendorOption

java.lang.Object
  extended by org.ota.cruise.DocumentHandling.VendorOption
Enclosing class:
DocumentHandling

public static class DocumentHandling.VendorOption
extends java.lang.Object

Indicates vendors available for document delivery. 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="VendorOption" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="VendorName"/>
     <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
DocumentHandling.VendorOption()
           
 
Method Summary
 CurrencyAmountGroup getCurrencyAmountGroup()
          Get the 'CurrencyAmountGroup' attributeGroup value.
 java.lang.String getVendorName()
          Get the 'VendorName' attribute value.
 void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
          Set the 'CurrencyAmountGroup' attributeGroup value.
 void setVendorName(java.lang.String vendorName)
          Set the 'VendorName' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentHandling.VendorOption

public DocumentHandling.VendorOption()
Method Detail

getVendorName

public java.lang.String getVendorName()
Get the 'VendorName' attribute value. Specifies the various options for mailing documents (e.g., UPS, FEDEX).

Returns:
value

setVendorName

public void setVendorName(java.lang.String vendorName)
Set the 'VendorName' attribute value. Specifies the various options for mailing documents (e.g., UPS, FEDEX).

Parameters:
vendorName -

getCurrencyAmountGroup

public CurrencyAmountGroup getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. Specifies the price for the mailing option.

Returns:
value

setCurrencyAmountGroup

public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. Specifies the price for the mailing option.

Parameters:
currencyAmountGroup -