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