public abstract class XmlSchemaParticle extends XmlSchemaAnnotated
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_OCCURS |
static int |
DEFAULT_MIN_OCCURS |
| Constructor and Description |
|---|
XmlSchemaParticle() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxOccurs() |
long |
getMinOccurs() |
void |
setMaxOccurs(long maxOccurs) |
void |
setMinOccurs(long minOccurs) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIpublic static final int DEFAULT_MAX_OCCURS
public static final int DEFAULT_MIN_OCCURS
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.