public static class Element.Field extends Object implements XMLWritable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
Field() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
write(XmlOutputContext writer) |
public String getValue()
public void setValue(String value)
value - allowed object is ;public String getName()
public void setName(String value)
value - allowed object is ;public void write(XmlOutputContext writer) throws WritingXmlException
write in interface XMLWritableWritingXmlExceptionCopyright © 2020. All rights reserved.