public class DimensionType 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>Dimension. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to define a measurable dimension (length, mass, weight, volume, or area) of an item.</ccts:Definition>
<ccts:ObjectClass>Dimension</ccts:ObjectClass>
</ccts:Component>
Java class for DimensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DimensionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AttributeID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Measure" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumMeasure" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumMeasure" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttributeIDType |
attributeID |
protected List<DescriptionType> |
description |
protected MaximumMeasureType |
maximumMeasure |
protected MeasureType |
measure |
protected MinimumMeasureType |
minimumMeasure |
| Constructor and Description |
|---|
DimensionType() |
| Modifier and Type | Method and Description |
|---|---|
AttributeIDType |
getAttributeID()
<?
|
List<DescriptionType> |
getDescription()
<?
|
MaximumMeasureType |
getMaximumMeasure()
<?
|
MeasureType |
getMeasure()
<?
|
MinimumMeasureType |
getMinimumMeasure()
<?
|
void |
setAttributeID(AttributeIDType value)
Sets the value of the attributeID property.
|
void |
setMaximumMeasure(MaximumMeasureType value)
Sets the value of the maximumMeasure property.
|
void |
setMeasure(MeasureType value)
Sets the value of the measure property.
|
void |
setMinimumMeasure(MinimumMeasureType value)
Sets the value of the minimumMeasure property.
|
protected AttributeIDType attributeID
protected MeasureType measure
protected List<DescriptionType> description
protected MinimumMeasureType minimumMeasure
protected MaximumMeasureType maximumMeasure
public AttributeIDType getAttributeID()
<?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>Dimension. Attribute Identifier. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for the attribute to which the measure applies.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Dimension</ccts:ObjectClass>
<ccts:PropertyTerm>Attribute Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
AttributeIDTypepublic void setAttributeID(AttributeIDType value)
value - allowed object is
AttributeIDTypepublic MeasureType getMeasure()
<?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>Dimension. Measure</ccts:DictionaryEntryName>
<ccts:Definition>The measurement value.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Dimension</ccts:ObjectClass>
<ccts:PropertyTerm>Measure</ccts:PropertyTerm>
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
<ccts:DataType>Measure. Type</ccts:DataType>
</ccts:Component>
MeasureTypepublic void setMeasure(MeasureType value)
value - allowed object is
MeasureTypepublic List<DescriptionType> getDescription()
<?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>Dimension. Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing the measurement attribute.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Dimension</ccts:ObjectClass>
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the description 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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public MinimumMeasureType getMinimumMeasure()
<?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>Dimension. Minimum_ Measure. Measure</ccts:DictionaryEntryName>
<ccts:Definition>The minimum value in a range of measurement of this dimension.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Dimension</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Minimum</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Measure</ccts:PropertyTerm>
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
<ccts:DataType>Measure. Type</ccts:DataType>
</ccts:Component>
MinimumMeasureTypepublic void setMinimumMeasure(MinimumMeasureType value)
value - allowed object is
MinimumMeasureTypepublic MaximumMeasureType getMaximumMeasure()
<?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>Dimension. Maximum_ Measure. Measure</ccts:DictionaryEntryName>
<ccts:Definition>The maximum value in a range of measurement of this dimension.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Dimension</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Maximum</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Measure</ccts:PropertyTerm>
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
<ccts:DataType>Measure. Type</ccts:DataType>
</ccts:Component>
MaximumMeasureTypepublic void setMaximumMeasure(MaximumMeasureType value)
value - allowed object is
MaximumMeasureTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.