Class PeppolSBDHAdditionalAttributes

java.lang.Object
com.helger.peppol.sbdh.PeppolSBDHAdditionalAttributes

@Immutable public final class PeppolSBDHAdditionalAttributes extends Object
Contains an ordered set of custom variables to be provided in PEPPOL SBDH 1.1 documents.
Since:
6.1.4
Author:
Philip Helger
  • Field Details

  • Method Details

    • isReservedAttributeName

      public static boolean isReservedAttributeName(@Nullable String sName)
      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 be null.
      Returns:
      true if the name is not null and inside the list of reserved names.