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

Class XsEAnyImpl

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

Fields inherited from interface org.apache.ws.jaxme.xs.xml.XsTWildcard

LAX, SKIP, STRICT

Constructor Summary

XsEAnyImpl(XsObject pParent)

Method Summary

int
getMaxOccurs()
int
getMinOccurs()
void
setMaxOccurs(String pMaxOccurs)
void
setMinOccurs(int pMinOccurs)

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTWildcardImpl

getNamespace, getProcessContents, setNamespace, setProcessContents

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, validate

Constructor Details

XsEAnyImpl

protected XsEAnyImpl(XsObject pParent)

Method Details

getMaxOccurs

public int getMaxOccurs()
Specified by:
getMaxOccurs in interface XsAGOccurs

getMinOccurs

public int getMinOccurs()
Specified by:
getMinOccurs in interface XsAGOccurs

setMaxOccurs

public void setMaxOccurs(String pMaxOccurs)
Specified by:
setMaxOccurs in interface XsAGOccurs

setMinOccurs

public void setMinOccurs(int pMinOccurs)
Specified by:
setMinOccurs in interface XsAGOccurs