|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaParticle
public class XmlSchemaParticle
Base class for all particle types.
Field Summary |
---|
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated |
---|
unhandledAttributes |
Constructor Summary | |
---|---|
XmlSchemaParticle()
Creates new XmlSchemaParticle Particle types are usually interchangeable. |
Method Summary | |
---|---|
long |
getMaxOccurs()
|
long |
getMinOccurs()
|
void |
setMaxOccurs(long maxOccurs)
|
void |
setMinOccurs(long minOccurs)
|
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated |
---|
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes |
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
---|
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlSchemaParticle()
Method Detail |
---|
public void setMaxOccurs(long maxOccurs)
public long getMaxOccurs()
public void setMinOccurs(long minOccurs)
public long getMinOccurs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |