Class CatalogueType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.CatalogueType
-
public class CatalogueType extends Object
Java class for CatalogueType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CatalogueType"> <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}ActionCode" 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}PreviousVersionID" 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}ReferencedContract" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SourceCatalogueReference" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" 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" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CatalogueLine" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CatalogueType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionCodeTypegetActionCode()Gets the value of the actionCode property.List<CatalogueLineType>getCatalogueLine()Gets the value of the catalogueLine property.CustomerPartyTypegetContractorCustomerParty()Gets the value of the contractorCustomerParty property.CustomizationIDTypegetCustomizationID()Gets the value of the customizationID property.List<DescriptionType>getDescription()Gets the value of the description property.List<DocumentReferenceType>getDocumentReference()Gets the value of the documentReference property.IDTypegetID()Gets the value of the id property.IssueDateTypegetIssueDate()Gets the value of the issueDate property.IssueTimeTypegetIssueTime()Gets the value of the issueTime property.LineCountNumericTypegetLineCountNumeric()Gets the value of the lineCountNumeric property.NameTypegetName()Gets the value of the name property.List<NoteType>getNote()Gets the value of the note property.PreviousVersionIDTypegetPreviousVersionID()Gets the value of the previousVersionID property.ProfileExecutionIDTypegetProfileExecutionID()Gets the value of the profileExecutionID property.ProfileIDTypegetProfileID()Gets the value of the profileID property.PartyTypegetProviderParty()Gets the value of the providerParty property.PartyTypegetReceiverParty()Gets the value of the receiverParty property.List<ContractType>getReferencedContract()Gets the value of the referencedContract property.RevisionDateTypegetRevisionDate()Gets the value of the revisionDate property.RevisionTimeTypegetRevisionTime()Gets the value of the revisionTime property.SupplierPartyTypegetSellerSupplierParty()Gets the value of the sellerSupplierParty property.List<SignatureType>getSignature()Gets the value of the signature property.CatalogueReferenceTypegetSourceCatalogueReference()Gets the value of the sourceCatalogueReference property.List<TradingTermsType>getTradingTerms()Gets the value of the tradingTerms property.UBLExtensionsTypegetUBLExtensions()A container for all extensions present in the document.UBLVersionIDTypegetUBLVersionID()Gets the value of the ublVersionID property.UUIDTypegetUUID()Gets the value of the uuid property.List<PeriodType>getValidityPeriod()Gets the value of the validityPeriod property.VersionIDTypegetVersionID()Gets the value of the versionID property.voidsetActionCode(ActionCodeType value)Sets the value of the actionCode property.voidsetContractorCustomerParty(CustomerPartyType value)Sets the value of the contractorCustomerParty property.voidsetCustomizationID(CustomizationIDType value)Sets the value of the customizationID property.voidsetID(IDType value)Sets the value of the id property.voidsetIssueDate(IssueDateType value)Sets the value of the issueDate property.voidsetIssueTime(IssueTimeType value)Sets the value of the issueTime property.voidsetLineCountNumeric(LineCountNumericType value)Sets the value of the lineCountNumeric property.voidsetName(NameType value)Sets the value of the name property.voidsetPreviousVersionID(PreviousVersionIDType value)Sets the value of the previousVersionID property.voidsetProfileExecutionID(ProfileExecutionIDType value)Sets the value of the profileExecutionID property.voidsetProfileID(ProfileIDType value)Sets the value of the profileID property.voidsetProviderParty(PartyType value)Sets the value of the providerParty property.voidsetReceiverParty(PartyType value)Sets the value of the receiverParty property.voidsetRevisionDate(RevisionDateType value)Sets the value of the revisionDate property.voidsetRevisionTime(RevisionTimeType value)Sets the value of the revisionTime property.voidsetSellerSupplierParty(SupplierPartyType value)Sets the value of the sellerSupplierParty property.voidsetSourceCatalogueReference(CatalogueReferenceType value)Sets the value of the sourceCatalogueReference property.voidsetUBLExtensions(UBLExtensionsType value)Sets the value of the ublExtensions property.voidsetUBLVersionID(UBLVersionIDType value)Sets the value of the ublVersionID property.voidsetUUID(UUIDType value)Sets the value of the uuid property.voidsetVersionID(VersionIDType value)Sets the value of the versionID property.
-
-
-
Field Detail
-
ublExtensions
protected UBLExtensionsType ublExtensions
A container for all extensions present in the document.
-
ublVersionID
protected UBLVersionIDType ublVersionID
-
customizationID
protected CustomizationIDType customizationID
-
profileID
protected ProfileIDType profileID
-
profileExecutionID
protected ProfileExecutionIDType profileExecutionID
-
id
protected IDType id
-
uuid
protected UUIDType uuid
-
actionCode
protected ActionCodeType actionCode
-
name
protected NameType name
-
issueDate
protected IssueDateType issueDate
-
issueTime
protected IssueTimeType issueTime
-
revisionDate
protected RevisionDateType revisionDate
-
revisionTime
protected RevisionTimeType revisionTime
-
description
protected List<DescriptionType> description
-
versionID
protected VersionIDType versionID
-
previousVersionID
protected PreviousVersionIDType previousVersionID
-
lineCountNumeric
protected LineCountNumericType lineCountNumeric
-
validityPeriod
protected List<PeriodType> validityPeriod
-
referencedContract
protected List<ContractType> referencedContract
-
sourceCatalogueReference
protected CatalogueReferenceType sourceCatalogueReference
-
documentReference
protected List<DocumentReferenceType> documentReference
-
signature
protected List<SignatureType> signature
-
providerParty
protected PartyType providerParty
-
receiverParty
protected PartyType receiverParty
-
sellerSupplierParty
protected SupplierPartyType sellerSupplierParty
-
contractorCustomerParty
protected CustomerPartyType contractorCustomerParty
-
tradingTerms
protected List<TradingTermsType> tradingTerms
-
catalogueLine
protected List<CatalogueLineType> catalogueLine
-
-
Method Detail
-
getUBLExtensions
public UBLExtensionsType getUBLExtensions()
A container for all extensions present in the document.- Returns:
- possible object is
UBLExtensionsType
-
setUBLExtensions
public void setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.- Parameters:
value- allowed object isUBLExtensionsType- See Also:
getUBLExtensions()
-
getUBLVersionID
public UBLVersionIDType getUBLVersionID()
Gets the value of the ublVersionID property.- Returns:
- possible object is
UBLVersionIDType
-
setUBLVersionID
public void setUBLVersionID(UBLVersionIDType value)
Sets the value of the ublVersionID property.- Parameters:
value- allowed object isUBLVersionIDType
-
getCustomizationID
public CustomizationIDType getCustomizationID()
Gets the value of the customizationID property.- Returns:
- possible object is
CustomizationIDType
-
setCustomizationID
public void setCustomizationID(CustomizationIDType value)
Sets the value of the customizationID property.- Parameters:
value- allowed object isCustomizationIDType
-
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 isProfileIDType
-
getProfileExecutionID
public ProfileExecutionIDType getProfileExecutionID()
Gets the value of the profileExecutionID property.- Returns:
- possible object is
ProfileExecutionIDType
-
setProfileExecutionID
public void setProfileExecutionID(ProfileExecutionIDType value)
Sets the value of the profileExecutionID property.- Parameters:
value- allowed object isProfileExecutionIDType
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
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 isUUIDType
-
getActionCode
public ActionCodeType getActionCode()
Gets the value of the actionCode property.- Returns:
- possible object is
ActionCodeType
-
setActionCode
public void setActionCode(ActionCodeType value)
Sets the value of the actionCode property.- Parameters:
value- allowed object isActionCodeType
-
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 isNameType
-
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 isIssueDateType
-
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 isIssueTimeType
-
getRevisionDate
public RevisionDateType getRevisionDate()
Gets the value of the revisionDate property.- Returns:
- possible object is
RevisionDateType
-
setRevisionDate
public void setRevisionDate(RevisionDateType value)
Sets the value of the revisionDate property.- Parameters:
value- allowed object isRevisionDateType
-
getRevisionTime
public RevisionTimeType getRevisionTime()
Gets the value of the revisionTime property.- Returns:
- possible object is
RevisionTimeType
-
setRevisionTime
public void setRevisionTime(RevisionTimeType value)
Sets the value of the revisionTime property.- Parameters:
value- allowed object isRevisionTimeType
-
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
setmethod 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.
-
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.
-
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 isVersionIDType
-
getPreviousVersionID
public PreviousVersionIDType getPreviousVersionID()
Gets the value of the previousVersionID property.- Returns:
- possible object is
PreviousVersionIDType
-
setPreviousVersionID
public void setPreviousVersionID(PreviousVersionIDType value)
Sets the value of the previousVersionID property.- Parameters:
value- allowed object isPreviousVersionIDType
-
getLineCountNumeric
public LineCountNumericType getLineCountNumeric()
Gets the value of the lineCountNumeric property.- Returns:
- possible object is
LineCountNumericType
-
setLineCountNumeric
public void setLineCountNumeric(LineCountNumericType value)
Sets the value of the lineCountNumeric property.- Parameters:
value- allowed object isLineCountNumericType
-
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
setmethod 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- Returns:
- The value of the validityPeriod property.
-
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
setmethod 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- Returns:
- The value of the referencedContract property.
-
getSourceCatalogueReference
public CatalogueReferenceType getSourceCatalogueReference()
Gets the value of the sourceCatalogueReference property.- Returns:
- possible object is
CatalogueReferenceType
-
setSourceCatalogueReference
public void setSourceCatalogueReference(CatalogueReferenceType value)
Sets the value of the sourceCatalogueReference property.- Parameters:
value- allowed object isCatalogueReferenceType
-
getDocumentReference
public List<DocumentReferenceType> getDocumentReference()
Gets the value of the documentReference 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 documentReference property.For example, to add a new item, do as follows:
getDocumentReference().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentReferenceType- Returns:
- The value of the documentReference property.
-
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
setmethod 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.
-
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 isPartyType
-
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 isPartyType
-
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 isSupplierPartyType
-
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 isCustomerPartyType
-
getTradingTerms
public List<TradingTermsType> getTradingTerms()
Gets the value of the tradingTerms 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 tradingTerms property.For example, to add a new item, do as follows:
getTradingTerms().add(newItem);
Objects of the following type(s) are allowed in the list
TradingTermsType- Returns:
- The value of the tradingTerms property.
-
getCatalogueLine
public List<CatalogueLineType> getCatalogueLine()
Gets the value of the catalogueLine 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 catalogueLine property.For example, to add a new item, do as follows:
getCatalogueLine().add(newItem);
Objects of the following type(s) are allowed in the list
CatalogueLineType- Returns:
- The value of the catalogueLine property.
-
-