public class Schema extends SchemaElement implements org.databene.commons.Named
documentation| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.databene.commons.Visitor<SchemaElement> visitor) |
void |
addComplexType(ComplexType complexType) |
void |
addSimpleType(SimpleType simpleType) |
ComplexType |
getComplexType(String name) |
ComplexMember |
getMember() |
String |
getName() |
void |
printContent() |
void |
setMember(ComplexMember member) |
getDocumentation, renderShortDocumentation, setDocumentationpublic String getName()
getName in interface org.databene.commons.Namedpublic void addSimpleType(SimpleType simpleType)
public void addComplexType(ComplexType complexType)
public ComplexType getComplexType(String name)
public ComplexMember getMember()
public void setMember(ComplexMember member)
public void printContent()
public void accept(org.databene.commons.Visitor<SchemaElement> visitor)
accept in class SchemaElementCopyright © 2006–2016 Volker Bergmann. All rights reserved.