public class LocalElement extends Object implements Element
Modifier and Type | Field and Description |
---|---|
protected String |
maxOccurs |
protected int |
minOccurs |
protected String |
name |
Constructor and Description |
---|
LocalElement(ElementDescriptor descriptor,
Schema schema) |
LocalElement(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getMaxOccurs() |
int |
getMinOccurs() |
String |
getName() |
void |
setMaxOccurs(String maxOccurs) |
void |
setMinOccurs(int minOccurs) |
void |
setName(String string) |
protected String name
protected String maxOccurs
protected int minOccurs
public LocalElement(String name)
public LocalElement(ElementDescriptor descriptor, Schema schema) throws IntrospectionException
IntrospectionException
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.