Enum ERegRep4XMLDocumentType

    • Enum Constant Detail

      • REGISTRY_EXCEPTION

        public static final ERegRep4XMLDocumentType REGISTRY_EXCEPTION
        Deprecated, for removal: This API element is subject to removal in a future version.
      • SUBMIT_OBJECTS_REQUEST

        public static final ERegRep4XMLDocumentType SUBMIT_OBJECTS_REQUEST
        Deprecated, for removal: This API element is subject to removal in a future version.
      • UPDATE_OBJECTS_REQUEST

        public static final ERegRep4XMLDocumentType UPDATE_OBJECTS_REQUEST
        Deprecated, for removal: This API element is subject to removal in a future version.
      • REMOVE_OBJECTS_REQUEST

        public static final ERegRep4XMLDocumentType REMOVE_OBJECTS_REQUEST
        Deprecated, for removal: This API element is subject to removal in a future version.
      • QUERY_REQUEST

        public static final ERegRep4XMLDocumentType QUERY_REQUEST
        Deprecated, for removal: This API element is subject to removal in a future version.
      • QUERY_RESPONSE

        public static final ERegRep4XMLDocumentType QUERY_RESPONSE
        Deprecated, for removal: This API element is subject to removal in a future version.
      • VALIDATE_OBJECTS_REQUEST

        public static final ERegRep4XMLDocumentType VALIDATE_OBJECTS_REQUEST
        Deprecated, for removal: This API element is subject to removal in a future version.
      • VALIDATE_OBJECTS_RESPONSE

        public static final ERegRep4XMLDocumentType VALIDATE_OBJECTS_RESPONSE
        Deprecated, for removal: This API element is subject to removal in a future version.
      • CATALOG_OBJECTS_REQUEST

        public static final ERegRep4XMLDocumentType CATALOG_OBJECTS_REQUEST
        Deprecated, for removal: This API element is subject to removal in a future version.
      • CATALOG_OBJECTS_RESPONSE

        public static final ERegRep4XMLDocumentType CATALOG_OBJECTS_RESPONSE
        Deprecated, for removal: This API element is subject to removal in a future version.
      • FILTER_OBJECTS_REQUEST

        public static final ERegRep4XMLDocumentType FILTER_OBJECTS_REQUEST
        Deprecated, for removal: This API element is subject to removal in a future version.
      • FILTER_OBJECTS_RESPONSE

        public static final ERegRep4XMLDocumentType FILTER_OBJECTS_RESPONSE
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • values

        public static ERegRep4XMLDocumentType[] values()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ERegRep4XMLDocumentType c : ERegRep4XMLDocumentType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ERegRep4XMLDocumentType valueOf​(String name)
        Deprecated, for removal: This API element is subject to removal in a future version.
        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()
        Deprecated, for removal: This API element is subject to removal in a future version.
        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()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getAllXSDResources in interface com.helger.jaxb.builder.IJAXBDocumentType
      • getNamespaceURI

        @Nonnull
        public String getNamespaceURI()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getNamespaceURI in interface com.helger.jaxb.builder.IJAXBDocumentType
      • getLocalName

        @Nonnull
        @Nonempty
        public String getLocalName()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getLocalName in interface com.helger.jaxb.builder.IJAXBDocumentType
      • getSchema

        @Nonnull
        public Schema getSchema()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getSchema in interface com.helger.jaxb.builder.IJAXBDocumentType