Interface Icd
-
- All Known Implementing Classes:
Icd.GenericIcd,PeppolIcd
public interface Icd
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIcd.GenericIcd
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCode()StringgetIdentifier()StringgetIssuingAgency()SchemegetScheme()static Icdof(String identifier, String code, Scheme scheme)static Icdof(String identifier, String code, Scheme scheme, String issuingAgency)
-