Package org.opengis.geoapi
Class SchemaInformation.Element
- Object
-
- Element
-
- Enclosing class:
- SchemaInformation
public static final class SchemaInformation.Element extends Object
The type and namespace of a property or type.
-
-
Field Summary
Fields Modifier and Type Field Description StringdocumentationDocumentation, ornullif none.booleanisCollectionWhether the property accepts many items.booleanisRequiredWhether the property is mandatory.StringnamespaceElement namespace as an URI.StringtypeNameThe element type name.
-
-
-
Field Detail
-
isRequired
public final boolean isRequired
Whether the property is mandatory.
-
isCollection
public final boolean isCollection
Whether the property accepts many items.
-
documentation
public final String documentation
Documentation, ornullif none.
-
-