org.ota.vehicle
Class RateNotifRQ.Rate.RuleIDs.RuleID

java.lang.Object
  extended by org.ota.vehicle.RateNotifRQ.Rate.RuleIDs.RuleID
Enclosing class:
RateNotifRQ.Rate.RuleIDs

public static class RateNotifRQ.Rate.RuleIDs.RuleID
extends java.lang.Object

The identification of a previously defined rule. 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="RuleID" maxOccurs="99">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="ID"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RateNotifRQ.Rate.RuleIDs.RuleID()
           
 
Method Summary
 java.lang.String getID()
          Get the 'ID' attribute value.
 void setID(java.lang.String ID)
          Set the 'ID' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RateNotifRQ.Rate.RuleIDs.RuleID

public RateNotifRQ.Rate.RuleIDs.RuleID()
Method Detail

getID

public java.lang.String getID()
Get the 'ID' attribute value. An identifier for the rule.

Returns:
value

setID

public void setID(java.lang.String ID)
Set the 'ID' attribute value. An identifier for the rule.

Parameters:
ID -