|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.betwixt.schema.GlobalElement
org.apache.commons.betwixt.schema.ElementReference
public class ElementReference
| 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 |
|---|
protected String maxOccurs
protected int minOccurs
| Constructor Detail |
|---|
public ElementReference(String string,
GlobalComplexType complexType)
public ElementReference(String name,
String type)
public ElementReference(TranscriptionConfiguration configuration,
ElementDescriptor elementDescriptor,
Schema schema)
throws IntrospectionException
IntrospectionException| Method Detail |
|---|
public int getMinOccurs()
public void setMinOccurs(int minOccurs)
public String getMaxOccurs()
public void setMaxOccurs(String maxOccurs)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||