Class ContractExtensionType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ContractExtensionType
-
public class ContractExtensionType extends Object
Java class for ContractExtensionType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ContractExtensionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OptionsDescription" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumNumberNumeric" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumNumberNumeric" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OptionValidityPeriod" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Renewal" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MaximumNumberNumericTypemaximumNumberNumericprotected MinimumNumberNumericTypeminimumNumberNumericprotected List<OptionsDescriptionType>optionsDescriptionprotected PeriodTypeoptionValidityPeriodprotected List<RenewalType>renewal
-
Constructor Summary
Constructors Constructor Description ContractExtensionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaximumNumberNumericTypegetMaximumNumberNumeric()Gets the value of the maximumNumberNumeric property.MinimumNumberNumericTypegetMinimumNumberNumeric()Gets the value of the minimumNumberNumeric property.List<OptionsDescriptionType>getOptionsDescription()Gets the value of the optionsDescription property.PeriodTypegetOptionValidityPeriod()Gets the value of the optionValidityPeriod property.List<RenewalType>getRenewal()Gets the value of the renewal property.voidsetMaximumNumberNumeric(MaximumNumberNumericType value)Sets the value of the maximumNumberNumeric property.voidsetMinimumNumberNumeric(MinimumNumberNumericType value)Sets the value of the minimumNumberNumeric property.voidsetOptionValidityPeriod(PeriodType value)Sets the value of the optionValidityPeriod property.
-
-
-
Field Detail
-
optionsDescription
protected List<OptionsDescriptionType> optionsDescription
-
minimumNumberNumeric
protected MinimumNumberNumericType minimumNumberNumeric
-
maximumNumberNumeric
protected MaximumNumberNumericType maximumNumberNumeric
-
optionValidityPeriod
protected PeriodType optionValidityPeriod
-
renewal
protected List<RenewalType> renewal
-
-
Method Detail
-
getOptionsDescription
public List<OptionsDescriptionType> getOptionsDescription()
Gets the value of the optionsDescription property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the optionsDescription property.For example, to add a new item, do as follows:
getOptionsDescription().add(newItem);
Objects of the following type(s) are allowed in the list
OptionsDescriptionType- Returns:
- The value of the optionsDescription property.
-
getMinimumNumberNumeric
public MinimumNumberNumericType getMinimumNumberNumeric()
Gets the value of the minimumNumberNumeric property.- Returns:
- possible object is
MinimumNumberNumericType
-
setMinimumNumberNumeric
public void setMinimumNumberNumeric(MinimumNumberNumericType value)
Sets the value of the minimumNumberNumeric property.- Parameters:
value- allowed object isMinimumNumberNumericType
-
getMaximumNumberNumeric
public MaximumNumberNumericType getMaximumNumberNumeric()
Gets the value of the maximumNumberNumeric property.- Returns:
- possible object is
MaximumNumberNumericType
-
setMaximumNumberNumeric
public void setMaximumNumberNumeric(MaximumNumberNumericType value)
Sets the value of the maximumNumberNumeric property.- Parameters:
value- allowed object isMaximumNumberNumericType
-
getOptionValidityPeriod
public PeriodType getOptionValidityPeriod()
Gets the value of the optionValidityPeriod property.- Returns:
- possible object is
PeriodType
-
setOptionValidityPeriod
public void setOptionValidityPeriod(PeriodType value)
Sets the value of the optionValidityPeriod property.- Parameters:
value- allowed object isPeriodType
-
getRenewal
public List<RenewalType> getRenewal()
Gets the value of the renewal property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the renewal property.For example, to add a new item, do as follows:
getRenewal().add(newItem);
Objects of the following type(s) are allowed in the list
RenewalType- Returns:
- The value of the renewal property.
-
-