|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.analysis_engine.metadata.impl.SofaMapping_impl
public class SofaMapping_impl
Implementation of SofaMapping
.
Constructor Summary | |
---|---|
SofaMapping_impl()
|
Method Summary | |
---|---|
java.lang.String |
getAggregateSofaName()
Get the sofa name assigned by the aggregate. |
java.lang.String |
getComponentKey()
Gets the component key. |
java.lang.String |
getComponentSofaName()
Gets the sofa name assigned by the component. |
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object in XML. |
void |
setAggregateSofaName(java.lang.String aAggregateSofaName)
Set the sofa name assigned by the aggregate. |
void |
setComponentKey(java.lang.String aComponentKey)
Set the component key. |
void |
setComponentSofaName(java.lang.String aComponentSofaName)
Set the component assigned sofa name. |
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 Detail |
---|
public SofaMapping_impl()
Method Detail |
---|
public java.lang.String getComponentKey()
SofaMapping
getComponentKey
in interface SofaMapping
public void setComponentKey(java.lang.String aComponentKey)
SofaMapping
setComponentKey
in interface SofaMapping
aComponentKey
- the keypublic java.lang.String getComponentSofaName()
SofaMapping
getComponentSofaName
in interface SofaMapping
public void setComponentSofaName(java.lang.String aComponentSofaName)
SofaMapping
setComponentSofaName
in interface SofaMapping
aComponentSofaName
- the component's sofa namepublic java.lang.String getAggregateSofaName()
SofaMapping
getAggregateSofaName
in interface SofaMapping
public void setAggregateSofaName(java.lang.String aAggregateSofaName)
SofaMapping
setAggregateSofaName
in interface SofaMapping
aAggregateSofaName
- the aggregate's sofa nameprotected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo
in class MetaDataObject_impl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |