Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.ItemIdentificationType
-
Packages that use ItemIdentificationType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of ItemIdentificationType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as ItemIdentificationType Modifier and Type Field Description protected ItemIdentificationTypeItemType. buyersItemIdentificationprotected ItemIdentificationTypeItemType. catalogueItemIdentificationprotected ItemIdentificationTypeItemType. sellersItemIdentificationprotected ItemIdentificationTypeItemType. standardItemIdentificationFields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type ItemIdentificationType Modifier and Type Field Description protected List<ItemIdentificationType>ItemType. additionalItemIdentificationprotected List<ItemIdentificationType>ItemType. manufacturersItemIdentificationMethods in network.oxalis.peppol.ubl2.jaxb.cac that return ItemIdentificationType Modifier and Type Method Description ItemIdentificationTypeObjectFactory. createItemIdentificationType()Create an instance ofItemIdentificationTypeItemIdentificationTypeItemType. getBuyersItemIdentification()Gets the value of the buyersItemIdentification property.ItemIdentificationTypeItemType. getCatalogueItemIdentification()Gets the value of the catalogueItemIdentification property.ItemIdentificationTypeItemType. getSellersItemIdentification()Gets the value of the sellersItemIdentification property.ItemIdentificationTypeItemType. getStandardItemIdentification()Gets the value of the standardItemIdentification property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type ItemIdentificationType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ItemIdentificationType>ObjectFactory. createAdditionalItemIdentification(ItemIdentificationType value)jakarta.xml.bind.JAXBElement<ItemIdentificationType>ObjectFactory. createBuyersItemIdentification(ItemIdentificationType value)jakarta.xml.bind.JAXBElement<ItemIdentificationType>ObjectFactory. createCatalogueItemIdentification(ItemIdentificationType value)jakarta.xml.bind.JAXBElement<ItemIdentificationType>ObjectFactory. createItemIdentification(ItemIdentificationType value)jakarta.xml.bind.JAXBElement<ItemIdentificationType>ObjectFactory. createManufacturersItemIdentification(ItemIdentificationType value)jakarta.xml.bind.JAXBElement<ItemIdentificationType>ObjectFactory. createSellersItemIdentification(ItemIdentificationType value)jakarta.xml.bind.JAXBElement<ItemIdentificationType>ObjectFactory. createStandardItemIdentification(ItemIdentificationType value)voidItemType. setBuyersItemIdentification(ItemIdentificationType value)Sets the value of the buyersItemIdentification property.voidItemType. setCatalogueItemIdentification(ItemIdentificationType value)Sets the value of the catalogueItemIdentification property.voidItemType. setSellersItemIdentification(ItemIdentificationType value)Sets the value of the sellersItemIdentification property.voidItemType. setStandardItemIdentification(ItemIdentificationType value)Sets the value of the standardItemIdentification property.
-