|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.ContactPerson
org.ota.hotel.EventReport.GeneralEventInfo.EventContacts.EventContact
public static class EventReport.GeneralEventInfo.EventContacts.EventContact
A contact that pertains to this event. 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="EventContact" maxOccurs="99">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:ContactPersonType">
<xs:attribute type="xs:string" use="optional" name="Role"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
EventReport.GeneralEventInfo.EventContacts.EventContact()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getRole()
Get the 'Role' attribute value. |
void |
setRole(java.lang.String role)
Set the 'Role' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventReport.GeneralEventInfo.EventContacts.EventContact()
| Method Detail |
|---|
public java.lang.String getRole()
public void setRole(java.lang.String role)
role -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||