Class RenewalType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.RenewalType
-
public class RenewalType extends Object
Java class for RenewalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RenewalType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Amount" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Period" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AmountTypeamountprotected PeriodTypeperiod
-
Constructor Summary
Constructors Constructor Description RenewalType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmountTypegetAmount()Gets the value of the amount property.PeriodTypegetPeriod()Gets the value of the period property.voidsetAmount(AmountType value)Sets the value of the amount property.voidsetPeriod(PeriodType value)Sets the value of the period property.
-
-
-
Field Detail
-
amount
protected AmountType amount
-
period
protected PeriodType period
-
-
Method Detail
-
getAmount
public AmountType getAmount()
Gets the value of the amount property.- Returns:
- possible object is
AmountType
-
setAmount
public void setAmount(AmountType value)
Sets the value of the amount property.- Parameters:
value- allowed object isAmountType
-
getPeriod
public PeriodType getPeriod()
Gets the value of the period property.- Returns:
- possible object is
PeriodType
-
setPeriod
public void setPeriod(PeriodType value)
Sets the value of the period property.- Parameters:
value- allowed object isPeriodType
-
-