public abstract class ComplexType extends NamedSchemaElement
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Attribute> |
attributes |
namedocumentation| Constructor and Description |
|---|
ComplexType(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(Attribute attribute) |
Collection<Attribute> |
getAttributes() |
abstract void |
printContent(String string) |
getName, renderNamePrefix, toStringaccept, getDocumentation, renderShortDocumentation, setDocumentationpublic ComplexType(String name)
public void addAttribute(Attribute attribute)
public Collection<Attribute> getAttributes()
public abstract void printContent(String string)
Copyright © 2006–2016 Volker Bergmann. All rights reserved.