org.apache.ws.jaxme.xs.xml.impl
Class XsTLocalAllElementImpl

java.lang.Object
  extended by org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
      extended by org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
          extended by org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
              extended by org.apache.ws.jaxme.xs.xml.impl.XsTElementImpl
                  extended by org.apache.ws.jaxme.xs.xml.impl.XsTLocalElementImpl
                      extended by org.apache.ws.jaxme.xs.xml.impl.XsTLocalAllElementImpl
All Implemented Interfaces:
XsAGDefRef, XsAGOccurs, XsGIdentityConstraint, XsObject, XsTAnnotated, XsTElement, XsTLocalElement, XsTNestedParticle, XsTOpenAttrs, XsTParticle

public class XsTLocalAllElementImpl
extends XsTLocalElementImpl

Author:
Jochen Wiedmann

Constructor Summary
protected XsTLocalAllElementImpl(XsObject pParent)
           
 
Method Summary
 void setMaxOccurs(java.lang.String pValue)
          Either of 'unbounded' or a nonnegative integer value.
 void setMinOccurs(int pValue)
           
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTLocalElementImpl
isGlobal, setAbstract, setFinal, setSubstitutionGroup, setSubstitutionGroup
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTElementImpl
createComplexType, createKey, createKeyref, createSimpleType, createUnique, getAbstract, getBlock, getComplexType, getDefault, getFinal, getFixed, getForm, getIdentityConstraints, getMaxOccurs, getMinOccurs, getName, getNillable, getRef, getSimpleType, getSubstitutionGroup, getType, setBlock, setDefault, setFixed, setForm, setName, setNillable, setRef, setRef, setType, setType, validate
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
getOpenAttributes, setAttribute
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTElement
createComplexType, createSimpleType, getAbstract, getBlock, getComplexType, getDefault, getFinal, getFixed, getForm, getNillable, getSimpleType, getSubstitutionGroup, getType, setBlock, setDefault, setFixed, setForm, setNillable, setType
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTAnnotated
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs
getOpenAttributes
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsAGDefRef
getName, getRef, setName, setRef, validate
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsAGOccurs
getMaxOccurs, getMinOccurs, validate
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsGIdentityConstraint
createKey, createKeyref, createUnique, getIdentityConstraints
 

Constructor Detail

XsTLocalAllElementImpl

protected XsTLocalAllElementImpl(XsObject pParent)
Method Detail

setMaxOccurs

public void setMaxOccurs(java.lang.String pValue)
Description copied from interface: XsAGOccurs

Either of 'unbounded' or a nonnegative integer value.

Specified by:
setMaxOccurs in interface XsAGOccurs
Overrides:
setMaxOccurs in class XsTElementImpl

setMinOccurs

public void setMinOccurs(int pValue)
Specified by:
setMinOccurs in interface XsAGOccurs
Overrides:
setMinOccurs in class XsTElementImpl