Package com.helger.peppol.sbdh
Class PeppolSBDHAdditionalAttributes
java.lang.Object
com.helger.peppol.sbdh.PeppolSBDHAdditionalAttributes
Contains an ordered set of custom variables to be provided in PEPPOL SBDH 1.1
documents.
- Since:
- 6.1.4
- Author:
- Philip Helger
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisReservedAttributeName(String sName) Check if the passed attribute name is reserved according to the specification or not.
-
Field Details
-
COUNTRY_C1
- See Also:
-
COUNTRY_C4
- See Also:
-
DOCUMENTID
- See Also:
-
PROCESSID
- See Also:
-
TECHNICAL_VALIDATION_URL
- See Also:
-
TECHNICAL_VALIDATION_REQUIRED
- See Also:
-
-
Method Details
-
isReservedAttributeName
Check if the passed attribute name is reserved according to the specification or not. Attribute names are case sensitive!- Parameters:
sName- Name of the attribute to check. May benull.- Returns:
trueif the name is notnulland inside the list of reserved names.
-