public enum ERegRep4XMLDocumentType extends Enum<ERegRep4XMLDocumentType> implements com.helger.jaxb.builder.IJAXBDocumentType
| 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 ERegRep4XMLDocumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERegRep4XMLDocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERegRep4XMLDocumentType REGISTRY_EXCEPTION
public static final ERegRep4XMLDocumentType SUBMIT_OBJECTS_REQUEST
public static final ERegRep4XMLDocumentType UPDATE_OBJECTS_REQUEST
public static final ERegRep4XMLDocumentType REMOVE_OBJECTS_REQUEST
public static final ERegRep4XMLDocumentType QUERY_REQUEST
public static final ERegRep4XMLDocumentType QUERY_RESPONSE
public static final ERegRep4XMLDocumentType VALIDATE_OBJECTS_REQUEST
public static final ERegRep4XMLDocumentType VALIDATE_OBJECTS_RESPONSE
public static final ERegRep4XMLDocumentType CATALOG_OBJECTS_REQUEST
public static final ERegRep4XMLDocumentType CATALOG_OBJECTS_RESPONSE
public static final ERegRep4XMLDocumentType FILTER_OBJECTS_REQUEST
public static final ERegRep4XMLDocumentType FILTER_OBJECTS_RESPONSE
public static ERegRep4XMLDocumentType[] values()
for (ERegRep4XMLDocumentType c : ERegRep4XMLDocumentType.values()) System.out.println(c);
public static ERegRep4XMLDocumentType 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 © 2020 TOOP. All rights reserved.