public class Element extends Object implements XMLWritable
| Modifier and Type | Class and Description |
|---|---|
static class |
Element.Field
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Element> |
element |
protected List<Element.Field> |
field |
protected String |
name |
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
getElement()
Gets the value of the element property.
|
List<Element.Field> |
getField()
Gets the value of the field property.
|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
write(XmlOutputContext context) |
protected List<Element.Field> field
protected String name
public List<Element.Field> getField()
public List<Element> getElement()
public String getName()
public void setName(String value)
value - allowed object is ;public void write(XmlOutputContext context) throws WritingXmlException
write in interface XMLWritableWritingXmlExceptionCopyright © 2020. All rights reserved.