org.ota.pkg
Class PropertyIdentity

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

public class PropertyIdentity
extends java.lang.Object

Full name or description plus codes for a property. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PropertyIdentityType">
   <xs:simpleContent>
     <xs:extension base="xs:string">
       <xs:attributeGroup ref="ns:HotelReferenceGroup"/>
       <xs:attribute type="xs:string" use="optional" name="PropertyClassType"/>
       <xs:attribute type="xs:string" name="ContentURL"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>
 


Constructor Summary
PropertyIdentity()
           
 
Method Summary
 java.lang.String getContentURL()
          Get the 'ContentURL' attribute value.
 HotelReferenceGroup getHotelReferenceGroup()
          Get the 'HotelReferenceGroup' attributeGroup value.
 java.lang.String getPropertyClass()
          Get the 'PropertyClassType' attribute value.
 java.lang.String getString()
          Get the extension value.
 void setContentURL(java.lang.String contentURL)
          Set the 'ContentURL' attribute value.
 void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
          Set the 'HotelReferenceGroup' attributeGroup value.
 void setPropertyClass(java.lang.String propertyClass)
          Set the 'PropertyClassType' attribute value.
 void setString(java.lang.String string)
          Set the extension value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyIdentity

public PropertyIdentity()
Method Detail

getString

public java.lang.String getString()
Get the extension value.

Returns:
value

setString

public void setString(java.lang.String string)
Set the extension value.

Parameters:
string -

getHotelReferenceGroup

public HotelReferenceGroup getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value.

Returns:
value

setHotelReferenceGroup

public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value.

Parameters:
hotelReferenceGroup -

getPropertyClass

public java.lang.String getPropertyClass()
Get the 'PropertyClassType' attribute value. Refer to OpenTravel Code List Property Class Type (PCT). e.g. 3 (Apartment); 20 (Hotel).

Returns:
value

setPropertyClass

public void setPropertyClass(java.lang.String propertyClass)
Set the 'PropertyClassType' attribute value. Refer to OpenTravel Code List Property Class Type (PCT). e.g. 3 (Apartment); 20 (Hotel).

Parameters:
propertyClass -

getContentURL

public java.lang.String getContentURL()
Get the 'ContentURL' attribute value. A reference to s source of information for the property.

Returns:
value

setContentURL

public void setContentURL(java.lang.String contentURL)
Set the 'ContentURL' attribute value. A reference to s source of information for the property.

Parameters:
contentURL -