Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.CatalogueReferenceType
-
Packages that use CatalogueReferenceType Package Description network.oxalis.peppol.ubl2.jaxb network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of CatalogueReferenceType in network.oxalis.peppol.ubl2.jaxb
Fields in network.oxalis.peppol.ubl2.jaxb declared as CatalogueReferenceType Modifier and Type Field Description protected CatalogueReferenceTypeOrderType. catalogueReferenceprotected CatalogueReferenceTypeCatalogueDeletionType. deletedCatalogueReferenceprotected CatalogueReferenceTypeCatalogueItemSpecificationUpdateType. relatedCatalogueReferenceprotected CatalogueReferenceTypeCataloguePricingUpdateType. relatedCatalogueReferenceprotected CatalogueReferenceTypeCatalogueRequestType. requestedCatalogueReferenceprotected CatalogueReferenceTypeCatalogueType. sourceCatalogueReferenceMethods in network.oxalis.peppol.ubl2.jaxb that return CatalogueReferenceType Modifier and Type Method Description CatalogueReferenceTypeOrderType. getCatalogueReference()Gets the value of the catalogueReference property.CatalogueReferenceTypeCatalogueDeletionType. getDeletedCatalogueReference()Gets the value of the deletedCatalogueReference property.CatalogueReferenceTypeCatalogueItemSpecificationUpdateType. getRelatedCatalogueReference()Gets the value of the relatedCatalogueReference property.CatalogueReferenceTypeCataloguePricingUpdateType. getRelatedCatalogueReference()Gets the value of the relatedCatalogueReference property.CatalogueReferenceTypeCatalogueRequestType. getRequestedCatalogueReference()Gets the value of the requestedCatalogueReference property.CatalogueReferenceTypeCatalogueType. getSourceCatalogueReference()Gets the value of the sourceCatalogueReference property.Methods in network.oxalis.peppol.ubl2.jaxb with parameters of type CatalogueReferenceType Modifier and Type Method Description voidOrderType. setCatalogueReference(CatalogueReferenceType value)Sets the value of the catalogueReference property.voidCatalogueDeletionType. setDeletedCatalogueReference(CatalogueReferenceType value)Sets the value of the deletedCatalogueReference property.voidCatalogueItemSpecificationUpdateType. setRelatedCatalogueReference(CatalogueReferenceType value)Sets the value of the relatedCatalogueReference property.voidCataloguePricingUpdateType. setRelatedCatalogueReference(CatalogueReferenceType value)Sets the value of the relatedCatalogueReference property.voidCatalogueRequestType. setRequestedCatalogueReference(CatalogueReferenceType value)Sets the value of the requestedCatalogueReference property.voidCatalogueType. setSourceCatalogueReference(CatalogueReferenceType value)Sets the value of the sourceCatalogueReference property. -
Uses of CatalogueReferenceType in network.oxalis.peppol.ubl2.jaxb.cac
Methods in network.oxalis.peppol.ubl2.jaxb.cac that return CatalogueReferenceType Modifier and Type Method Description CatalogueReferenceTypeObjectFactory. createCatalogueReferenceType()Create an instance ofCatalogueReferenceTypeMethods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type CatalogueReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CatalogueReferenceType>ObjectFactory. createCatalogueReference(CatalogueReferenceType value)jakarta.xml.bind.JAXBElement<CatalogueReferenceType>ObjectFactory. createDeletedCatalogueReference(CatalogueReferenceType value)jakarta.xml.bind.JAXBElement<CatalogueReferenceType>ObjectFactory. createRelatedCatalogueReference(CatalogueReferenceType value)jakarta.xml.bind.JAXBElement<CatalogueReferenceType>ObjectFactory. createRequestedCatalogueReference(CatalogueReferenceType value)jakarta.xml.bind.JAXBElement<CatalogueReferenceType>ObjectFactory. createSourceCatalogueReference(CatalogueReferenceType value)Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type CatalogueReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CatalogueReferenceType>ObjectFactory. createCatalogueReference(CatalogueReferenceType value)jakarta.xml.bind.JAXBElement<CatalogueReferenceType>ObjectFactory. createDeletedCatalogueReference(CatalogueReferenceType value)jakarta.xml.bind.JAXBElement<CatalogueReferenceType>ObjectFactory. createRelatedCatalogueReference(CatalogueReferenceType value)jakarta.xml.bind.JAXBElement<CatalogueReferenceType>ObjectFactory. createRequestedCatalogueReference(CatalogueReferenceType value)jakarta.xml.bind.JAXBElement<CatalogueReferenceType>ObjectFactory. createSourceCatalogueReference(CatalogueReferenceType value)
-