| Package | Description |
|---|---|
| io.konik.zugferd.profile |
The three different profiles of a ZUGFeRD Invoice.
|
| Modifier and Type | Method and Description |
|---|---|
static ProfileVersion |
ProfileVersion.extractVersion(String fullName)
Extract version from full name.
|
ProfileVersion |
Profile.getVersion()
Gets the version.
|
static ProfileVersion |
ProfileVersion.latestVersion()
Latest version of the ZUGFeRD Specification.
|
static ProfileVersion |
ProfileVersion.parse(String version)
Parses the given version string
|
static ProfileVersion |
ProfileVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileVersion[] |
ProfileVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
Profile.setVersion(ProfileVersion version)
Sets the version.
|
| Constructor and Description |
|---|
Profile(String namespace,
ProfileVersion version,
ConformanceLevel conformanceLevel)
Instantiates a new profile.
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.