org.ota.cruise
Class CruiseGuestInfo.GuestDetail.ContactInfo

java.lang.Object
  extended by org.ota.shared.ContactPerson
      extended by org.ota.cruise.CruiseGuestInfo.GuestDetail.ContactInfo
Enclosing class:
CruiseGuestInfo.GuestDetail

public static class CruiseGuestInfo.GuestDetail.ContactInfo
extends ContactPerson

Specifies the guest contact address and phone number as well as the emergency contact. 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" name="ContactInfo" minOccurs="0" maxOccurs="3">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ContactPersonType">
         <xs:attributeGroup ref="ns:GuestInfoGroup"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CruiseGuestInfo.GuestDetail.ContactInfo()
           
 
Method Summary
 GuestInfoGroup getGuestInfoGroup()
          Get the 'GuestInfoGroup' attributeGroup value.
 void setGuestInfoGroup(GuestInfoGroup guestInfoGroup)
          Set the 'GuestInfoGroup' attributeGroup value.
 
Methods inherited from class org.ota.shared.ContactPerson
addAddress, addCompanyName, addEmail, addEmployeeInfo, addTelephone, addURL, clearAddresses, clearCompanyNames, clearEmails, clearEmployeeInfos, clearTelephones, clearURLs, getAddress, getAddresses, getCommunicationMethodCode, getCompanyName, getCompanyNames, getContact, getDefaultInd, getDocumentDistribMethodCode, getEmail, getEmails, getEmergencyFlag, getEmployeeInfo, getEmployeeInfos, getPersonName, getPrivacyGroup, getRelation, getRPH, getTelephone, getTelephones, getURL, getURLs, setAddresses, setCommunicationMethodCode, setCompanyNames, setContact, setDefaultInd, setDocumentDistribMethodCode, setEmails, setEmergencyFlag, setEmployeeInfos, setPersonName, setPrivacyGroup, setRelation, setRPH, setTelephones, setURLs, sizeAddresses, sizeCompanyNames, sizeEmails, sizeEmployeeInfos, sizeTelephones, sizeURLs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CruiseGuestInfo.GuestDetail.ContactInfo

public CruiseGuestInfo.GuestDetail.ContactInfo()
Method Detail

getGuestInfoGroup

public GuestInfoGroup getGuestInfoGroup()
Get the 'GuestInfoGroup' attributeGroup value. Specifies group information.

Returns:
value

setGuestInfoGroup

public void setGuestInfoGroup(GuestInfoGroup guestInfoGroup)
Set the 'GuestInfoGroup' attributeGroup value. Specifies group information.

Parameters:
guestInfoGroup -