public class ElementGT extends Object implements Element
TODO Description
Responsibilities:
Example Use:
ElementGT x = new ElementGT( ... );
TODO code example
Constructor and Description |
---|
ElementGT(String id,
String name,
URI namespace,
Type type,
int min,
int max,
boolean nillable,
Element substitutionGroup,
boolean _abstract)
Construct
ElementGT . |
Modifier and Type | Method and Description |
---|---|
Element |
findChildElement(String name1)
TODO summary sentence for findChildElement ...
|
Element |
findChildElement(String localName,
URI namespaceURI) |
int |
getBlock()
TODO summary sentence for getBlock ...
|
String |
getDefault()
TODO summary sentence for getDefault ...
|
int |
getFinal()
TODO summary sentence for getFinal ...
|
String |
getFixed()
TODO summary sentence for getFixed ...
|
int |
getGrouping()
TODO summary sentence for getGrouping ...
|
String |
getId()
TODO summary sentence for getId ...
|
int |
getMaxOccurs()
TODO summary sentence for getMaxOccurs ...
|
int |
getMinOccurs()
TODO summary sentence for getMinOccurs ...
|
String |
getName()
TODO summary sentence for getName ...
|
URI |
getNamespace()
TODO summary sentence for getNamespace ...
|
Element |
getSubstitutionGroup()
TODO summary sentence for getSubstitutionGroup ...
|
Type |
getType()
TODO summary sentence for getType ...
|
boolean |
isAbstract()
TODO summary sentence for isAbstract ...
|
boolean |
isForm()
TODO summary sentence for isForm ...
|
boolean |
isNillable()
TODO summary sentence for isNillable ...
|
public boolean isAbstract()
isAbstract
in interface Element
Element.isAbstract()
public int getBlock()
getBlock
in interface Element
Element.getBlock()
public String getDefault()
getDefault
in interface Element
Element.getDefault()
public int getFinal()
getFinal
in interface Element
Element.getFinal()
public String getFixed()
getFixed
in interface Element
Element.getFixed()
public boolean isForm()
isForm
in interface Element
Element.isForm()
public String getId()
getId
in interface Element
Element.getId()
public int getMaxOccurs()
getMaxOccurs
in interface Element
getMaxOccurs
in interface ElementGrouping
ElementGrouping.getMaxOccurs()
public int getMinOccurs()
getMinOccurs
in interface Element
getMinOccurs
in interface ElementGrouping
ElementGrouping.getMinOccurs()
public String getName()
getName
in interface Element
Element.getName()
public URI getNamespace()
getNamespace
in interface Element
Element.getNamespace()
public boolean isNillable()
isNillable
in interface Element
Element.isNillable()
public Element getSubstitutionGroup()
getSubstitutionGroup
in interface Element
Element.getSubstitutionGroup()
public Type getType()
getType
in interface Element
Element.getType()
public int getGrouping()
getGrouping
in interface ElementGrouping
ElementGrouping.getGrouping()
public Element findChildElement(String name1)
findChildElement
in interface ElementGrouping
name1
- ElementGrouping.findChildElement(java.lang.String)
public Element findChildElement(String localName, URI namespaceURI)
findChildElement
in interface ElementGrouping
Copyright © 1996–2019 Geotools. All rights reserved.