org.ota.hotel
Class ServiceRPHs.ServiceRPH

java.lang.Object
  extended by org.ota.hotel.ServiceRPHs.ServiceRPH
Enclosing class:
ServiceRPHs

public static class ServiceRPHs.ServiceRPH
extends java.lang.Object

This is a reference placeholder used as an index for a service to be associated with this stay Schema fragment(s) for this class:

 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ServiceRPH" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="RPH"/>
     <xs:attribute type="xs:boolean" use="optional" name="IsPerRoom"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ServiceRPHs.ServiceRPH()
           
 
Method Summary
 java.lang.Boolean getIsPerRoom()
          Get the 'IsPerRoom' attribute value.
 java.lang.String getRPH()
          Get the 'RPH' attribute value.
 void setIsPerRoom(java.lang.Boolean isPerRoom)
          Set the 'IsPerRoom' attribute value.
 void setRPH(java.lang.String RPH)
          Set the 'RPH' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRPHs.ServiceRPH

public ServiceRPHs.ServiceRPH()
Method Detail

getRPH

public java.lang.String getRPH()
Get the 'RPH' attribute value. Provides a unique reference to the service.

Returns:
value

setRPH

public void setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. Provides a unique reference to the service.

Parameters:
RPH -

getIsPerRoom

public java.lang.Boolean getIsPerRoom()
Get the 'IsPerRoom' attribute value. Defines whether this is for each room of a RoomStay

Returns:
value

setIsPerRoom

public void setIsPerRoom(java.lang.Boolean isPerRoom)
Set the 'IsPerRoom' attribute value. Defines whether this is for each room of a RoomStay

Parameters:
isPerRoom -