Enum EEbms3DocumentType

java.lang.Object
java.lang.Enum<EEbms3DocumentType>
com.helger.phase4.marshaller.EEbms3DocumentType
All Implemented Interfaces:
com.helger.jaxb.builder.IJAXBDocumentType, Serializable, Comparable<EEbms3DocumentType>, java.lang.constant.Constable

public enum EEbms3DocumentType extends Enum<EEbms3DocumentType> implements com.helger.jaxb.builder.IJAXBDocumentType
Enumeration wizh all known EBMS document types.
Author:
Philip Helger
  • Enum Constant Details

  • Method Details

    • values

      public static EEbms3DocumentType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EEbms3DocumentType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getImplementationClass

      @Nonnull public Class<?> getImplementationClass()
      Specified by:
      getImplementationClass in interface com.helger.jaxb.builder.IJAXBDocumentType
    • getAllXSDResources

      @Nonnull @Nonempty @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource> getAllXSDResources()
      Specified by:
      getAllXSDResources in interface com.helger.jaxb.builder.IJAXBDocumentType
    • getNamespaceURI

      @Nonnull public String getNamespaceURI()
      Specified by:
      getNamespaceURI in interface com.helger.jaxb.builder.IJAXBDocumentType
    • getLocalName

      @Nonnull @Nonempty public String getLocalName()
      Specified by:
      getLocalName in interface com.helger.jaxb.builder.IJAXBDocumentType
    • getSchema

      @Nonnull public Schema getSchema()
      Specified by:
      getSchema in interface com.helger.jaxb.builder.IJAXBDocumentType