Class Value


  • public class Value
    extends Object

    Java class for value complex type.

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

     <complexType name="value">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="valueIndex" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="valueMissing" type="{http://meka.webservice.adams.waikato.ac.nz/}yesNo" default="no" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • value

        protected String value
      • valueIndex

        protected Integer valueIndex
      • valueMissing

        protected YesNo valueMissing
    • Constructor Detail

      • Value

        public Value()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getValueIndex

        public Integer getValueIndex()
        Gets the value of the valueIndex property.
        Returns:
        possible object is Integer
      • setValueIndex

        public void setValueIndex​(Integer value)
        Sets the value of the valueIndex property.
        Parameters:
        value - allowed object is Integer
      • getValueMissing

        public YesNo getValueMissing()
        Gets the value of the valueMissing property.
        Returns:
        possible object is YesNo
      • setValueMissing

        public void setValueMissing​(YesNo value)
        Sets the value of the valueMissing property.
        Parameters:
        value - allowed object is YesNo