Class AnnotatedDestinationStructure

  • All Implemented Interfaces:
    Serializable

    public class AnnotatedDestinationStructure
    extends Object
    implements Serializable
    Type for Destination and name type.

    Java class for AnnotatedDestinationStructure complex type.

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

     <complexType name="AnnotatedDestinationStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DestinationRef" type="{http://www.siri.org.uk/}DestinationRefStructure" maxOccurs="unbounded"/>
             <element name="PlaceName" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form