|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.VendorMessages.VendorMessage
public static class VendorMessages.VendorMessage
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 |
|---|
public VendorMessages.VendorMessage()
| Method Detail |
|---|
public FormattedText getFormattedText()
public void setFormattedText(FormattedText formattedText)
formattedText - public java.lang.String getInfo()
public void setInfo(java.lang.String info)
info -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||