public class JAXBType extends JAXBModelElement
JAXBType class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected ArrayList<JAXBProperty> |
properties |
protected JAXBType |
superClass |
annotations, elementName, NAME, namespace, NAMESPACE, originalModel, ownerType, typeName| Constructor and Description |
|---|
JAXBType(ITypeModel model,
JAXBRegistry r)
Constructor for JAXBType.
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,String> |
gatherNamespaces()
gatherNamespaces.
|
ArrayList<JAXBProperty> |
getAllProperties() |
String |
getClassName() |
String |
getXMLName()
getXMLName.
|
getAnnotations, valueprotected JAXBType superClass
protected String className
protected ArrayList<JAXBProperty> properties
public JAXBType(ITypeModel model, JAXBRegistry r)
Constructor for JAXBType.
model - a ITypeModel object.r - a JAXBRegistry object.Copyright © 2015 Mulesoft. All rights reserved.