Class ValueSet

  • All Implemented Interfaces:
    Serializable

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

    Java class for ValueSetStructure complex type.

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

     <complexType name="ValueSetStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ValueSetCode" type="{http://www.siri.org.uk/siri}ValueSetCodeType"/>
             <element name="ClassOfValues" type="{http://www.siri.org.uk/siri}NameOfClassType"/>
             <group ref="{http://www.siri.org.uk/siri}ValueSetGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form