org.apache.commons.betwixt.schema
Class ElementReference

java.lang.Object
  extended by org.apache.commons.betwixt.schema.GlobalElement
      extended by org.apache.commons.betwixt.schema.ElementReference
All Implemented Interfaces:
Element

public class ElementReference
extends GlobalElement

Version:
$Revision: 561314 $
Author:
Apache Commons Team

Field Summary
protected  java.lang.String maxOccurs
           
protected  int minOccurs
           
 
Fields inherited from class org.apache.commons.betwixt.schema.GlobalElement
STRING_SIMPLE_TYPE
 
Constructor Summary
ElementReference(java.lang.String string, GlobalComplexType complexType)
           
ElementReference(java.lang.String name, java.lang.String type)
           
ElementReference(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)
           
 
Method Summary
 java.lang.String getMaxOccurs()
           
 int getMinOccurs()
           
 void setMaxOccurs(java.lang.String maxOccurs)
           
 void setMinOccurs(int minOccurs)
           
 
Methods inherited from class org.apache.commons.betwixt.schema.GlobalElement
equals, getComplexType, getName, getType, hashCode, setComplexType, setName, setType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

maxOccurs

protected java.lang.String maxOccurs

minOccurs

protected int minOccurs
Constructor Detail

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
Throws:
java.beans.IntrospectionException
Method Detail

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-2008 The Apache Software Foundation. All Rights Reserved.