Class ValuelistValue

  • All Implemented Interfaces:
    Serializable

    public class ValuelistValue
    extends Object
    implements Serializable

    Java class for valuelistValue complex type.

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

     <complexType name="valuelistValue">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="valueReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
             <element name="prompts" type="{http://www.iknowbase.com/ws/iknowbase-2}prompts"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ValuelistValue

        public ValuelistValue()
        Default no-arg constructor
      • ValuelistValue

        public ValuelistValue​(ObjectReference valueReference,
                              Prompts prompts)
        Fully-initialising value constructor
      • ValuelistValue

        public ValuelistValue​(ObjectReference objectReference)
      • ValuelistValue

        public ValuelistValue​(String externalKey)