net.sf.jaxme.xs.xml.impl
Class XsEAnyImpl
java.lang.Object
net.sf.jaxme.xs.xml.impl.XsObjectImpl
net.sf.jaxme.xs.xml.impl.XsTOpenAttrsImpl
net.sf.jaxme.xs.xml.impl.XsTAnnotatedImpl
net.sf.jaxme.xs.xml.impl.XsTWildcardImpl
net.sf.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:
setMaxOccurs
in interface XsAGOccurs
getMaxOccurs
public int getMaxOccurs()
- Description copied from interface:
XsAGOccurs
-1 for 'unbounded'
- Specified by:
getMaxOccurs
in interface XsAGOccurs
setMinOccurs
public void setMinOccurs(int pMinOccurs)
- Specified by:
setMinOccurs
in interface XsAGOccurs
getMinOccurs
public int getMinOccurs()
- Specified by:
getMinOccurs
in interface XsAGOccurs