Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.jaxme.xs.xml.impl
Class XsTLocalAllElementImpl  view XsTLocalAllElementImpl download XsTLocalAllElementImpl.java

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

public class XsTLocalAllElementImpl
extends XsTLocalElementImpl


Field Summary
 
Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTElementImpl
 
Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
 
Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
 
Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
 
Constructor Summary
protected XsTLocalAllElementImpl(org.apache.ws.jaxme.xs.xml.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(org.apache.ws.jaxme.xs.xml.XsObject pParent)
Method Detail

setMaxOccurs

public void setMaxOccurs(java.lang.String pValue)
Description copied from interface: org.apache.ws.jaxme.xs.xml.XsAGOccurs

Either of 'unbounded' or a nonnegative integer value.

Specified by:
setMaxOccurs in interface org.apache.ws.jaxme.xs.xml.XsAGOccurs
Overrides:
setMaxOccurs in class XsTElementImpl

setMinOccurs

public void setMinOccurs(int pValue)
Specified by:
setMinOccurs in interface org.apache.ws.jaxme.xs.xml.XsAGOccurs
Overrides:
setMinOccurs in class XsTElementImpl