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>
| Modifier and Type | Field and Description |
|---|---|
protected MaximumNumberNumericType |
maximumNumberNumeric |
protected MinimumNumberNumericType |
minimumNumberNumeric |
protected List<OptionsDescriptionType> |
optionsDescription |
protected PeriodType |
optionValidityPeriod |
protected List<RenewalType> |
renewal |
| Constructor and Description |
|---|
ContractExtensionType() |
| Modifier and Type | Method and Description |
|---|---|
MaximumNumberNumericType |
getMaximumNumberNumeric()
Gets the value of the maximumNumberNumeric property.
|
MinimumNumberNumericType |
getMinimumNumberNumeric()
Gets the value of the minimumNumberNumeric property.
|
List<OptionsDescriptionType> |
getOptionsDescription()
Gets the value of the optionsDescription property.
|
PeriodType |
getOptionValidityPeriod()
Gets the value of the optionValidityPeriod property.
|
List<RenewalType> |
getRenewal()
Gets the value of the renewal property.
|
void |
setMaximumNumberNumeric(MaximumNumberNumericType value)
Sets the value of the maximumNumberNumeric property.
|
void |
setMinimumNumberNumeric(MinimumNumberNumericType value)
Sets the value of the minimumNumberNumeric property.
|
void |
setOptionValidityPeriod(PeriodType value)
Sets the value of the optionValidityPeriod property.
|
protected List<OptionsDescriptionType> optionsDescription
protected MinimumNumberNumericType minimumNumberNumeric
protected MaximumNumberNumericType maximumNumberNumeric
protected PeriodType optionValidityPeriod
protected List<RenewalType> renewal
public List<OptionsDescriptionType> getOptionsDescription()
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 set method 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
public MinimumNumberNumericType getMinimumNumberNumeric()
MinimumNumberNumericTypepublic void setMinimumNumberNumeric(MinimumNumberNumericType value)
value - allowed object is
MinimumNumberNumericTypepublic MaximumNumberNumericType getMaximumNumberNumeric()
MaximumNumberNumericTypepublic void setMaximumNumberNumeric(MaximumNumberNumericType value)
value - allowed object is
MaximumNumberNumericTypepublic PeriodType getOptionValidityPeriod()
PeriodTypepublic void setOptionValidityPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic List<RenewalType> getRenewal()
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 set method 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.