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>
| Modifier and Type | Field and Description |
|---|---|
protected NameType |
name |
protected NameCodeType |
nameCode |
protected ValueType |
value |
protected List<ValueQualifierType> |
valueQualifier |
protected ValueQuantityType |
valueQuantity |
| Constructor and Description |
|---|
MeterPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
NameType |
getName()
Gets the value of the name property.
|
NameCodeType |
getNameCode()
Gets the value of the nameCode property.
|
ValueType |
getValue()
Gets the value of the value property.
|
List<ValueQualifierType> |
getValueQualifier()
Gets the value of the valueQualifier property.
|
ValueQuantityType |
getValueQuantity()
Gets the value of the valueQuantity property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
void |
setNameCode(NameCodeType value)
Sets the value of the nameCode property.
|
void |
setValue(ValueType value)
Sets the value of the value property.
|
void |
setValueQuantity(ValueQuantityType value)
Sets the value of the valueQuantity property.
|
protected NameType name
protected NameCodeType nameCode
protected ValueType value
protected ValueQuantityType valueQuantity
protected List<ValueQualifierType> valueQualifier
public NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic NameCodeType getNameCode()
NameCodeTypepublic void setNameCode(NameCodeType value)
value - allowed object is
NameCodeTypepublic ValueType getValue()
ValueTypepublic void setValue(ValueType value)
value - allowed object is
ValueTypepublic ValueQuantityType getValueQuantity()
ValueQuantityTypepublic void setValueQuantity(ValueQuantityType value)
value - allowed object is
ValueQuantityTypepublic List<ValueQualifierType> getValueQualifier()
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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.