Modifier and Type | Field and Description |
---|---|
public XSObjectList | |
public short | |
private String | fDescription
get the string description of this particle |
public int | |
public XSParticleDecl[] | |
public static final short | |
public static final short | |
public static final short |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public XSAnnotation | getAnnotation()
Implements com. Optional. |
public XSObjectList | getAnnotations()
Implements com. Optional. |
public short | getCompositor()
Implements com. {compositor} One of all, choice or sequence. |
public String | getName()
Implements com. The |
public String | getNamespace()
Implements com. The namespace URI of this node, or |
public XSNamespaceItem | getNamespaceItem()
Implements com. A namespace schema information item corresponding to the target
namespace of the component, if it is globally declared; or
|
public XSObjectList | getParticles()
Implements com. {particles} A list of particles |
public short | getType()
Implements com. Get the type of the object, i.e ELEMENT_DECLARATION. |
public boolean | |
public int | |
private int | |
private int | |
public int | minEffectiveTotalRange()
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. |
private int | |
private int | |
public void | |
public String |
fAnnotations | back to summary |
---|---|
public XSObjectList fAnnotations |
fCompositor | back to summary |
---|---|
public short fCompositor |
fDescription | back to summary |
---|---|
private String fDescription get the string description of this particle |
fParticleCount | back to summary |
---|---|
public int fParticleCount |
fParticles | back to summary |
---|---|
public XSParticleDecl[] fParticles |
MODELGROUP_ALL | back to summary |
---|---|
public static final short MODELGROUP_ALL |
MODELGROUP_CHOICE | back to summary |
---|---|
public static final short MODELGROUP_CHOICE |
MODELGROUP_SEQUENCE | back to summary |
---|---|
public static final short MODELGROUP_SEQUENCE |
XSModelGroupImpl | back to summary |
---|---|
public XSModelGroupImpl() |
getAnnotation | back to summary |
---|---|
public XSAnnotation getAnnotation() Implements com. Optional. Annotation. |
getAnnotations | back to summary |
---|---|
public XSObjectList getAnnotations() Implements com. Optional. Annotations. |
getCompositor | back to summary |
---|---|
public short getCompositor() Implements com. {compositor} One of all, choice or sequence. The valid constants values are: ALL, CHOICE, SEQUENCE. |
getName | back to summary |
---|---|
public String getName() Implements com. The |
getNamespace | back to summary |
---|---|
public String getNamespace() Implements com. The namespace URI of this node, or |
getNamespaceItem | back to summary |
---|---|
public XSNamespaceItem getNamespaceItem() Implements com. Doc from com. A namespace schema information item corresponding to the target
namespace of the component, if it is globally declared; or
|
getParticles | back to summary |
---|---|
public XSObjectList getParticles() Implements com. {particles} A list of particles |
getType | back to summary |
---|---|
public short getType() Implements com. Get the type of the object, i.e ELEMENT_DECLARATION. |
isEmpty | back to summary |
---|---|
public boolean isEmpty() |
maxEffectiveTotalRange | back to summary |
---|---|
public int maxEffectiveTotalRange() |
maxEffectiveTotalRangeAllSeq | back to summary |
---|---|
private int maxEffectiveTotalRangeAllSeq() |
maxEffectiveTotalRangeChoice | back to summary |
---|---|
private int maxEffectiveTotalRangeChoice() |
minEffectiveTotalRange | back to summary |
---|---|
public int minEffectiveTotalRange() 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. They are not exactly the same as it's described in the spec, but all the values from the spec are retrievable by these methods. |
minEffectiveTotalRangeAllSeq | back to summary |
---|---|
private int minEffectiveTotalRangeAllSeq() |
minEffectiveTotalRangeChoice | back to summary |
---|---|
private int minEffectiveTotalRangeChoice() |
reset | back to summary |
---|---|
public void reset() |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
|