org.ota.cruise
Class CruiseGuestInfo.GuestDetail.SelectedOptions.Sequence

java.lang.Object
  extended by org.ota.cruise.CruiseGuestInfo.GuestDetail.SelectedOptions.Sequence
Enclosing class:
CruiseGuestInfo.GuestDetail.SelectedOptions

public static class CruiseGuestInfo.GuestDetail.SelectedOptions.Sequence
extends java.lang.Object

Schema fragment(s) for this class:

 <xs:sequence xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" minOccurs="0">
   <xs:element type="ns:PersonNameType" name="Originator" minOccurs="0"/>
   <xs:element type="ns:ParagraphType" name="Message" minOccurs="0"/>
 </xs:sequence>
 


Constructor Summary
CruiseGuestInfo.GuestDetail.SelectedOptions.Sequence()
           
 
Method Summary
 Paragraph getMessage()
          Get the 'Message' element value.
 PersonName getOriginator()
          Get the 'Originator' element value.
 void setMessage(Paragraph message)
          Set the 'Message' element value.
 void setOriginator(PersonName originator)
          Set the 'Originator' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CruiseGuestInfo.GuestDetail.SelectedOptions.Sequence

public CruiseGuestInfo.GuestDetail.SelectedOptions.Sequence()
Method Detail

getOriginator

public PersonName getOriginator()
Get the 'Originator' element value. The person requesting the amenity.

Returns:
value

setOriginator

public void setOriginator(PersonName originator)
Set the 'Originator' element value. The person requesting the amenity.

Parameters:
originator -

getMessage

public Paragraph getMessage()
Get the 'Message' element value. Specifies the additional comments or message.

Returns:
value

setMessage

public void setMessage(Paragraph message)
Set the 'Message' element value. Specifies the additional comments or message.

Parameters:
message -