public class CompositeComplexType extends ComplexType
ComplexType which composes other ComplexTypes.
Created: 16.05.2014 19:59:51attributesnamedocumentation| Constructor and Description |
|---|
CompositeComplexType(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.databene.commons.Visitor<SchemaElement> visitor) |
void |
addMember(ComplexMember member) |
Collection<ComplexMember> |
getMembers() |
void |
printContent(String indent) |
addAttribute, getAttributesgetName, renderNamePrefix, toStringgetDocumentation, renderShortDocumentation, setDocumentationpublic CompositeComplexType(String name)
public void addMember(ComplexMember member)
public Collection<ComplexMember> getMembers()
public void printContent(String indent)
printContent in class ComplexTypepublic void accept(org.databene.commons.Visitor<SchemaElement> visitor)
accept in class SchemaElementCopyright © 2006–2016 Volker Bergmann. All rights reserved.