Class ContractNoticeType


  • public class ContractNoticeType
    extends Object

    Java class for ContractNoticeType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="ContractNoticeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}UBLExtensions" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UBLVersionID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CustomizationID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileExecutionID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CopyIndicator" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UUID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ContractFolderID"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RequestedPublicationDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RegulatoryDomain" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}FrequencyPeriod" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Signature" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractingParty"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OriginatorCustomerParty" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReceiverParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TenderingTerms" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TenderingProcess" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ProcurementProject"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ProcurementProjectLot" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ContractNoticeType

        public ContractNoticeType()
    • Method Detail

      • setUBLVersionID

        public void setUBLVersionID​(UBLVersionIDType value)
        Sets the value of the ublVersionID property.
        Parameters:
        value - allowed object is UBLVersionIDType
      • setCustomizationID

        public void setCustomizationID​(CustomizationIDType value)
        Sets the value of the customizationID property.
        Parameters:
        value - allowed object is CustomizationIDType
      • getProfileID

        public ProfileIDType getProfileID()
        Gets the value of the profileID property.
        Returns:
        possible object is ProfileIDType
      • setProfileID

        public void setProfileID​(ProfileIDType value)
        Sets the value of the profileID property.
        Parameters:
        value - allowed object is ProfileIDType
      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • setCopyIndicator

        public void setCopyIndicator​(CopyIndicatorType value)
        Sets the value of the copyIndicator property.
        Parameters:
        value - allowed object is CopyIndicatorType
      • getUUID

        public UUIDType getUUID()
        Gets the value of the uuid property.
        Returns:
        possible object is UUIDType
      • setUUID

        public void setUUID​(UUIDType value)
        Sets the value of the uuid property.
        Parameters:
        value - allowed object is UUIDType
      • getIssueDate

        public IssueDateType getIssueDate()
        Gets the value of the issueDate property.
        Returns:
        possible object is IssueDateType
      • setIssueDate

        public void setIssueDate​(IssueDateType value)
        Sets the value of the issueDate property.
        Parameters:
        value - allowed object is IssueDateType
      • getIssueTime

        public IssueTimeType getIssueTime()
        Gets the value of the issueTime property.
        Returns:
        possible object is IssueTimeType
      • setIssueTime

        public void setIssueTime​(IssueTimeType value)
        Sets the value of the issueTime property.
        Parameters:
        value - allowed object is IssueTimeType
      • getNote

        public List<NoteType> getNote()
        Gets the value of the note 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 note property.

        For example, to add a new item, do as follows:

         getNote().add(newItem);
         

        Objects of the following type(s) are allowed in the list NoteType

        Returns:
        The value of the note property.
      • getRegulatoryDomain

        public List<RegulatoryDomainType> getRegulatoryDomain()
        Gets the value of the regulatoryDomain 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 regulatoryDomain property.

        For example, to add a new item, do as follows:

         getRegulatoryDomain().add(newItem);
         

        Objects of the following type(s) are allowed in the list RegulatoryDomainType

        Returns:
        The value of the regulatoryDomain property.
      • getFrequencyPeriod

        public PeriodType getFrequencyPeriod()
        Gets the value of the frequencyPeriod property.
        Returns:
        possible object is PeriodType
      • setFrequencyPeriod

        public void setFrequencyPeriod​(PeriodType value)
        Sets the value of the frequencyPeriod property.
        Parameters:
        value - allowed object is PeriodType
      • getSignature

        public List<SignatureType> getSignature()
        Gets the value of the signature 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 signature property.

        For example, to add a new item, do as follows:

         getSignature().add(newItem);
         

        Objects of the following type(s) are allowed in the list SignatureType

        Returns:
        The value of the signature property.
      • getOriginatorCustomerParty

        public List<CustomerPartyType> getOriginatorCustomerParty()
        Gets the value of the originatorCustomerParty 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 originatorCustomerParty property.

        For example, to add a new item, do as follows:

         getOriginatorCustomerParty().add(newItem);
         

        Objects of the following type(s) are allowed in the list CustomerPartyType

        Returns:
        The value of the originatorCustomerParty property.
      • getReceiverParty

        public PartyType getReceiverParty()
        Gets the value of the receiverParty property.
        Returns:
        possible object is PartyType
      • setReceiverParty

        public void setReceiverParty​(PartyType value)
        Sets the value of the receiverParty property.
        Parameters:
        value - allowed object is PartyType
      • setTenderingTerms

        public void setTenderingTerms​(TenderingTermsType value)
        Sets the value of the tenderingTerms property.
        Parameters:
        value - allowed object is TenderingTermsType
      • getProcurementProjectLot

        public List<ProcurementProjectLotType> getProcurementProjectLot()
        Gets the value of the procurementProjectLot 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 procurementProjectLot property.

        For example, to add a new item, do as follows:

         getProcurementProjectLot().add(newItem);
         

        Objects of the following type(s) are allowed in the list ProcurementProjectLotType

        Returns:
        The value of the procurementProjectLot property.