public interface SchemaItem
| Modifier and Type | Interface and Description |
|---|---|
static class |
SchemaItem.FieldSchemaItem |
static class |
SchemaItem.PropertySchemaItem |
static class |
SchemaItem.TypeSchemaItem |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxOccurs() |
int |
getMinOccurs() |
QName |
getName() |
org.apache.xmlbeans.SchemaType |
getSchemaType() |
boolean |
isAttribute() |
boolean |
isNillible() |
org.apache.xmlbeans.SchemaType getSchemaType()
QName getName()
int getMinOccurs()
int getMaxOccurs()
boolean isNillible()
boolean isAttribute()
Copyright © 2013. All Rights Reserved.