Class XmlElementAttributeImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.w2ml.XmlElementAttributeImpl
-
- All Implemented Interfaces:
XmlElementAttribute,java.io.Serializable
public class XmlElementAttributeImpl extends java.lang.Object implements java.io.Serializable, XmlElementAttribute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlElementAttributeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets name.java.lang.StringgetValue()Gets value.voidsetName(java.lang.String name)Sets name.voidsetValue(java.lang.String value)Sets value.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:XmlElementAttributeGets name.- Specified by:
getNamein interfaceXmlElementAttribute- Returns:
- the name
-
setName
public void setName(java.lang.String name)
Description copied from interface:XmlElementAttributeSets name.- Specified by:
setNamein interfaceXmlElementAttribute- Parameters:
name- the name
-
getValue
public java.lang.String getValue()
Description copied from interface:XmlElementAttributeGets value.- Specified by:
getValuein interfaceXmlElementAttribute- Returns:
- the value
-
setValue
public void setValue(java.lang.String value)
Description copied from interface:XmlElementAttributeSets value.- Specified by:
setValuein interfaceXmlElementAttribute- Parameters:
value- the value
-
-