Class XmlElementAttributeImpl
java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.XmlElementAttributeImpl
- All Implemented Interfaces:
XmlElementAttribute,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XmlElementAttributeImpl
public XmlElementAttributeImpl()
-
-
Method Details
-
getName
Description copied from interface:XmlElementAttributeGets name.- Specified by:
getNamein interfaceXmlElementAttribute- Returns:
- the name
-
setName
Description copied from interface:XmlElementAttributeSets name.- Specified by:
setNamein interfaceXmlElementAttribute- Parameters:
name- the name
-
getValue
Description copied from interface:XmlElementAttributeGets value.- Specified by:
getValuein interfaceXmlElementAttribute- Returns:
- the value
-
setValue
Description copied from interface:XmlElementAttributeSets value.- Specified by:
setValuein interfaceXmlElementAttribute- Parameters:
value- the value
-