org.ota.shared
Class WrittenConfInst

java.lang.Object
  extended by org.ota.shared.WrittenConfInst

public class WrittenConfInst
extends java.lang.Object

Method by which confirmations should be delivered. 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="WrittenConfInstType">
   <xs:sequence>
     <xs:element type="ns:ParagraphType" name="SupplementalData" minOccurs="0"/>
     <xs:element type="ns:EmailType" name="Email" minOccurs="0"/>
   </xs:sequence>
   <xs:attribute type="xs:string" use="optional" name="LanguageID"/>
   <xs:attribute type="xs:string" use="optional" name="AddresseeName"/>
   <xs:attribute type="xs:string" use="optional" name="Address"/>
   <xs:attribute type="xs:string" use="optional" name="Telephone"/>
   <xs:attribute type="xs:boolean" use="optional" name="ConfirmInd"/>
 </xs:complexType>
 


Constructor Summary
WrittenConfInst()
           
 
Method Summary
 java.lang.String getAddress()
          Get the 'Address' attribute value.
 java.lang.String getAddresseeName()
          Get the 'AddresseeName' attribute value.
 java.lang.Boolean getConfirmInd()
          Get the 'ConfirmInd' attribute value.
 Email getEmail()
          Get the 'Email' element value.
 java.lang.String getLanguageID()
          Get the 'LanguageID' attribute value.
 Paragraph getSupplementalData()
          Get the 'SupplementalData' element value.
 java.lang.String getTelephone()
          Get the 'Telephone' attribute value.
 void setAddress(java.lang.String address)
          Set the 'Address' attribute value.
 void setAddresseeName(java.lang.String addresseeName)
          Set the 'AddresseeName' attribute value.
 void setConfirmInd(java.lang.Boolean confirmInd)
          Set the 'ConfirmInd' attribute value.
 void setEmail(Email email)
          Set the 'Email' element value.
 void setLanguageID(java.lang.String languageID)
          Set the 'LanguageID' attribute value.
 void setSupplementalData(Paragraph supplementalData)
          Set the 'SupplementalData' element value.
 void setTelephone(java.lang.String telephone)
          Set the 'Telephone' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrittenConfInst

public WrittenConfInst()
Method Detail

getSupplementalData

public Paragraph getSupplementalData()
Get the 'SupplementalData' element value. Additional data that will be sent with the confirmation. This could be used to include a map, pictures, or any other information that the reservation source wishes to include with the confirmation

Returns:
value

setSupplementalData

public void setSupplementalData(Paragraph supplementalData)
Set the 'SupplementalData' element value. Additional data that will be sent with the confirmation. This could be used to include a map, pictures, or any other information that the reservation source wishes to include with the confirmation

Parameters:
supplementalData -

getEmail

public Email getEmail()
Get the 'Email' element value. An email address to which the confirmation should be sent.

Returns:
value

setEmail

public void setEmail(Email email)
Set the 'Email' element value. An email address to which the confirmation should be sent.

Parameters:
email -

getLanguageID

public java.lang.String getLanguageID()
Get the 'LanguageID' attribute value. The language in which the confirmation should be provided.

Returns:
value

setLanguageID

public void setLanguageID(java.lang.String languageID)
Set the 'LanguageID' attribute value. The language in which the confirmation should be provided.

Parameters:
languageID -

getAddresseeName

public java.lang.String getAddresseeName()
Get the 'AddresseeName' attribute value. The name to which the confirmation should be addressed.

Returns:
value

setAddresseeName

public void setAddresseeName(java.lang.String addresseeName)
Set the 'AddresseeName' attribute value. The name to which the confirmation should be addressed.

Parameters:
addresseeName -

getAddress

public java.lang.String getAddress()
Get the 'Address' attribute value. The mailing address to which the confirmation should be delivered.

Returns:
value

setAddress

public void setAddress(java.lang.String address)
Set the 'Address' attribute value. The mailing address to which the confirmation should be delivered.

Parameters:
address -

getTelephone

public java.lang.String getTelephone()
Get the 'Telephone' attribute value. The telephone number associated with the delivery address.

Returns:
value

setTelephone

public void setTelephone(java.lang.String telephone)
Set the 'Telephone' attribute value. The telephone number associated with the delivery address.

Parameters:
telephone -

getConfirmInd

public java.lang.Boolean getConfirmInd()
Get the 'ConfirmInd' attribute value. When true a written confirmation was requested and will be sent.

Returns:
value

setConfirmInd

public void setConfirmInd(java.lang.Boolean confirmInd)
Set the 'ConfirmInd' attribute value. When true a written confirmation was requested and will be sent.

Parameters:
confirmInd -