public static class SchemaUtil.Occurrence
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
maximum |
int |
minimum |
static int |
UNBOUNDED |
| Constructor and Description |
|---|
SchemaUtil.Occurrence(int minimum) |
SchemaUtil.Occurrence(int minimum,
int maximum) |
SchemaUtil.Occurrence(org.apache.xerces.xs.XSParticle particle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOptional() |
boolean |
isRepeated() |
boolean |
isUnbounded() |
java.lang.String |
toString() |
public static final int UNBOUNDED
public final int minimum
public final int maximum
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.