|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.ContactPerson
org.ota.cruise.CruiseGuestInfo.GuestDetail.ContactInfo
public static class CruiseGuestInfo.GuestDetail.ContactInfo
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CruiseGuestInfo.GuestDetail.ContactInfo()
Method Detail |
---|
public GuestInfoGroup getGuestInfoGroup()
public void setGuestInfoGroup(GuestInfoGroup guestInfoGroup)
guestInfoGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |