public class

LocalElement

extends Object
implements Element
java.lang.Object
   ↳ org.apache.commons.betwixt.schema.LocalElement
Known Direct Subclasses

Summary

Fields
protected String maxOccurs
protected int minOccurs
protected String name
Public Constructors
LocalElement(String name)
LocalElement(ElementDescriptor descriptor, Schema schema)
Public Methods
String getMaxOccurs()
int getMinOccurs()
String getName()
void setMaxOccurs(String maxOccurs)
void setMinOccurs(int minOccurs)
void setName(String string)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.commons.betwixt.schema.Element

Fields

protected String maxOccurs

protected int minOccurs

protected String name

Public Constructors

public LocalElement (String name)

public LocalElement (ElementDescriptor descriptor, Schema schema)

Public Methods

public String getMaxOccurs ()

public int getMinOccurs ()

public String getName ()

public void setMaxOccurs (String maxOccurs)

public void setMinOccurs (int minOccurs)

public void setName (String string)