org.ota.shared
Class VendorMessages.VendorMessage

java.lang.Object
  extended by org.ota.shared.VendorMessages.VendorMessage
Enclosing class:
VendorMessages

public static class VendorMessages.VendorMessage
extends java.lang.Object

A specific message associated with this vendor 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" type="ns:VendorMessageType" name="VendorMessage" maxOccurs="99"/>
 
 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VendorMessageType">
   <xs:complexContent>
     <xs:extension base="ns:FormattedTextType">
       <xs:attribute type="xs:string" use="required" name="InfoType"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
 


Constructor Summary
VendorMessages.VendorMessage()
           
 
Method Summary
 FormattedText getFormattedText()
          Get the extension value.
 java.lang.String getInfo()
          Get the 'InfoType' attribute value.
 void setFormattedText(FormattedText formattedText)
          Set the extension value.
 void setInfo(java.lang.String info)
          Set the 'InfoType' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VendorMessages.VendorMessage

public VendorMessages.VendorMessage()
Method Detail

getFormattedText

public FormattedText getFormattedText()
Get the extension value.

Returns:
value

setFormattedText

public void setFormattedText(FormattedText formattedText)
Set the extension value.

Parameters:
formattedText -

getInfo

public java.lang.String getInfo()
Get the 'InfoType' attribute value. To define the type of information such as Description, Policy, Marketing, etc. Refer to OpenTravel Code List Information Type (INF).

Returns:
value

setInfo

public void setInfo(java.lang.String info)
Set the 'InfoType' attribute value. To define the type of information such as Description, Policy, Marketing, etc. Refer to OpenTravel Code List Information Type (INF).

Parameters:
info -