public class XmlizationInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
XmlizationInfo(java.lang.String aElementTagName,
PropertyXmlInfo[] aPropInfo)
Creates an XmlizationInfo.
|
XmlizationInfo(java.lang.String aElementTagName,
java.lang.String aNamespace,
PropertyXmlInfo[] aPropInfo)
Creates an XmlizationInfo.
|
public java.lang.String elementTagName
public java.lang.String namespace
public PropertyXmlInfo[] propertyInfo
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 propertiespublic 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 propertiesCopyright © 2013. All Rights Reserved.