public class UnstructuredPriceType extends Object
Java class for UnstructuredPriceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnstructuredPriceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PriceAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TimeAmount" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PriceAmountType |
priceAmount |
protected TimeAmountType |
timeAmount |
| Constructor and Description |
|---|
UnstructuredPriceType() |
| Modifier and Type | Method and Description |
|---|---|
PriceAmountType |
getPriceAmount()
Gets the value of the priceAmount property.
|
TimeAmountType |
getTimeAmount()
Gets the value of the timeAmount property.
|
void |
setPriceAmount(PriceAmountType value)
Sets the value of the priceAmount property.
|
void |
setTimeAmount(TimeAmountType value)
Sets the value of the timeAmount property.
|
protected PriceAmountType priceAmount
protected TimeAmountType timeAmount
public PriceAmountType getPriceAmount()
PriceAmountTypepublic void setPriceAmount(PriceAmountType value)
value - allowed object is
PriceAmountTypepublic TimeAmountType getTimeAmount()
TimeAmountTypepublic void setTimeAmount(TimeAmountType value)
value - allowed object is
TimeAmountTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.