Class UnstructuredPriceType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.UnstructuredPriceType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected PriceAmountTypepriceAmountprotected TimeAmountTypetimeAmount
-
Constructor Summary
Constructors Constructor Description UnstructuredPriceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PriceAmountTypegetPriceAmount()Gets the value of the priceAmount property.TimeAmountTypegetTimeAmount()Gets the value of the timeAmount property.voidsetPriceAmount(PriceAmountType value)Sets the value of the priceAmount property.voidsetTimeAmount(TimeAmountType value)Sets the value of the timeAmount property.
-
-
-
Field Detail
-
priceAmount
protected PriceAmountType priceAmount
-
timeAmount
protected TimeAmountType timeAmount
-
-
Method Detail
-
getPriceAmount
public PriceAmountType getPriceAmount()
Gets the value of the priceAmount property.- Returns:
- possible object is
PriceAmountType
-
setPriceAmount
public void setPriceAmount(PriceAmountType value)
Sets the value of the priceAmount property.- Parameters:
value- allowed object isPriceAmountType
-
getTimeAmount
public TimeAmountType getTimeAmount()
Gets the value of the timeAmount property.- Returns:
- possible object is
TimeAmountType
-
setTimeAmount
public void setTimeAmount(TimeAmountType value)
Sets the value of the timeAmount property.- Parameters:
value- allowed object isTimeAmountType
-
-