Class ContractType


  • public class ContractType
    extends Object

    Java class for ContractType complex type

    .

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

    
     <complexType name="ContractType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <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}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}NominationDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}NominationTime" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ContractTypeCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ContractType" 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}VersionID" 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:CommonAggregateComponents-2}ValidityPeriod" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractDocumentReference" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}NominationPeriod" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractualDelivery" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ContractType

        public ContractType()
    • Method Detail

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

        public void setNominationDate​(NominationDateType value)
        Sets the value of the nominationDate property.
        Parameters:
        value - allowed object is NominationDateType
      • setNominationTime

        public void setNominationTime​(NominationTimeType value)
        Sets the value of the nominationTime property.
        Parameters:
        value - allowed object is NominationTimeType
      • setContractType

        public void setContractType​(ContractTypeType value)
        Sets the value of the contractType property.
        Parameters:
        value - allowed object is ContractTypeType
      • 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.
      • getVersionID

        public VersionIDType getVersionID()
        Gets the value of the versionID property.
        Returns:
        possible object is VersionIDType
      • setVersionID

        public void setVersionID​(VersionIDType value)
        Sets the value of the versionID property.
        Parameters:
        value - allowed object is VersionIDType
      • 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

        Returns:
        The value of the description property.
      • getValidityPeriod

        public PeriodType getValidityPeriod()
        Gets the value of the validityPeriod property.
        Returns:
        possible object is PeriodType
      • setValidityPeriod

        public void setValidityPeriod​(PeriodType value)
        Sets the value of the validityPeriod property.
        Parameters:
        value - allowed object is PeriodType
      • getContractDocumentReference

        public List<DocumentReferenceType> getContractDocumentReference()
        Gets the value of the contractDocumentReference 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 contractDocumentReference property.

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

         getContractDocumentReference().add(newItem);
         

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

        Returns:
        The value of the contractDocumentReference property.
      • getNominationPeriod

        public PeriodType getNominationPeriod()
        Gets the value of the nominationPeriod property.
        Returns:
        possible object is PeriodType
      • setNominationPeriod

        public void setNominationPeriod​(PeriodType value)
        Sets the value of the nominationPeriod property.
        Parameters:
        value - allowed object is PeriodType
      • getContractualDelivery

        public DeliveryType getContractualDelivery()
        Gets the value of the contractualDelivery property.
        Returns:
        possible object is DeliveryType
      • setContractualDelivery

        public void setContractualDelivery​(DeliveryType value)
        Sets the value of the contractualDelivery property.
        Parameters:
        value - allowed object is DeliveryType