public class OccursAttributeGroup extends AttributeBase
Modifier and Type | Field and Description |
---|---|
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.
|
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.
|
private static OccursAttributeGroup |
unmarshalFactory(IUnmarshallingContext ictx)
Factory method for use during unmarshalling.
|
getOwner, validate
public static final StringArray s_allowedAttributes
private Count m_minOccurs
null
if not set).private Count m_maxOccurs
null
if not set).public OccursAttributeGroup(SchemaBase owner)
owner
- owning elementprivate 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