public class PlainComplexType extends ComplexType
ComplexType of an XML schema.
Created: 16.05.2014 20:01:00attributesnamedocumentation| Constructor and Description |
|---|
PlainComplexType(String name) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxLength() |
Integer |
getMinLength() |
void |
printContent(String indent) |
void |
setMaxLength(Integer maxLength) |
void |
setMinLength(Integer minLength) |
addAttribute, getAttributesgetName, renderNamePrefix, toStringaccept, getDocumentation, renderShortDocumentation, setDocumentationpublic PlainComplexType(String name)
public Integer getMinLength()
public void setMinLength(Integer minLength)
public Integer getMaxLength()
public void setMaxLength(Integer maxLength)
public void printContent(String indent)
printContent in class ComplexTypeCopyright © 2006–2016 Volker Bergmann. All rights reserved.