Class NoteStructure

  • All Implemented Interfaces:
    Serializable

    public class NoteStructure
    extends Object
    implements Serializable
    DataType for a note

    Java class for NoteStructure complex type.

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

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