public class ConfigurableDataResourceSpecifier_impl extends MetaDataObject_impl implements ConfigurableDataResourceSpecifier
FileResourceSpecifier.| Constructor and Description |
|---|
ConfigurableDataResourceSpecifier_impl()
Creates a new
ConfigurableDataResourceSpecifier_impl. |
| Modifier and Type | Method and Description |
|---|---|
ResourceMetaData |
getMetaData()
Gets the metadata for this resource, which includes descriptive information as well as
configuration settings.
|
java.lang.String |
getUrl()
Retrieves the URL of the data.
|
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object
in XML.
|
void |
setMetaData(ResourceMetaData aMetaData)
Sets the metadata for this resource.
|
void |
setUrl(java.lang.String aUrl)
Sets the URL of the data.
|
buildFromXMLElement, buildFromXMLElement, clone, equals, getAttributeClass, getAttributeValue, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLpublic ConfigurableDataResourceSpecifier_impl()
ConfigurableDataResourceSpecifier_impl.public java.lang.String getUrl()
ConfigurableDataResourceSpecifiergetUrl in interface ConfigurableDataResourceSpecifierConfigurableDataResourceSpecifier.getUrl()public void setUrl(java.lang.String aUrl)
ConfigurableDataResourceSpecifiersetUrl in interface ConfigurableDataResourceSpecifieraUrl - a URL stringorg.apache.uima.resource.ConfigurableDataResourceSpecifier#getUrl(String)public ResourceMetaData getMetaData()
ConfigurableDataResourceSpecifiergetMetaData in interface ConfigurableDataResourceSpecifierpublic void setMetaData(ResourceMetaData aMetaData)
ConfigurableDataResourceSpecifiersetMetaData in interface ConfigurableDataResourceSpecifieraMetaData - metadata to assignprotected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2013. All Rights Reserved.