org.ota.vehicle
Class VehicleLocationRequirements.RequirementInfos.RequirementInfo

java.lang.Object
  extended by org.ota.shared.FormattedText
      extended by org.ota.vehicle.VehicleLocationRequirements.RequirementInfos.RequirementInfo
Enclosing class:
VehicleLocationRequirements.RequirementInfos

public static class VehicleLocationRequirements.RequirementInfos.RequirementInfo
extends FormattedText

Textual description about a specific requirement that is enforced by this location 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="RequirementInfo" maxOccurs="99">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:FormattedTextType">
         <xs:attribute type="ns:LocationDetailRequirementInfoType" use="required" name="Type"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.FormattedText
FormattedText.SubSection
 
Constructor Summary
VehicleLocationRequirements.RequirementInfos.RequirementInfo()
           
 
Method Summary
 LocationDetailRequirementInfo getType()
          Get the 'Type' attribute value.
 void setType(LocationDetailRequirementInfo type)
          Set the 'Type' attribute value.
 
Methods inherited from class org.ota.shared.FormattedText
addSubSection, clearSubSections, getLanguage, getSubSection, getSubSections, getTitle, setLanguage, setSubSections, setTitle, sizeSubSections
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleLocationRequirements.RequirementInfos.RequirementInfo

public VehicleLocationRequirements.RequirementInfos.RequirementInfo()
Method Detail

getType

public LocationDetailRequirementInfo getType()
Get the 'Type' attribute value. Identifies the type of Requirement information that is provided.

Returns:
value

setType

public void setType(LocationDetailRequirementInfo type)
Set the 'Type' attribute value. Identifies the type of Requirement information that is provided.

Parameters:
type -