|
||||||
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 | |
---|---|
private Count |
m_maxOccurs
'maxOccurs' attribute value ( null if not set). |
private Count |
m_minOccurs
'minOccurs' attribute value ( null if not set). |
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. |
private static OccursAttributeGroup |
unmarshalFactory(IUnmarshallingContext ictx)
Factory method for use during unmarshalling. |
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
private Count m_minOccurs
null
if not set).
private Count m_maxOccurs
null
if not set).
Constructor Detail |
---|
public OccursAttributeGroup(SchemaBase owner)
owner
- owning elementMethod Detail |
---|
private static OccursAttributeGroup unmarshalFactory(IUnmarshallingContext ictx)
ictx
-
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 IComponent
prevalidate
in class AttributeBase
vctx
- validation context
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |