Class MeterPropertyType


  • public class MeterPropertyType
    extends Object

    Java class for MeterPropertyType complex type

    .

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

    
     <complexType name="MeterPropertyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}NameCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Value" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValueQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValueQualifier" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • MeterPropertyType

        public MeterPropertyType()
    • Method Detail

      • getName

        public NameType getName()
        Gets the value of the name property.
        Returns:
        possible object is NameType
      • setName

        public void setName​(NameType value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is NameType
      • getNameCode

        public NameCodeType getNameCode()
        Gets the value of the nameCode property.
        Returns:
        possible object is NameCodeType
      • setNameCode

        public void setNameCode​(NameCodeType value)
        Sets the value of the nameCode property.
        Parameters:
        value - allowed object is NameCodeType
      • getValue

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

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

        public void setValueQuantity​(ValueQuantityType value)
        Sets the value of the valueQuantity property.
        Parameters:
        value - allowed object is ValueQuantityType
      • getValueQualifier

        public List<ValueQualifierType> getValueQualifier()
        Gets the value of the valueQualifier 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 JAXB object. This is why there is not a set method for the valueQualifier property.

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

         getValueQualifier().add(newItem);
         

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

        Returns:
        The value of the valueQualifier property.