public class SchemaObject extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ComplexTypeObject> |
complexTypes |
protected List<ElementObject> |
rootObjects |
protected List<SimpleTypeObject> |
simpleTypes |
| Constructor and Description |
|---|
SchemaObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateSource(Mutator rootMutator,
String templateUri,
String packageName) |
String |
toString() |
protected final List<ElementObject> rootObjects
protected final List<ComplexTypeObject> complexTypes
protected final List<SimpleTypeObject> simpleTypes
Copyright © 2021. All rights reserved.