Class ExtendedExternalResourceDescription_impl

java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.resource.impl.ExternalResourceDescription_impl
org.apache.uima.fit.internal.ExtendedExternalResourceDescription_impl
All Implemented Interfaces:
Serializable, Cloneable, org.apache.uima.resource.ExternalResourceDescription, org.apache.uima.resource.metadata.MetaDataObject, org.apache.uima.util.XMLizable

public class ExtendedExternalResourceDescription_impl extends org.apache.uima.resource.impl.ExternalResourceDescription_impl
INTERNAL API - Extended ExternalResourceDescription_impl which can carry ExternalResourceDescriptions.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl

    org.apache.uima.resource.metadata.impl.MetaDataObject_impl.MetaDataAttr, org.apache.uima.resource.metadata.impl.MetaDataObject_impl.SerialContext, org.apache.uima.resource.metadata.impl.MetaDataObject_impl.Serializer
  • Field Summary

    Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl

    serialContext

    Fields inherited from interface org.apache.uima.resource.ExternalResourceDescription

    EMPTY_EXTERNAL_RESORUCE_DESCRIPTIONS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.apache.uima.resource.metadata.ExternalResourceBinding>
     
    List<org.apache.uima.resource.ExternalResourceDescription>
     
    void
    setExternalResourceBindings(Collection<org.apache.uima.resource.metadata.ExternalResourceBinding> aExternalResourceBindings)
     
    void
    setExternalResources(Collection<org.apache.uima.resource.ExternalResourceDescription> aExternalResourceDescriptions)
     

    Methods inherited from class org.apache.uima.resource.impl.ExternalResourceDescription_impl

    getDescription, getImplementationName, getName, getResourceSpecifier, getXmlizationInfo, setDescription, setImplementationName, setName, setResourceSpecifier

    Methods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl

    buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElement

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject

    clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl

    Methods inherited from interface org.apache.uima.util.XMLizable

    buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
  • Constructor Details

    • ExtendedExternalResourceDescription_impl

      public ExtendedExternalResourceDescription_impl()
  • Method Details

    • getExternalResourceBindings

      public List<org.apache.uima.resource.metadata.ExternalResourceBinding> getExternalResourceBindings()
      Returns:
      the external resource bindings
    • setExternalResourceBindings

      public void setExternalResourceBindings(Collection<org.apache.uima.resource.metadata.ExternalResourceBinding> aExternalResourceBindings)
      Parameters:
      aExternalResourceBindings - the external resource bindings
    • getExternalResources

      public List<org.apache.uima.resource.ExternalResourceDescription> getExternalResources()
      Returns:
      the external resource descriptions
    • setExternalResources

      public void setExternalResources(Collection<org.apache.uima.resource.ExternalResourceDescription> aExternalResourceDescriptions)
      Parameters:
      aExternalResourceDescriptions - the external resource descriptions