public class URISpecifier_impl extends MetaDataObject_impl implements URISpecifier
URISpecifier.MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.SerializerserialContextRESOURCE_TYPE_ANALYSIS_ENGINE, RESOURCE_TYPE_CAS_CONSUMER| Constructor and Description | 
|---|
| URISpecifier_impl()Creates a new  URISpecifier_impl. | 
| Modifier and Type | Method and Description | 
|---|---|
| Parameter[] | getParameters() | 
| String | getProtocol()Gets the name of the Protocol used to communicate with the service. | 
| String | getResourceType()Retrieves the type of Resource (e.g. | 
| Integer | getTimeout()Gets the timeout period in milliseconds. | 
| String | getUri()Retrieves the URI at which a Resource may be located. | 
| protected XmlizationInfo | getXmlizationInfo()To be implemented by subclasses to return information describing how to represent this object
 in XML. | 
| void | setParameters(Parameter[] parameters) | 
| void | setProtocol(String aProtocol)Sets the name of the Protocol used to communicate with the service. | 
| void | setResourceType(String aResourceType)Sets the type of Resource (e.g. | 
| void | setTimeout(Integer aTimeout)Sets the timeout period in milliseconds. | 
| void | setUri(String aUri)Sets the URI at which a Resource may be located. | 
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, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLpublic String getUri()
URISpecifiergetUri in interface URISpecifierURISpecifier.getUri()public void setUri(String aUri)
URISpecifiersetUri in interface URISpecifieraUri - a URI stringURISpecifier.setUri(String)public String getProtocol()
URISpecifierConstants class.getProtocol in interface URISpecifierURISpecifier.getProtocol()public void setProtocol(String aProtocol)
URISpecifierConstants class.setProtocol in interface URISpecifieraProtocol - the name of the protocol.URISpecifier.setProtocol(String)public Integer getTimeout()
URISpecifiergetTimeout in interface URISpecifierURISpecifier.getTimeout()public void setTimeout(Integer aTimeout)
URISpecifiersetTimeout in interface URISpecifieraTimeout - the timeout period in milliseconds. A null value indicates that the transport layer's
          default value will be used.URISpecifier.setTimeout(Integer)public String getResourceType()
URISpecifiergetResourceType in interface URISpecifierpublic void setResourceType(String aResourceType)
URISpecifiersetResourceType in interface URISpecifieraResourceType - the type of Resource. This should be one of the constants on this class, or null to
          indicate that the resource type is not specified.public Parameter[] getParameters()
getParameters in interface URISpecifierpublic void setParameters(Parameter[] parameters)
setParameters in interface URISpecifierparameters - The Parameters to set.protected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.