public class SchemeId extends Object
Possible improvements are:
| Constructor and Description |
|---|
SchemeId() |
| Modifier and Type | Method and Description |
|---|---|
static network.oxalis.vefa.peppol.icd.api.Icd |
fromISO6523(String code)
Tries to find the Party id from the ISO652 code
e.g.
|
static network.oxalis.vefa.peppol.icd.api.Icd |
parse(String schemeId)
Tries to find the Party id with the given schemeId
e.g.
|
public static network.oxalis.vefa.peppol.icd.api.Icd parse(String schemeId)
schemeId - textual representation of scheme, i.e. NO:ORGNRIllegalStateException - if not found, i.e. unknown schemepublic static network.oxalis.vefa.peppol.icd.api.Icd fromISO6523(String code)
code - Copyright © 2022 NorStella. All rights reserved.