public class AbstractXmlElement extends Object implements XmlElement
Modifier and Type | Field and Description |
---|---|
protected Map<String,?> |
additionalProperties |
protected List<? extends XmlElement> |
containedElements |
protected String |
fieldName |
protected String |
nameSpace |
protected NameSpacedAttribute<String> |
primaryType |
Constructor and Description |
---|
AbstractXmlElement(XmlElementParameters parameters) |
Modifier and Type | Method and Description |
---|---|
Map<String,?> |
getAdditionalProperties() |
List<? extends XmlElement> |
getContainedElements() |
String |
getFieldName() |
String |
getNameSpace() |
NameSpacedAttribute<String> |
getPrimaryType() |
protected NameSpacedAttribute<String> primaryType
protected String fieldName
protected List<? extends XmlElement> containedElements
protected String nameSpace
public AbstractXmlElement(XmlElementParameters parameters)
public NameSpacedAttribute<String> getPrimaryType()
getPrimaryType
in interface XmlElement
public String getFieldName()
getFieldName
in interface XmlElement
public Map<String,?> getAdditionalProperties()
getAdditionalProperties
in interface XmlElement
public List<? extends XmlElement> getContainedElements()
getContainedElements
in interface XmlElement
public String getNameSpace()
getNameSpace
in interface XmlElement
Copyright © 2019 ICF Olson. All rights reserved.