public class ItemPropertyRangeType extends Object
Java class for ItemPropertyRangeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemPropertyRangeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumValue" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MaximumValueType |
maximumValue |
protected MinimumValueType |
minimumValue |
| Constructor and Description |
|---|
ItemPropertyRangeType() |
| Modifier and Type | Method and Description |
|---|---|
MaximumValueType |
getMaximumValue()
Gets the value of the maximumValue property.
|
MinimumValueType |
getMinimumValue()
Gets the value of the minimumValue property.
|
void |
setMaximumValue(MaximumValueType value)
Sets the value of the maximumValue property.
|
void |
setMinimumValue(MinimumValueType value)
Sets the value of the minimumValue property.
|
protected MinimumValueType minimumValue
protected MaximumValueType maximumValue
public MinimumValueType getMinimumValue()
MinimumValueTypepublic void setMinimumValue(MinimumValueType value)
value - allowed object is
MinimumValueTypepublic MaximumValueType getMaximumValue()
MaximumValueTypepublic void setMaximumValue(MaximumValueType value)
value - allowed object is
MaximumValueTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.