Class SofaMapping_impl
- java.lang.Object
-
- org.apache.uima.resource.metadata.impl.MetaDataObject_impl
-
- org.apache.uima.analysis_engine.metadata.impl.SofaMapping_impl
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,SofaMapping,MetaDataObject,XMLizable
public class SofaMapping_impl extends MetaDataObject_impl implements SofaMapping
Implementation ofSofaMapping.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer
-
-
Field Summary
-
Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext
-
-
Constructor Summary
Constructors Constructor Description SofaMapping_impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAggregateSofaName()Get the sofa name assigned by the aggregate.java.lang.StringgetComponentKey()Gets the component key.java.lang.StringgetComponentSofaName()Gets the sofa name assigned by the component.protected XmlizationInfogetXmlizationInfo()To be implemented by subclasses to return information describing how to represent this object in XML.voidsetAggregateSofaName(java.lang.String aAggregateSofaName)Set the sofa name assigned by the aggregate.voidsetComponentKey(java.lang.String aComponentKey)Set the component key.voidsetComponentSofaName(java.lang.String aComponentSofaName)Set the component assigned sofa name.-
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
-
-
-
-
Method Detail
-
getComponentKey
public java.lang.String getComponentKey()
Description copied from interface:SofaMappingGets the component key. This identifies the component for which this mapping is defined.- Specified by:
getComponentKeyin interfaceSofaMapping- Returns:
- the key
-
setComponentKey
public void setComponentKey(java.lang.String aComponentKey)
Description copied from interface:SofaMappingSet the component key. This identifies the component for which this mapping is defined.- Specified by:
setComponentKeyin interfaceSofaMapping- Parameters:
aComponentKey- the key
-
getComponentSofaName
public java.lang.String getComponentSofaName()
Description copied from interface:SofaMappingGets the sofa name assigned by the component.- Specified by:
getComponentSofaNamein interfaceSofaMapping- Returns:
- the component's sofa name
-
setComponentSofaName
public void setComponentSofaName(java.lang.String aComponentSofaName)
Description copied from interface:SofaMappingSet the component assigned sofa name.- Specified by:
setComponentSofaNamein interfaceSofaMapping- Parameters:
aComponentSofaName- the component's sofa name
-
getAggregateSofaName
public java.lang.String getAggregateSofaName()
Description copied from interface:SofaMappingGet the sofa name assigned by the aggregate.- Specified by:
getAggregateSofaNamein interfaceSofaMapping- Returns:
- the aggregate's sofa name
-
setAggregateSofaName
public void setAggregateSofaName(java.lang.String aAggregateSofaName)
Description copied from interface:SofaMappingSet the sofa name assigned by the aggregate.- Specified by:
setAggregateSofaNamein interfaceSofaMapping- Parameters:
aAggregateSofaName- the aggregate's sofa name
-
getXmlizationInfo
protected XmlizationInfo getXmlizationInfo()
Description copied from class:MetaDataObject_implTo be implemented by subclasses to return information describing how to represent this object in XML.- Specified by:
getXmlizationInfoin classMetaDataObject_impl- Returns:
- information defining this object's XML representation
-
-