|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.resource.metadata.impl.XmlizationInfo
public class XmlizationInfo
A simple class used to describe how to render this object as XML.
| Field Summary | |
|---|---|
java.lang.String |
elementTagName
The tag name of the XML element that represents this object. |
java.lang.String |
namespace
The namespace of the XML element, null if none. |
PropertyXmlInfo[] |
propertyInfo
Information about how this object's properties are represented in XML. |
| Constructor Summary | |
|---|---|
XmlizationInfo(java.lang.String aElementTagName,
PropertyXmlInfo[] aPropInfo)
Creates an XmlizationInfo. |
|
XmlizationInfo(java.lang.String aElementTagName,
java.lang.String aNamespace,
PropertyXmlInfo[] aPropInfo)
Creates an XmlizationInfo. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String elementTagName
public java.lang.String namespace
public PropertyXmlInfo[] propertyInfo
| Constructor Detail |
|---|
public XmlizationInfo(java.lang.String aElementTagName,
java.lang.String aNamespace,
PropertyXmlInfo[] aPropInfo)
aElementTagName - tag name of XML element that represents this objectaNamespace - the namespace of the XML element, null if noneaPropInfo - information about how to represent this object's properties
public XmlizationInfo(java.lang.String aElementTagName,
PropertyXmlInfo[] aPropInfo)
aElementTagName - tag name of XML element that represents this objectaPropInfo - information about how to represent this object's properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||