public class ItemPropertyType extends Object
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()
Gets the value of the id property.
|
ImportanceCodeType |
getImportanceCode()
Gets the value of the importanceCode property.
|
List<ItemPropertyGroupType> |
getItemPropertyGroup()
Gets the value of the itemPropertyGroup property.
|
ItemPropertyRangeType |
getItemPropertyRange()
Gets the value of the itemPropertyRange property.
|
List<ListValueType> |
getListValue()
Gets the value of the listValue property.
|
NameType |
getName()
Gets the value of the name property.
|
NameCodeType |
getNameCode()
Gets the value of the nameCode property.
|
DimensionType |
getRangeDimension()
Gets the value of the rangeDimension property.
|
TestMethodType |
getTestMethod()
Gets the value of the testMethod property.
|
PeriodType |
getUsabilityPeriod()
Gets the value of the usabilityPeriod 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 |
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 void setID(IDType value)
value - allowed object is
IDTypepublic NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic NameCodeType getNameCode()
NameCodeTypepublic void setNameCode(NameCodeType value)
value - allowed object is
NameCodeTypepublic TestMethodType getTestMethod()
TestMethodTypepublic void setTestMethod(TestMethodType value)
value - allowed object is
TestMethodTypepublic 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
public ImportanceCodeType getImportanceCode()
ImportanceCodeTypepublic void setImportanceCode(ImportanceCodeType value)
value - allowed object is
ImportanceCodeTypepublic List<ListValueType> getListValue()
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()
PeriodTypepublic void setUsabilityPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic List<ItemPropertyGroupType> getItemPropertyGroup()
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()
DimensionTypepublic void setRangeDimension(DimensionType value)
value - allowed object is
DimensionTypepublic ItemPropertyRangeType getItemPropertyRange()
ItemPropertyRangeTypepublic void setItemPropertyRange(ItemPropertyRangeType value)
value - allowed object is
ItemPropertyRangeTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.