Class MeasureOrNilReasonListType

  • All Implemented Interfaces:
    Serializable

    public class MeasureOrNilReasonListType
    extends Object
    implements Serializable
    gml:MeasureOrNilReasonListType provides for a list of quantities. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a value is expected, but the value may be absent for some reason.

    Java class for MeasureOrNilReasonListType complex type.

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

     <complexType name="MeasureOrNilReasonListType">
       <simpleContent>
         <extension base="<http://www.opengis.net/gml/3.2>doubleOrNilReasonList">
           <attribute name="uom" use="required" type="{http://www.opengis.net/gml/3.2}UomIdentifier" />
         </extension>
       </simpleContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • MeasureOrNilReasonListType

        public MeasureOrNilReasonListType()
    • Method Detail

      • getValues

        public List<String> getValues()
        A type for a list of values of the respective simple type.Gets the value of the values property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the values property.

        For example, to add a new item, do as follows:

            getValues().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getUom

        public String getUom()
        Gets the value of the uom property.
        Returns:
        possible object is String
      • setUom

        public void setUom​(String value)
        Sets the value of the uom property.
        Parameters:
        value - allowed object is String