Class TypeOfValue

  • All Implemented Interfaces:
    Serializable

    public class TypeOfValue
    extends Object
    implements Serializable
    Type for a TYPE OF VALUE. Used to define open classifications of value types. +SIRI v2.1

    Java class for TypeOfValueStructure complex type.

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

     <complexType name="TypeOfValueStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="TypeOfValueCode" type="{http://www.siri.org.uk/siri}TypeOfValueCodeType"/>
             <element name="NameOfClass" type="{http://www.siri.org.uk/siri}NameOfClassType"/>
             <group ref="{http://www.siri.org.uk/siri}TypeOfValueGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form