public class

ElementReference

extends GlobalElement
java.lang.Object
   ↳ org.apache.commons.betwixt.schema.GlobalElement
     ↳ org.apache.commons.betwixt.schema.ElementReference

Summary

[Expand]
Inherited Constants
From class org.apache.commons.betwixt.schema.GlobalElement
Fields
protected String maxOccurs
protected int minOccurs
Public Constructors
ElementReference(String string, GlobalComplexType complexType)
ElementReference(String name, String type)
ElementReference(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)
Public Methods
String getMaxOccurs()
int getMinOccurs()
void setMaxOccurs(String maxOccurs)
void setMinOccurs(int minOccurs)
[Expand]
Inherited Methods
From class org.apache.commons.betwixt.schema.GlobalElement
From class java.lang.Object
From interface org.apache.commons.betwixt.schema.Element

Fields

protected String maxOccurs

protected int minOccurs

Public Constructors

public ElementReference (String string, GlobalComplexType complexType)

public ElementReference (String name, String type)

public ElementReference (TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema)

Public Methods

public String getMaxOccurs ()

public int getMinOccurs ()

public void setMaxOccurs (String maxOccurs)

public void setMinOccurs (int minOccurs)