Class GetDimensionResponse

  • All Implemented Interfaces:
    Serializable

    public class GetDimensionResponse
    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}dimension"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • GetDimensionResponse

        public GetDimensionResponse()
        Default no-arg constructor
      • GetDimensionResponse

        public GetDimensionResponse​(Dimension dimension)
        Fully-initialising value constructor
    • Method Detail

      • getDimension

        public Dimension getDimension()
        Gets the value of the dimension property.
        Returns:
        possible object is Dimension
      • setDimension

        public void setDimension​(Dimension value)
        Sets the value of the dimension property.
        Parameters:
        value - allowed object is Dimension