public class ItemPropertyType 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>Item Property. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe a specific property of an item.</ccts:Definition>
<ccts:ObjectClass>Item Property</ccts:ObjectClass>
</ccts:Component>
Java class for ItemPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name"/>
<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}TestMethod" 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"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ImportanceCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ListValue" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}UsabilityPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ItemPropertyGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RangeDimension" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ItemPropertyRange" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IDType |
id |
protected ImportanceCodeType |
importanceCode |
protected List<ItemPropertyGroupType> |
itemPropertyGroup |
protected ItemPropertyRangeType |
itemPropertyRange |
protected List<ListValueType> |
listValue |
protected NameType |
name |
protected NameCodeType |
nameCode |
protected DimensionType |
rangeDimension |
protected TestMethodType |
testMethod |
protected PeriodType |
usabilityPeriod |
protected ValueType |
value |
protected List<ValueQualifierType> |
valueQualifier |
protected ValueQuantityType |
valueQuantity |
| Constructor and Description |
|---|
ItemPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
IDType |
getID()
<?
|
ImportanceCodeType |
getImportanceCode()
<?
|
List<ItemPropertyGroupType> |
getItemPropertyGroup()
<?
|
ItemPropertyRangeType |
getItemPropertyRange()
<?
|
List<ListValueType> |
getListValue()
<?
|
NameType |
getName()
<?
|
NameCodeType |
getNameCode()
<?
|
DimensionType |
getRangeDimension()
<?
|
TestMethodType |
getTestMethod()
<?
|
PeriodType |
getUsabilityPeriod()
<?
|
ValueType |
getValue()
<?
|
List<ValueQualifierType> |
getValueQualifier()
<?
|
ValueQuantityType |
getValueQuantity()
<?
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setImportanceCode(ImportanceCodeType value)
Sets the value of the importanceCode property.
|
void |
setItemPropertyRange(ItemPropertyRangeType value)
Sets the value of the itemPropertyRange property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
void |
setNameCode(NameCodeType value)
Sets the value of the nameCode property.
|
void |
setRangeDimension(DimensionType value)
Sets the value of the rangeDimension property.
|
void |
setTestMethod(TestMethodType value)
Sets the value of the testMethod property.
|
void |
setUsabilityPeriod(PeriodType value)
Sets the value of the usabilityPeriod property.
|
void |
setValue(ValueType value)
Sets the value of the value property.
|
void |
setValueQuantity(ValueQuantityType value)
Sets the value of the valueQuantity property.
|
protected IDType id
protected NameType name
protected NameCodeType nameCode
protected TestMethodType testMethod
protected ValueType value
protected ValueQuantityType valueQuantity
protected List<ValueQualifierType> valueQualifier
protected ImportanceCodeType importanceCode
protected List<ListValueType> listValue
protected PeriodType usabilityPeriod
protected List<ItemPropertyGroupType> itemPropertyGroup
protected DimensionType rangeDimension
protected ItemPropertyRangeType itemPropertyRange
public IDType getID()
<?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>Item Property. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for this property of an item.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Property</ccts:ObjectClass>
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
IDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic 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>Item Property. Name</ccts:DictionaryEntryName>
<ccts:Definition>The name of this item property.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Item 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>Item Property. Name Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>The name of this item property, expressed as a code.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item 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 TestMethodType getTestMethod()
<?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>Item Property. Test Method. Text</ccts:DictionaryEntryName>
<ccts:Definition>The method of testing the value of this item property.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Property</ccts:ObjectClass>
<ccts:PropertyTerm>Test Method</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>
TestMethodTypepublic void setTestMethod(TestMethodType value)
value - allowed object is
TestMethodTypepublic 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>Item Property. Value. Text</ccts:DictionaryEntryName>
<ccts:Definition>The value of this item property, expressed as text.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item 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>Item Property. Value_ Quantity. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The value of this item property, expressed as a quantity.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item 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>Item Property. Value Qualifier. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text qualifying the value of the property.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Item 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
public ImportanceCodeType getImportanceCode()
<?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>Item Property. Importance Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the importance of this property in using it to describe a related Item.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Property</ccts:ObjectClass>
<ccts:PropertyTerm>Importance Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
ImportanceCodeTypepublic void setImportanceCode(ImportanceCodeType value)
value - allowed object is
ImportanceCodeTypepublic List<ListValueType> getListValue()
<?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>Item Property. List Value. Text</ccts:DictionaryEntryName>
<ccts:Definition>The value expressed as a text in case the property is a value in a list. For example, a colour.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Item Property</ccts:ObjectClass>
<ccts:PropertyTerm>List Value</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the listValue 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 listValue property.
For example, to add a new item, do as follows:
getListValue().add(newItem);
Objects of the following type(s) are allowed in the list
ListValueType
public PeriodType getUsabilityPeriod()
<?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>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Property. Usability_ Period. Period</ccts:DictionaryEntryName>
<ccts:Definition>The period during which this item property is valid.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Property</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Usability</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
</ccts:Component>
PeriodTypepublic void setUsabilityPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic List<ItemPropertyGroupType> getItemPropertyGroup()
<?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>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Property. Item Property Group</ccts:DictionaryEntryName>
<ccts:Definition>A description of the property group to which this item property belongs.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Item Property</ccts:ObjectClass>
<ccts:PropertyTerm>Item Property Group</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Item Property Group</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Item Property Group</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the itemPropertyGroup 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 itemPropertyGroup property.
For example, to add a new item, do as follows:
getItemPropertyGroup().add(newItem);
Objects of the following type(s) are allowed in the list
ItemPropertyGroupType
public DimensionType getRangeDimension()
<?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>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Property. Range_ Dimension. Dimension</ccts:DictionaryEntryName>
<ccts:Definition>The range of values for the dimensions of this property.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Property</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Range</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Dimension</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Dimension</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Dimension</ccts:RepresentationTerm>
</ccts:Component>
DimensionTypepublic void setRangeDimension(DimensionType value)
value - allowed object is
DimensionTypepublic ItemPropertyRangeType getItemPropertyRange()
<?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>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Property. Item Property Range</ccts:DictionaryEntryName>
<ccts:Definition>A range of values for this item property.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Property</ccts:ObjectClass>
<ccts:PropertyTerm>Item Property Range</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Item Property Range</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Item Property Range</ccts:RepresentationTerm>
</ccts:Component>
ItemPropertyRangeTypepublic void setItemPropertyRange(ItemPropertyRangeType value)
value - allowed object is
ItemPropertyRangeTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.