public class MeterPropertyType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Meter Property. Details</ccts:DictionaryEntryName>
<ccts:Definition>The name of this meter property.</ccts:Definition>
<ccts:ObjectClass>Meter Property</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
NameCodeType |
getNameCode()
<?
|
ValueType |
getValue()
<?
|
List<ValueQualifierType> |
getValueQualifier()
<?
|
ValueQuantityType |
getValueQuantity()
<?
|
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Meter Property. Name</ccts:DictionaryEntryName>
<ccts:Definition>The name of this meter property, expressed as a code.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Meter Property</ccts:ObjectClass>
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
<ccts:DataType>Name. Type</ccts:DataType>
<ccts:Examples>Energy Rating , Collar Size , Fat Content </ccts:Examples>
</ccts:Component>
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic NameCodeType getNameCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Meter Property. Name Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>The value of this meter property, expressed as text.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Meter Property</ccts:ObjectClass>
<ccts:PropertyTerm>Name Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
NameCodeTypepublic void setNameCode(NameCodeType value)
value - allowed object is
NameCodeTypepublic ValueType getValue()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Meter Property. Value. Text</ccts:DictionaryEntryName>
<ccts:Definition>The value of this meter property, expressed as a quantity.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Meter Property</ccts:ObjectClass>
<ccts:PropertyTerm>Value</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
<ccts:Examples>100 watts , 15 European , 20% +/- 5% </ccts:Examples>
</ccts:Component>
ValueTypepublic void setValue(ValueType value)
value - allowed object is
ValueTypepublic ValueQuantityType getValueQuantity()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Meter Property. Value_ Quantity. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The value of this meter property, expressed as a quantity.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Meter Property</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Value</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
ValueQuantityTypepublic void setValueQuantity(ValueQuantityType value)
value - allowed object is
ValueQuantityTypepublic List<ValueQualifierType> getValueQualifier()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Meter Property. Value Qualifier. Text</ccts:DictionaryEntryName>
<ccts:Definition>An additional value to qualify the value of the meter</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Meter Property</ccts:ObjectClass>
<ccts:PropertyTerm>Value Qualifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
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
Copyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.