public class Context extends java.lang.Object
Grouping of the properties of the message.
| Modifier and Type | Method and Description |
|---|---|
Profile |
getProfile()
|
boolean |
isTest()
|
Context |
setProfile(Profile profile)
|
Context |
setTest(boolean test)
|
public Context()
Instantiates a new context.
public Profile getProfile()
Gets the guideline or profile of the invoice
BASIC
urn:ferd:invoice:1.0:comfort
public boolean isTest()
The test indicator flags the invoice such that it should not be processed in the target system.
The sales tax liability does not arise. This flag is used in particular in the introductory period of new business relationships.
BASIC
public Context setProfile(Profile profile)
Sets the guideline or profile of the invoice
BASIC
urn:ferd:invoice:1.0:comfort
profile - the new profilepublic Context setTest(boolean test)
The test indicator flags the invoice such that it should not be processed in the target system.
The sales tax liability does not arise. This flag is used in particular in the introductory period of new business relationships.
BASIC
test - the new indicates if this invoice is for testing purpose onlyCopyright © 2014 konik.io. All Rights Reserved.