public class AttributeFormat extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
AttributeFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Description:
Specifies the identifier for the component
|
java.lang.String |
getName()
Description:
Specifies the name of the attribute to which the child converter tag is applied.
|
java.lang.String |
getTagName() |
void |
setId(java.lang.String id)
Description:
Specifies the identifier for the component
|
void |
setName(java.lang.String name)
Description:
Specifies the name of the attribute to which the child converter tag is applied.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic java.lang.String getTagName()
getTagName in class ComplexExtendedPropertiespublic java.lang.String getId()
public void setId(java.lang.String id)
id - the value of the id attribute of the Tag this class represents.public java.lang.String getName()
public void setName(java.lang.String name)
name - the value of the name attribute of the Tag this class represents.