org.apache.commons.betwixt.schema
Class ElementReference
java.lang.Object
org.apache.commons.betwixt.schema.GlobalElement
org.apache.commons.betwixt.schema.ElementReference
- All Implemented Interfaces:
- Element
public class ElementReference
- extends GlobalElement
- Version:
- $Revision: 561314 $
- Author:
- Apache Commons Team
maxOccurs
protected String maxOccurs
minOccurs
protected int minOccurs
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
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.