public class ElementReference extends GlobalElement
Modifier and Type | Field and Description |
---|---|
protected String |
maxOccurs |
protected int |
minOccurs |
STRING_SIMPLE_TYPE
Constructor and Description |
---|
ElementReference(String string,
GlobalComplexType complexType) |
ElementReference(String name,
String type) |
ElementReference(TranscriptionConfiguration configuration,
ElementDescriptor elementDescriptor,
Schema schema) |
Modifier and Type | Method and Description |
---|---|
String |
getMaxOccurs() |
int |
getMinOccurs() |
void |
setMaxOccurs(String maxOccurs) |
void |
setMinOccurs(int minOccurs) |
equals, getComplexType, getName, getType, hashCode, setComplexType, setName, setType, toString
protected String maxOccurs
protected int minOccurs
public ElementReference(String string, GlobalComplexType complexType)
public ElementReference(TranscriptionConfiguration configuration, ElementDescriptor elementDescriptor, Schema schema) throws IntrospectionException
IntrospectionException
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.