public enum EUBLTRDocumentType extends Enum<EUBLTRDocumentType> implements com.helger.jaxb.builder.IJAXBDocumentType
| Enum Constant and Description |
|---|
CANCEL_USER_ACCOUNT |
PACKAGE |
PROCESS_USER_ACCOUNT |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource> |
getAllXSDResources() |
Class<?> |
getImplementationClass() |
String |
getLocalName() |
String |
getNamespaceURI() |
Schema |
getSchema() |
static EUBLTRDocumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUBLTRDocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EUBLTRDocumentType CANCEL_USER_ACCOUNT
public static final EUBLTRDocumentType PROCESS_USER_ACCOUNT
public static final EUBLTRDocumentType PACKAGE
public static EUBLTRDocumentType[] values()
for (EUBLTRDocumentType c : EUBLTRDocumentType.values()) System.out.println(c);
public static EUBLTRDocumentType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Nonnull public Class<?> getImplementationClass()
getImplementationClass in interface com.helger.jaxb.builder.IJAXBDocumentType@Nonnull @Nonempty @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource> getAllXSDResources()
getAllXSDResources in interface com.helger.jaxb.builder.IJAXBDocumentType@Nonnull public String getNamespaceURI()
getNamespaceURI in interface com.helger.jaxb.builder.IJAXBDocumentType@Nonnull @Nonempty public String getLocalName()
getLocalName in interface com.helger.jaxb.builder.IJAXBDocumentTypeCopyright © 2016–2020 Philip Helger. All rights reserved.