com.silverpeas.form.importExport
Class XMLField
java.lang.Object
com.silverpeas.form.importExport.XMLField
- All Implemented Interfaces:
- Serializable
public class XMLField
- extends Object
- implements Serializable
- Author:
- neysseri To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLField
public XMLField()
XMLField
public XMLField(String name,
String value)
getName
public String getName()
- Returns:
- the name of the XML field
setName
public void setName(String name)
- Parameters:
name
-
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2016 Silverpeas. All Rights Reserved.