public class AuctionTermsType extends Object
Java class for AuctionTermsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuctionTermsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AuctionConstraintIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}JustificationDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProcessDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConditionsDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ElectronicDeviceDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AuctionURI" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuctionConstraintIndicatorType |
auctionConstraintIndicator |
protected AuctionURIType |
auctionURI |
protected List<ConditionsDescriptionType> |
conditionsDescription |
protected List<DescriptionType> |
description |
protected List<ElectronicDeviceDescriptionType> |
electronicDeviceDescription |
protected List<JustificationDescriptionType> |
justificationDescription |
protected List<ProcessDescriptionType> |
processDescription |
| Constructor and Description |
|---|
AuctionTermsType() |
| Modifier and Type | Method and Description |
|---|---|
AuctionConstraintIndicatorType |
getAuctionConstraintIndicator()
Gets the value of the auctionConstraintIndicator property.
|
AuctionURIType |
getAuctionURI()
Gets the value of the auctionURI property.
|
List<ConditionsDescriptionType> |
getConditionsDescription()
Gets the value of the conditionsDescription property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
List<ElectronicDeviceDescriptionType> |
getElectronicDeviceDescription()
Gets the value of the electronicDeviceDescription property.
|
List<JustificationDescriptionType> |
getJustificationDescription()
Gets the value of the justificationDescription property.
|
List<ProcessDescriptionType> |
getProcessDescription()
Gets the value of the processDescription property.
|
void |
setAuctionConstraintIndicator(AuctionConstraintIndicatorType value)
Sets the value of the auctionConstraintIndicator property.
|
void |
setAuctionURI(AuctionURIType value)
Sets the value of the auctionURI property.
|
protected AuctionConstraintIndicatorType auctionConstraintIndicator
protected List<JustificationDescriptionType> justificationDescription
protected List<DescriptionType> description
protected List<ProcessDescriptionType> processDescription
protected List<ConditionsDescriptionType> conditionsDescription
protected List<ElectronicDeviceDescriptionType> electronicDeviceDescription
protected AuctionURIType auctionURI
public AuctionConstraintIndicatorType getAuctionConstraintIndicator()
AuctionConstraintIndicatorTypepublic void setAuctionConstraintIndicator(AuctionConstraintIndicatorType value)
value - allowed object is
AuctionConstraintIndicatorTypepublic List<JustificationDescriptionType> getJustificationDescription()
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 justificationDescription property.
For example, to add a new item, do as follows:
getJustificationDescription().add(newItem);
Objects of the following type(s) are allowed in the list
JustificationDescriptionType
public List<DescriptionType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public List<ProcessDescriptionType> getProcessDescription()
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 processDescription property.
For example, to add a new item, do as follows:
getProcessDescription().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessDescriptionType
public List<ConditionsDescriptionType> getConditionsDescription()
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 conditionsDescription property.
For example, to add a new item, do as follows:
getConditionsDescription().add(newItem);
Objects of the following type(s) are allowed in the list
ConditionsDescriptionType
public List<ElectronicDeviceDescriptionType> getElectronicDeviceDescription()
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 electronicDeviceDescription property.
For example, to add a new item, do as follows:
getElectronicDeviceDescription().add(newItem);
Objects of the following type(s) are allowed in the list
ElectronicDeviceDescriptionType
public AuctionURIType getAuctionURI()
AuctionURITypepublic void setAuctionURI(AuctionURIType value)
value - allowed object is
AuctionURITypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.