public abstract class AbstractElement extends Object implements Element
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
The description of the element.
|
protected String |
friendlyName
Some elements have a friendlyName attribute
or are annotated with the FriendlyName annotation.
|
protected String |
javaName
The element name in the code itself
|
protected String |
xsdName
The element xsd name .
|
| Constructor and Description |
|---|
AbstractElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
void |
description(String description) |
String |
friendlyName() |
void |
friendlyName(String friendlyName) |
String |
javaName() |
void |
javaName(String javaName) |
protected String |
setEmptyForNull(String value) |
String |
xsdName() |
void |
xsdName(String xsdName) |
protected String javaName
protected String friendlyName
protected String description
protected String xsdName
public String description()
description in interface Elementpublic String friendlyName()
friendlyName in interface Elementpublic void description(String description)
description in interface Elementpublic void friendlyName(String friendlyName)
friendlyName in interface ElementCopyright © 2010–2023 MuleSoft, Inc.. All rights reserved.