Class Direction

  • All Implemented Interfaces:
    Serializable

    public class Direction
    extends Object
    implements Serializable
    Type for Drections affected.

    Java class for DirectionStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DirectionStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DirectionRef" type="{http://www.siri.org.uk/siri}DirectionRefStructure"/>
             <element name="DirectionName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form