public class OccursAttributeGroup extends AttributeBase
| Modifier and Type | Field and Description |
|---|---|
static StringArray |
s_allowedAttributes
List of allowed attribute names.
|
SCHEMA_NAMESPACE| Constructor and Description |
|---|
OccursAttributeGroup(SchemaBase owner)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Count |
getMaxOccurs()
Get 'maxOccurs' attribute value.
|
Count |
getMinOccurs()
Get 'minOccurs' attribute value.
|
void |
prevalidate(ValidationContext vctx)
Prevalidate component information.
|
void |
setMaxOccurs(Count count)
Set 'maxOccurs' attribute value.
|
void |
setMinOccurs(Count count)
Set 'minOccurs' attribute value.
|
getOwner, validatepublic static final StringArray s_allowedAttributes
public OccursAttributeGroup(SchemaBase owner)
owner - owning elementpublic Count getMaxOccurs()
null if not set)public void setMaxOccurs(Count count)
count - (null if unsetting)public Count getMinOccurs()
null if not set)public void setMinOccurs(Count count)
count - (null if unsetting)public void prevalidate(ValidationContext vctx)
AttributeBaseprevalidate in interface IComponentprevalidate in class AttributeBasevctx - validation contextCopyright © 2005-2013 jibx.org. All Rights Reserved.