| Package | Description |
|---|---|
| org.jibx.schema | |
| org.jibx.schema.attributes | |
| org.jibx.schema.elements | |
| org.jibx.schema.types |
| Modifier and Type | Method and Description |
|---|---|
Count |
IArity.getMaxOccurs()
Get maximum number of times this item can occur.
|
Count |
IArity.getMinOccurs()
Get minimum number of times this item can occur.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IArity.setMaxOccurs(Count count)
Set maximum number of times this item can occur.
|
void |
IArity.setMinOccurs(Count count)
Set minimum number of times this item can occur.
|
| Modifier and Type | Method and Description |
|---|---|
Count |
OccursAttributeGroup.getMaxOccurs()
Get 'maxOccurs' attribute value.
|
Count |
OccursAttributeGroup.getMinOccurs()
Get 'minOccurs' attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OccursAttributeGroup.setMaxOccurs(Count count)
Set 'maxOccurs' attribute value.
|
void |
OccursAttributeGroup.setMinOccurs(Count count)
Set 'minOccurs' attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
Count |
AnyElement.getMaxOccurs()
Get 'maxOccurs' attribute value.
|
Count |
CommonCompositorBase.getMaxOccurs() |
Count |
ElementElement.getMaxOccurs()
Get 'maxOccurs' attribute value.
|
Count |
AnyElement.getMinOccurs()
Get 'minOccurs' attribute value.
|
Count |
CommonCompositorBase.getMinOccurs() |
Count |
ElementElement.getMinOccurs()
Get 'minOccurs' attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnyElement.setMaxOccurs(Count count)
Set 'maxOccurs' attribute value.
|
void |
CommonCompositorBase.setMaxOccurs(Count count) |
void |
ElementElement.setMaxOccurs(Count count)
Set 'maxOccurs' attribute value.
|
void |
AnyElement.setMinOccurs(Count count)
Get 'maxOccurs' attribute value.
|
void |
CommonCompositorBase.setMinOccurs(Count count) |
void |
ElementElement.setMinOccurs(Count count)
Get 'maxOccurs' attribute value.
|
| Modifier and Type | Field and Description |
|---|---|
static Count |
Count.COUNT_ONE
Predefined count of '1'.
|
static Count |
Count.COUNT_UNBOUNDED
Predefined count of 'unbounded'.
|
static Count |
Count.COUNT_ZERO
Predefined count of '0'.
|
| Modifier and Type | Method and Description |
|---|---|
static Count |
Count.getBoundedCount(String value)
Deserializer method for bounded values.
|
static Count |
Count.getCount(String value)
Deserializer method.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Count.isCountEqual(int value,
Count count)
Check if a count attribute is equal to a specified value.
|
Copyright © 2005-2013 jibx.org. All Rights Reserved.