public class AppSchemaInfo extends Object
| Constructor and Description |
|---|
AppSchemaInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
conforms()
Indicates whether or not the application schema includes any of the
schema components identified in clause 21.2.1.
|
List<XSElementDeclaration> |
getCoverageTypes() |
List<XSElementDeclaration> |
getCrsTypes() |
List<XSElementDeclaration> |
getDefinitionTypes() |
Set<XSComplexTypeDefinition> |
getFeatureDefinitions() |
List<XSElementDeclaration> |
getFeatureTypes() |
List<XSElementDeclaration> |
getGeometryTypes() |
Set<GMLObjectType> |
getGMLContentTypes() |
List<XSElementDeclaration> |
getObservationTypes() |
List<XSElementDeclaration> |
getTimeTypes() |
List<XSElementDeclaration> |
getTopoTypes() |
void |
setCoverageTypes(List<XSElementDeclaration> coverageTypes) |
void |
setCrsTypes(List<XSElementDeclaration> crsTypes) |
void |
setDefinitionTypes(List<XSElementDeclaration> definitionTypes) |
void |
setFeatureDefinitions(Set<XSComplexTypeDefinition> typeDefs) |
void |
setFeatureTypes(List<XSElementDeclaration> features) |
void |
setGeometryTypes(List<XSElementDeclaration> geometries) |
void |
setObservationTypes(List<XSElementDeclaration> obsTypes) |
void |
setTimeTypes(List<XSElementDeclaration> timeTypes) |
void |
setTopoTypes(List<XSElementDeclaration> topoTypes) |
String |
toString() |
public Set<GMLObjectType> getGMLContentTypes()
public List<XSElementDeclaration> getFeatureTypes()
public void setFeatureTypes(List<XSElementDeclaration> features)
public Set<XSComplexTypeDefinition> getFeatureDefinitions()
public void setFeatureDefinitions(Set<XSComplexTypeDefinition> typeDefs)
public List<XSElementDeclaration> getGeometryTypes()
public void setGeometryTypes(List<XSElementDeclaration> geometries)
public List<XSElementDeclaration> getTimeTypes()
public void setTimeTypes(List<XSElementDeclaration> timeTypes)
public List<XSElementDeclaration> getTopoTypes()
public void setTopoTypes(List<XSElementDeclaration> topoTypes)
public List<XSElementDeclaration> getCoverageTypes()
public void setCoverageTypes(List<XSElementDeclaration> coverageTypes)
public List<XSElementDeclaration> getCrsTypes()
public void setCrsTypes(List<XSElementDeclaration> crsTypes)
public List<XSElementDeclaration> getDefinitionTypes()
public void setDefinitionTypes(List<XSElementDeclaration> definitionTypes)
public List<XSElementDeclaration> getObservationTypes()
public void setObservationTypes(List<XSElementDeclaration> obsTypes)
public boolean conforms()
true if the required schema components are present;
false otherwise.Copyright © 2014 Open Geospatial Consortium. All rights reserved.