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>
| Modifier and Type | Field and Description |
|---|---|
protected AmountType |
amount |
protected PeriodType |
period |
| Constructor and Description |
|---|
RenewalType() |
| Modifier and Type | Method and Description |
|---|---|
AmountType |
getAmount()
Gets the value of the amount property.
|
PeriodType |
getPeriod()
Gets the value of the period property.
|
void |
setAmount(AmountType value)
Sets the value of the amount property.
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
protected AmountType amount
protected PeriodType period
public AmountType getAmount()
AmountTypepublic void setAmount(AmountType value)
value - allowed object is
AmountTypepublic PeriodType getPeriod()
PeriodTypepublic void setPeriod(PeriodType value)
value - allowed object is
PeriodTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.