|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.AgentInfoGroup
public class AgentInfoGroup
Agency information. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AgentInfoGroup"> <xs:attribute type="xs:string" use="optional" name="Contact"/> <xs:attribute type="xs:string" use="optional" name="ContactID"/> </xs:attributeGroup>
| Constructor Summary | |
|---|---|
AgentInfoGroup()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContact()
Get the 'Contact' attribute value. |
java.lang.String |
getContactID()
Get the 'ContactID' attribute value. |
void |
setContact(java.lang.String contact)
Set the 'Contact' attribute value. |
void |
setContactID(java.lang.String contactID)
Set the 'ContactID' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AgentInfoGroup()
| Method Detail |
|---|
public java.lang.String getContact()
public void setContact(java.lang.String contact)
contact - public java.lang.String getContactID()
public void setContactID(java.lang.String contactID)
contactID -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||