|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.PropertyIdentity
public class PropertyIdentity
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 |
|---|
public PropertyIdentity()
| Method Detail |
|---|
public java.lang.String getString()
public void setString(java.lang.String string)
string - public HotelReferenceGroup getHotelReferenceGroup()
public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
hotelReferenceGroup - public java.lang.String getPropertyClass()
public void setPropertyClass(java.lang.String propertyClass)
propertyClass - public java.lang.String getContentURL()
public void setContentURL(java.lang.String contentURL)
contentURL -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||