|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.impl.xs.XSParticleDecl
public class XSParticleDecl
Store schema particle declaration.
Field Summary | |
---|---|
int |
fMaxOccurs
Deprecated. |
int |
fMinOccurs
Deprecated. |
short |
fType
Deprecated. |
weblogic.apache.xerces.impl.xs.psvi.XSTerm |
fValue
Deprecated. |
static short |
PARTICLE_ELEMENT
Deprecated. |
static short |
PARTICLE_EMPTY
Deprecated. |
static short |
PARTICLE_MODELGROUP
Deprecated. |
static short |
PARTICLE_ONE_OR_MORE
Deprecated. |
static short |
PARTICLE_WILDCARD
Deprecated. |
static short |
PARTICLE_ZERO_OR_MORE
Deprecated. |
static short |
PARTICLE_ZERO_OR_ONE
Deprecated. |
Constructor Summary | |
---|---|
XSParticleDecl()
Deprecated. |
Method Summary | |
---|---|
boolean |
emptiable()
Deprecated. 3.9.6 Schema Component Constraint: Particle Emptiable whether this particle is emptible |
boolean |
getIsMaxOccursUnbounded()
Deprecated. {max occurs} whether the maxOccurs value is unbounded. |
int |
getMaxOccurs()
Deprecated. {max occurs} determines the maximum number of terms that can occur. |
int |
getMinOccurs()
Deprecated. {min occurs} determines the minimum number of terms that can occur. |
String |
getName()
Deprecated. The name of this XSObject depending on the
XSObject type. |
String |
getNamespace()
Deprecated. The namespace URI of this node, or null if it is
unspecified. |
weblogic.apache.xerces.impl.xs.psvi.XSTerm |
getTerm()
Deprecated. {term} One of a model group, a wildcard, or an element declaration. |
short |
getType()
Deprecated. Get the type of the object, i.e ELEMENT_DECLARATION. |
boolean |
isEmpty()
Deprecated. |
XSParticleDecl |
makeClone()
Deprecated. |
int |
maxEffectiveTotalRange()
Deprecated. |
int |
minEffectiveTotalRange()
Deprecated. 3.8.6 Effective Total Range (all and sequence) and Effective Total Range (choice) The following methods are used to return min/max range for a particle. |
void |
reset()
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short PARTICLE_EMPTY
public static final short PARTICLE_ELEMENT
public static final short PARTICLE_WILDCARD
public static final short PARTICLE_MODELGROUP
public static final short PARTICLE_ZERO_OR_MORE
public static final short PARTICLE_ZERO_OR_ONE
public static final short PARTICLE_ONE_OR_MORE
public short fType
public weblogic.apache.xerces.impl.xs.psvi.XSTerm fValue
public int fMinOccurs
public int fMaxOccurs
Constructor Detail |
---|
public XSParticleDecl()
Method Detail |
---|
public XSParticleDecl makeClone()
public boolean emptiable()
public boolean isEmpty()
public int minEffectiveTotalRange()
public int maxEffectiveTotalRange()
public String toString()
toString
in class Object
public void reset()
public short getType()
getType
in interface weblogic.apache.xerces.impl.xs.psvi.XSObject
public String getName()
name
of this XSObject
depending on the
XSObject
type.
getName
in interface weblogic.apache.xerces.impl.xs.psvi.XSObject
public String getNamespace()
null
if it is
unspecified. defines how a namespace URI is attached to schema
components.
getNamespace
in interface weblogic.apache.xerces.impl.xs.psvi.XSObject
public int getMinOccurs()
getMinOccurs
in interface weblogic.apache.xerces.impl.xs.psvi.XSParticle
public boolean getIsMaxOccursUnbounded()
getIsMaxOccursUnbounded
in interface weblogic.apache.xerces.impl.xs.psvi.XSParticle
public int getMaxOccurs()
getMaxOccurs
in interface weblogic.apache.xerces.impl.xs.psvi.XSParticle
public weblogic.apache.xerces.impl.xs.psvi.XSTerm getTerm()
getTerm
in interface weblogic.apache.xerces.impl.xs.psvi.XSParticle
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |