public class XmlizationInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| String | elementTagNameThe tag name of the XML element that represents this object. | 
| String | namespaceThe namespace of the XML element, null if none. | 
| PropertyXmlInfo[] | propertyInfoInformation about how this object's properties are represented in XML. | 
| Constructor and Description | 
|---|
| XmlizationInfo(String aElementTagName,
              PropertyXmlInfo[] aPropInfo)Creates an XmlizationInfo. | 
| XmlizationInfo(String aElementTagName,
              String aNamespace,
              PropertyXmlInfo[] aPropInfo)Creates an XmlizationInfo. | 
public String elementTagName
public String namespace
public PropertyXmlInfo[] propertyInfo
public XmlizationInfo(String aElementTagName, 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(String aElementTagName, PropertyXmlInfo[] aPropInfo)
aElementTagName - tag name of XML element that represents this objectaPropInfo - information about how to represent this object's propertiesCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.