Class ItemPropertyRangeType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ItemPropertyRangeType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected MaximumValueTypemaximumValueprotected MinimumValueTypeminimumValue
-
Constructor Summary
Constructors Constructor Description ItemPropertyRangeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaximumValueTypegetMaximumValue()Gets the value of the maximumValue property.MinimumValueTypegetMinimumValue()Gets the value of the minimumValue property.voidsetMaximumValue(MaximumValueType value)Sets the value of the maximumValue property.voidsetMinimumValue(MinimumValueType value)Sets the value of the minimumValue property.
-
-
-
Field Detail
-
minimumValue
protected MinimumValueType minimumValue
-
maximumValue
protected MaximumValueType maximumValue
-
-
Method Detail
-
getMinimumValue
public MinimumValueType getMinimumValue()
Gets the value of the minimumValue property.- Returns:
- possible object is
MinimumValueType
-
setMinimumValue
public void setMinimumValue(MinimumValueType value)
Sets the value of the minimumValue property.- Parameters:
value- allowed object isMinimumValueType
-
getMaximumValue
public MaximumValueType getMaximumValue()
Gets the value of the maximumValue property.- Returns:
- possible object is
MaximumValueType
-
setMaximumValue
public void setMaximumValue(MaximumValueType value)
Sets the value of the maximumValue property.- Parameters:
value- allowed object isMaximumValueType
-
-