Class SituationElementStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    PtSituationElement, RoadSituationElement

    public class SituationElementStructure
    extends AbstractSituationElementStructure
    implements Serializable
    Type for loggable Entry.

    Java class for SituationElementStructure complex type.

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

     <complexType name="SituationElementStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractSituationElementStructure">
           <sequence>
             <group ref="{http://www.siri.org.uk/siri}SituationInfoGroup"/>
             <element name="VersionedAtTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form