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  String maxOccurs
           
protected  int minOccurs
           
 
Fields inherited from class org.apache.commons.betwixt.schema.GlobalElement
STRING_SIMPLE_TYPE
 
Constructor Summary
ElementReference(String string, GlobalComplexType complexType)
           
ElementReference(String name, String type)
           
ElementReference(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)
           
 
Method Summary
 String getMaxOccurs()
           
 int getMinOccurs()
           
 void setMaxOccurs(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 String maxOccurs

minOccurs

protected int minOccurs
Constructor Detail

ElementReference

public ElementReference(String string,
                        GlobalComplexType complexType)

ElementReference

public ElementReference(String name,
                        String type)

ElementReference

public ElementReference(TranscriptionConfiguration configuration,
                        ElementDescriptor elementDescriptor,
                        Schema schema)
                 throws IntrospectionException
Throws:
IntrospectionException
Method Detail

getMinOccurs

public int getMinOccurs()

setMinOccurs

public void setMinOccurs(int minOccurs)

getMaxOccurs

public String getMaxOccurs()

setMaxOccurs

public void setMaxOccurs(String maxOccurs)


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.