Class RangeOfValuesType


  • public class RangeOfValuesType
    extends Object

    Java class for RangeOfValuesType complex type.

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

     <complexType name="RangeOfValuesType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="MinValue" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
             <element name="MaxValue" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • minValue

        protected Object minValue
      • maxValue

        protected Object maxValue
    • Constructor Detail

      • RangeOfValuesType

        public RangeOfValuesType()
        Default no-arg constructor
      • RangeOfValuesType

        public RangeOfValuesType​(Object minValue,
                                 Object maxValue)
        Fully-initialising value constructor
    • Method Detail

      • getMinValue

        public Object getMinValue()
        Gets the value of the minValue property.
        Returns:
        possible object is Object
      • setMinValue

        public void setMinValue​(Object value)
        Sets the value of the minValue property.
        Parameters:
        value - allowed object is Object
      • getMaxValue

        public Object getMaxValue()
        Gets the value of the maxValue property.
        Returns:
        possible object is Object
      • setMaxValue

        public void setMaxValue​(Object value)
        Sets the value of the maxValue property.
        Parameters:
        value - allowed object is Object