org.apache.commons.betwixt.schema
Class ElementReference
java.lang.Object
|
+--org.apache.commons.betwixt.schema.GlobalElement
|
+--org.apache.commons.betwixt.schema.ElementReference
- All Implemented Interfaces:
- Element
- public class ElementReference
- extends GlobalElement
- Version:
- $Revision: 1.2 $
- Author:
- Jakarta Commons Team
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
maxOccurs
protected java.lang.String maxOccurs
minOccurs
protected int minOccurs
ElementReference
public ElementReference(java.lang.String string,
GlobalComplexType complexType)
ElementReference
public ElementReference(java.lang.String name,
java.lang.String type)
ElementReference
public ElementReference(TranscriptionConfiguration configuration,
ElementDescriptor elementDescriptor,
Schema schema)
throws java.beans.IntrospectionException
getMinOccurs
public int getMinOccurs()
setMinOccurs
public void setMinOccurs(int minOccurs)
getMaxOccurs
public java.lang.String getMaxOccurs()
setMaxOccurs
public void setMaxOccurs(java.lang.String maxOccurs)
Copyright © 2002-2004 The Apache Software Foundation. All Rights Reserved.