com.silverpeas.form.importExport
Class XMLField

java.lang.Object
  extended by 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

Constructor Summary
XMLField()
           
XMLField(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLField

public XMLField()

XMLField

public XMLField(String name,
                String value)
Method Detail

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.