Class 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>
     
    • Constructor Detail

      • AuctionTermsType

        public AuctionTermsType()
    • Method Detail

      • 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 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

      • 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 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

      • 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 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

      • 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 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

      • 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 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

      • 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 is AuctionURIType