org.apache.ws.jaxme.xs.xml.impl
Class XsEAnyImpl
java.lang.Object
   org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
       org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
           org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
               org.apache.ws.jaxme.xs.xml.impl.XsTWildcardImpl
org.apache.ws.jaxme.xs.xml.impl.XsTWildcardImpl
                   org.apache.ws.jaxme.xs.xml.impl.XsEAnyImpl
org.apache.ws.jaxme.xs.xml.impl.XsEAnyImpl
- All Implemented Interfaces: 
- XsAGOccurs, XsEAny, XsObject, XsTAnnotated, XsTNestedParticle, XsTOpenAttrs, XsTParticle, XsTWildcard
- public class XsEAnyImpl- extends XsTWildcardImpl- implements XsEAny
Implementation of the xs:any element, as
 specified by the following:
 
  <xs:element name="any" id="any">
    <xs:annotation>
      <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-any"/>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="xs:wildcard">
          <xs:attributeGroup ref="xs:occurs"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
 
- Author:
- Jochen Wiedmann
 
 
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
 
 
 
XsEAnyImpl
protected XsEAnyImpl(XsObject pParent)
setMaxOccurs
public void setMaxOccurs(java.lang.String pMaxOccurs)
- Description copied from interface: XsAGOccurs
- Either of 'unbounded' or a nonnegative integer value. - 
 
- 
- Specified by:
- setMaxOccursin interface- XsAGOccurs
 
- 
 
getMaxOccurs
public int getMaxOccurs()
- Description copied from interface: XsAGOccurs
- -1 for 'unbounded' - 
 
- 
- Specified by:
- getMaxOccursin interface- XsAGOccurs
 
- 
 
setMinOccurs
public void setMinOccurs(int pMinOccurs)
- 
- Specified by:
- setMinOccursin interface- XsAGOccurs
 
- 
 
getMinOccurs
public int getMinOccurs()
- 
- Specified by:
- getMinOccursin interface- XsAGOccurs
 
-