Class GetValuelistResponse

  • All Implemented Interfaces:
    Serializable

    public class GetValuelistResponse
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.iknowbase.com/ws/iknowbase-2}valuelist"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • GetValuelistResponse

        public GetValuelistResponse()
        Default no-arg constructor
      • GetValuelistResponse

        public GetValuelistResponse​(Valuelist valuelist)
        Fully-initialising value constructor
    • Method Detail

      • getValuelist

        public Valuelist getValuelist()
        Gets the value of the valuelist property.
        Returns:
        possible object is Valuelist
      • setValuelist

        public void setValuelist​(Valuelist value)
        Sets the value of the valuelist property.
        Parameters:
        value - allowed object is Valuelist