|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.DocumentHandling
public class DocumentHandling
Specifies the document handling information. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DocumentHandlingType"> <xs:sequence> <xs:element name="VendorOption" minOccurs="0" maxOccurs="5"> <!-- Reference to inner class VendorOption --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="DocumentTypeCode"/> <xs:attribute type="xs:string" use="optional" name="DeliveryMethodCode"/> <xs:attribute type="xs:string" use="optional" name="DocumentDestination"/> <xs:attribute type="xs:boolean" use="optional" name="SelectedOptionIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="DefaultIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="AddressRequiredIndicator"/> <xs:attribute type="xs:string" use="optional" name="AddressRPH"/> <xs:attribute type="xs:string" use="optional" name="EmailRPH"/> <xs:attribute type="xs:string" use="optional" name="TelephoneRPH"/> <xs:attribute type="xs:string" use="optional" name="DocumentLanguage"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
DocumentHandling.VendorOption
Indicates vendors available for document delivery. |
Constructor Summary | |
---|---|
DocumentHandling()
|
Method Summary | |
---|---|
void |
addVendorOption(DocumentHandling.VendorOption item)
Add a 'VendorOption' element item. |
void |
clearVendorOptions()
Remove all 'VendorOption' element items. |
java.lang.Boolean |
getAddressRequiredIndicator()
Get the 'AddressRequiredIndicator' attribute value. |
java.lang.String |
getAddressRPH()
Get the 'AddressRPH' attribute value. |
java.lang.Boolean |
getDefaultIndicator()
Get the 'DefaultIndicator' attribute value. |
java.lang.String |
getDeliveryMethodCode()
Get the 'DeliveryMethodCode' attribute value. |
java.lang.String |
getDocumentDestination()
Get the 'DocumentDestination' attribute value. |
java.lang.String |
getDocumentLanguage()
Get the 'DocumentLanguage' attribute value. |
java.lang.String |
getDocumentTypeCode()
Get the 'DocumentTypeCode' attribute value. |
java.lang.String |
getEmailRPH()
Get the 'EmailRPH' attribute value. |
java.lang.Boolean |
getSelectedOptionIndicator()
Get the 'SelectedOptionIndicator' attribute value. |
java.lang.String |
getTelephoneRPH()
Get the 'TelephoneRPH' attribute value. |
DocumentHandling.VendorOption |
getVendorOption(int index)
Get 'VendorOption' element item by position. |
java.util.List<DocumentHandling.VendorOption> |
getVendorOptions()
Get the list of 'VendorOption' element items. |
void |
setAddressRequiredIndicator(java.lang.Boolean addressRequiredIndicator)
Set the 'AddressRequiredIndicator' attribute value. |
void |
setAddressRPH(java.lang.String addressRPH)
Set the 'AddressRPH' attribute value. |
void |
setDefaultIndicator(java.lang.Boolean defaultIndicator)
Set the 'DefaultIndicator' attribute value. |
void |
setDeliveryMethodCode(java.lang.String deliveryMethodCode)
Set the 'DeliveryMethodCode' attribute value. |
void |
setDocumentDestination(java.lang.String documentDestination)
Set the 'DocumentDestination' attribute value. |
void |
setDocumentLanguage(java.lang.String documentLanguage)
Set the 'DocumentLanguage' attribute value. |
void |
setDocumentTypeCode(java.lang.String documentTypeCode)
Set the 'DocumentTypeCode' attribute value. |
void |
setEmailRPH(java.lang.String emailRPH)
Set the 'EmailRPH' attribute value. |
void |
setSelectedOptionIndicator(java.lang.Boolean selectedOptionIndicator)
Set the 'SelectedOptionIndicator' attribute value. |
void |
setTelephoneRPH(java.lang.String telephoneRPH)
Set the 'TelephoneRPH' attribute value. |
void |
setVendorOptions(java.util.List<DocumentHandling.VendorOption> list)
Set the list of 'VendorOption' element items. |
int |
sizeVendorOptions()
Get the number of 'VendorOption' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentHandling()
Method Detail |
---|
public java.util.List<DocumentHandling.VendorOption> getVendorOptions()
public void setVendorOptions(java.util.List<DocumentHandling.VendorOption> list)
list
- public int sizeVendorOptions()
public void addVendorOption(DocumentHandling.VendorOption item)
item
- public DocumentHandling.VendorOption getVendorOption(int index)
index
-
public void clearVendorOptions()
public java.lang.String getDocumentTypeCode()
public void setDocumentTypeCode(java.lang.String documentTypeCode)
documentTypeCode
- public java.lang.String getDeliveryMethodCode()
public void setDeliveryMethodCode(java.lang.String deliveryMethodCode)
deliveryMethodCode
- public java.lang.String getDocumentDestination()
public void setDocumentDestination(java.lang.String documentDestination)
documentDestination
- public java.lang.Boolean getSelectedOptionIndicator()
public void setSelectedOptionIndicator(java.lang.Boolean selectedOptionIndicator)
selectedOptionIndicator
- public java.lang.Boolean getDefaultIndicator()
public void setDefaultIndicator(java.lang.Boolean defaultIndicator)
defaultIndicator
- public java.lang.Boolean getAddressRequiredIndicator()
public void setAddressRequiredIndicator(java.lang.Boolean addressRequiredIndicator)
addressRequiredIndicator
- public java.lang.String getAddressRPH()
public void setAddressRPH(java.lang.String addressRPH)
addressRPH
- public java.lang.String getEmailRPH()
public void setEmailRPH(java.lang.String emailRPH)
emailRPH
- public java.lang.String getTelephoneRPH()
public void setTelephoneRPH(java.lang.String telephoneRPH)
telephoneRPH
- public java.lang.String getDocumentLanguage()
public void setDocumentLanguage(java.lang.String documentLanguage)
documentLanguage
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |