org.ota.cruise
Class AgentInfoGroup

java.lang.Object
  extended by org.ota.cruise.AgentInfoGroup

public class AgentInfoGroup
extends java.lang.Object

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

AgentInfoGroup

public AgentInfoGroup()
Method Detail

getContact

public java.lang.String getContact()
Get the 'Contact' attribute value. Either the agent name or agency name that created the booking.

Returns:
value

setContact

public void setContact(java.lang.String contact)
Set the 'Contact' attribute value. Either the agent name or agency name that created the booking.

Parameters:
contact -

getContactID

public java.lang.String getContactID()
Get the 'ContactID' attribute value. Agent or agency's identifier.

Returns:
value

setContactID

public void setContactID(java.lang.String contactID)
Set the 'ContactID' attribute value. Agent or agency's identifier.

Parameters:
contactID -