Class CatalogueItemSpecificationUpdateType


  • public class CatalogueItemSpecificationUpdateType
    extends Object

    Java class for CatalogueItemSpecificationUpdateType complex type.

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

     <complexType name="CatalogueItemSpecificationUpdateType">
       <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"/>
             <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}Name" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate"/>
             <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}RevisionDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RevisionTime" 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}Description" 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}LineCountNumeric" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ValidityPeriod" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RelatedCatalogueReference"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReferencedContract" maxOccurs="unbounded" 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}ProviderParty"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReceiverParty"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SellerSupplierParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractorCustomerParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TradingTerms" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DefaultLanguage" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CatalogueItemSpecificationUpdateLine" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CatalogueItemSpecificationUpdateType

        public CatalogueItemSpecificationUpdateType()
    • Method Detail

      • setUBLExtensions

        public void setUBLExtensions​(UBLExtensionsType value)
        Sets the value of the ublExtensions property.
        Parameters:
        value - allowed object is UBLExtensionsType
      • 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
      • 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
      • getName

        public NameType getName()
        Gets the value of the name property.
        Returns:
        possible object is NameType
      • setName

        public void setName​(NameType value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is NameType
      • 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
      • setRevisionDate

        public void setRevisionDate​(RevisionDateType value)
        Sets the value of the revisionDate property.
        Parameters:
        value - allowed object is RevisionDateType
      • setRevisionTime

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

      • 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

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

        public List<PeriodType> getValidityPeriod()
        Gets the value of the validityPeriod 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 validityPeriod property.

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

            getValidityPeriod().add(newItem);
         

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

      • setRelatedCatalogueReference

        public void setRelatedCatalogueReference​(CatalogueReferenceType value)
        Sets the value of the relatedCatalogueReference property.
        Parameters:
        value - allowed object is CatalogueReferenceType
      • getReferencedContract

        public List<ContractType> getReferencedContract()
        Gets the value of the referencedContract 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 referencedContract property.

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

            getReferencedContract().add(newItem);
         

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

      • 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

      • getProviderParty

        public PartyType getProviderParty()
        Gets the value of the providerParty property.
        Returns:
        possible object is PartyType
      • setProviderParty

        public void setProviderParty​(PartyType value)
        Sets the value of the providerParty property.
        Parameters:
        value - allowed object is PartyType
      • 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
      • getSellerSupplierParty

        public SupplierPartyType getSellerSupplierParty()
        Gets the value of the sellerSupplierParty property.
        Returns:
        possible object is SupplierPartyType
      • setSellerSupplierParty

        public void setSellerSupplierParty​(SupplierPartyType value)
        Sets the value of the sellerSupplierParty property.
        Parameters:
        value - allowed object is SupplierPartyType
      • getContractorCustomerParty

        public CustomerPartyType getContractorCustomerParty()
        Gets the value of the contractorCustomerParty property.
        Returns:
        possible object is CustomerPartyType
      • setContractorCustomerParty

        public void setContractorCustomerParty​(CustomerPartyType value)
        Sets the value of the contractorCustomerParty property.
        Parameters:
        value - allowed object is CustomerPartyType
      • setTradingTerms

        public void setTradingTerms​(TradingTermsType value)
        Sets the value of the tradingTerms property.
        Parameters:
        value - allowed object is TradingTermsType
      • getDefaultLanguage

        public LanguageType getDefaultLanguage()
        Gets the value of the defaultLanguage property.
        Returns:
        possible object is LanguageType
      • setDefaultLanguage

        public void setDefaultLanguage​(LanguageType value)
        Sets the value of the defaultLanguage property.
        Parameters:
        value - allowed object is LanguageType
      • getCatalogueItemSpecificationUpdateLine

        public List<CatalogueItemSpecificationUpdateLineType> getCatalogueItemSpecificationUpdateLine()
        Gets the value of the catalogueItemSpecificationUpdateLine 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 catalogueItemSpecificationUpdateLine property.

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

            getCatalogueItemSpecificationUpdateLine().add(newItem);
         

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