Uses of Interface
network.oxalis.vefa.peppol.icd.api.Icd
-
Packages that use Icd Package Description network.oxalis.vefa.peppol.icd network.oxalis.vefa.peppol.icd.api network.oxalis.vefa.peppol.icd.code network.oxalis.vefa.peppol.icd.model -
-
Uses of Icd in network.oxalis.vefa.peppol.icd
Methods in network.oxalis.vefa.peppol.icd that return Icd Modifier and Type Method Description IcdIcds. findByCode(String code)IcdIcds. findByIdentifier(String identifier)IcdIcds. findBySchemeAndCode(Scheme scheme, String code)Methods in network.oxalis.vefa.peppol.icd that return types with arguments of type Icd Modifier and Type Method Description List<Icd>Icds. values()Methods in network.oxalis.vefa.peppol.icd with parameters of type Icd Modifier and Type Method Description static IcdsIcds. of(Icd[]... values) -
Uses of Icd in network.oxalis.vefa.peppol.icd.api
Classes in network.oxalis.vefa.peppol.icd.api that implement Icd Modifier and Type Class Description static classIcd.GenericIcdMethods in network.oxalis.vefa.peppol.icd.api that return Icd Modifier and Type Method Description static IcdIcd. of(String identifier, String code, Scheme scheme)static IcdIcd. of(String identifier, String code, Scheme scheme, String issuingAgency) -
Uses of Icd in network.oxalis.vefa.peppol.icd.code
Classes in network.oxalis.vefa.peppol.icd.code that implement Icd Modifier and Type Class Description classPeppolIcdMethods in network.oxalis.vefa.peppol.icd.code that return Icd Modifier and Type Method Description static IcdPeppolIcd. findByCode(String icd)static IcdPeppolIcd. findByIdentifier(String icd)static IcdGenericIcd. of(String identifier, String code, Scheme scheme)Deprecated.static IcdGenericIcd. of(String identifier, String code, Scheme scheme, String issuingAgency)Deprecated. -
Uses of Icd in network.oxalis.vefa.peppol.icd.model
Methods in network.oxalis.vefa.peppol.icd.model that return Icd Modifier and Type Method Description IcdIcdIdentifier. getIcd()Methods in network.oxalis.vefa.peppol.icd.model with parameters of type Icd Modifier and Type Method Description static IcdIdentifierIcdIdentifier. of(Icd icd, String identifier)
-