Class AuctionTermsType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.AuctionTermsType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AuctionConstraintIndicatorTypeauctionConstraintIndicatorprotected AuctionURITypeauctionURIprotected List<ConditionsDescriptionType>conditionsDescriptionprotected List<DescriptionType>descriptionprotected List<ElectronicDeviceDescriptionType>electronicDeviceDescriptionprotected List<JustificationDescriptionType>justificationDescriptionprotected List<ProcessDescriptionType>processDescription
-
Constructor Summary
Constructors Constructor Description AuctionTermsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuctionConstraintIndicatorTypegetAuctionConstraintIndicator()Gets the value of the auctionConstraintIndicator property.AuctionURITypegetAuctionURI()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.voidsetAuctionConstraintIndicator(AuctionConstraintIndicatorType value)Sets the value of the auctionConstraintIndicator property.voidsetAuctionURI(AuctionURIType value)Sets the value of the auctionURI property.
-
-
-
Field Detail
-
auctionConstraintIndicator
protected AuctionConstraintIndicatorType auctionConstraintIndicator
-
justificationDescription
protected List<JustificationDescriptionType> justificationDescription
-
description
protected List<DescriptionType> description
-
processDescription
protected List<ProcessDescriptionType> processDescription
-
conditionsDescription
protected List<ConditionsDescriptionType> conditionsDescription
-
electronicDeviceDescription
protected List<ElectronicDeviceDescriptionType> electronicDeviceDescription
-
auctionURI
protected AuctionURIType auctionURI
-
-
Method Detail
-
getAuctionConstraintIndicator
public AuctionConstraintIndicatorType getAuctionConstraintIndicator()
Gets the value of the auctionConstraintIndicator property.- Returns:
- possible object is
AuctionConstraintIndicatorType
-
setAuctionConstraintIndicator
public void setAuctionConstraintIndicator(AuctionConstraintIndicatorType value)
Sets the value of the auctionConstraintIndicator property.- Parameters:
value- allowed object isAuctionConstraintIndicatorType
-
getJustificationDescription
public List<JustificationDescriptionType> getJustificationDescription()
Gets the value of the justificationDescription 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 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- Returns:
- The value of the justificationDescription property.
-
getDescription
public List<DescriptionType> getDescription()
Gets the value of the description 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 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- Returns:
- The value of the description property.
-
getProcessDescription
public List<ProcessDescriptionType> getProcessDescription()
Gets the value of the processDescription 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 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- Returns:
- The value of the processDescription property.
-
getConditionsDescription
public List<ConditionsDescriptionType> getConditionsDescription()
Gets the value of the conditionsDescription 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 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- Returns:
- The value of the conditionsDescription property.
-
getElectronicDeviceDescription
public List<ElectronicDeviceDescriptionType> getElectronicDeviceDescription()
Gets the value of the electronicDeviceDescription 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 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- Returns:
- The value of the electronicDeviceDescription property.
-
getAuctionURI
public AuctionURIType getAuctionURI()
Gets the value of the auctionURI property.- Returns:
- possible object is
AuctionURIType
-
setAuctionURI
public void setAuctionURI(AuctionURIType value)
Sets the value of the auctionURI property.- Parameters:
value- allowed object isAuctionURIType
-
-