public enum EUBLPEDocumentType extends Enum<EUBLPEDocumentType> implements com.helger.jaxb.builder.IJAXBDocumentType
| Enum Constant and Description |
|---|
APPLICATION_RESPONSE |
CREDIT_NOTE |
DEBIT_NOTE |
INVOICE |
SUMMARY_DOCUMENTS |
VOIDED_DOCUMENTS |
| 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 EUBLPEDocumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUBLPEDocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EUBLPEDocumentType APPLICATION_RESPONSE
public static final EUBLPEDocumentType CREDIT_NOTE
public static final EUBLPEDocumentType DEBIT_NOTE
public static final EUBLPEDocumentType INVOICE
public static final EUBLPEDocumentType SUMMARY_DOCUMENTS
public static final EUBLPEDocumentType VOIDED_DOCUMENTS
public static EUBLPEDocumentType[] values()
for (EUBLPEDocumentType c : EUBLPEDocumentType.values()) System.out.println(c);
public static EUBLPEDocumentType 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 © 2018–2020 Philip Helger. All rights reserved.