org.ota.pkg
Class ResortCodeGroup

java.lang.Object
  extended by org.ota.pkg.ResortCodeGroup

public class ResortCodeGroup
extends java.lang.Object

Identifies a resort, town or city. 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="ResortCodeGroup">
   <xs:attribute type="xs:string" use="optional" name="ResortCode"/>
   <xs:attribute type="xs:string" use="optional" name="ResortName"/>
 </xs:attributeGroup>
 


Constructor Summary
ResortCodeGroup()
           
 
Method Summary
 java.lang.String getResortCode()
          Get the 'ResortCode' attribute value.
 java.lang.String getResortName()
          Get the 'ResortName' attribute value.
 void setResortCode(java.lang.String resortCode)
          Set the 'ResortCode' attribute value.
 void setResortName(java.lang.String resortName)
          Set the 'ResortName' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResortCodeGroup

public ResortCodeGroup()
Method Detail

getResortCode

public java.lang.String getResortCode()
Get the 'ResortCode' attribute value. Provides the supplier's code for the resort.

Returns:
value

setResortCode

public void setResortCode(java.lang.String resortCode)
Set the 'ResortCode' attribute value. Provides the supplier's code for the resort.

Parameters:
resortCode -

getResortName

public java.lang.String getResortName()
Get the 'ResortName' attribute value. Provides the supplier's name for the resort.

Returns:
value

setResortName

public void setResortName(java.lang.String resortName)
Set the 'ResortName' attribute value. Provides the supplier's name for the resort.

Parameters:
resortName -