|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jibx.schema.attributes.AttributeBase
org.jibx.schema.attributes.OccursAttributeGroup
public class OccursAttributeGroup
Schema occurs attribute group.
| Field Summary | |
|---|---|
static StringArray |
s_allowedAttributes
List of allowed attribute names. |
| Fields inherited from interface org.jibx.schema.IComponent |
|---|
SCHEMA_NAMESPACE |
| Constructor Summary | |
|---|---|
OccursAttributeGroup(SchemaBase owner)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.jibx.schema.attributes.AttributeBase |
|---|
getOwner, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final StringArray s_allowedAttributes
| Constructor Detail |
|---|
public OccursAttributeGroup(SchemaBase owner)
owner - owning element| Method Detail |
|---|
public 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)
AttributeBase
prevalidate in interface IComponentprevalidate in class AttributeBasevctx - validation context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||