Package org.geotools.csw
Class CSW
-
public final class CSW extends XSD
This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/cat/csw/2.0.2 schema.- Author:
- Andrea Aime - GeoSolutions
-
-
Field Summary
-
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addDependencies(Set<XSD> dependencies)
Subclass hook to add additional dependencies.static CSW
getInstance()
Returns the singleton instance.String
getNamespaceURI()
Returns 'http://www.opengis.net/cat/csw/2.0.2'.String
getSchemaLocation()
Returns the location of 'csw.xsd.'.-
Methods inherited from class XSD
allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
-
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
AbstractQueryType
public static final QName AbstractQueryType
-
AbstractRecordType
public static final QName AbstractRecordType
-
AcknowledgementType
public static final QName AcknowledgementType
-
BriefRecordType
public static final QName BriefRecordType
-
CapabilitiesType
public static final QName CapabilitiesType
-
ConceptualSchemeType
public static final QName ConceptualSchemeType
-
DCMIRecordType
public static final QName DCMIRecordType
-
DeleteType
public static final QName DeleteType
-
DescribeRecordResponseType
public static final QName DescribeRecordResponseType
-
DescribeRecordType
public static final QName DescribeRecordType
-
DistributedSearchType
public static final QName DistributedSearchType
-
DomainValuesType
public static final QName DomainValuesType
-
EchoedRequestType
public static final QName EchoedRequestType
-
ElementSetNameType
public static final QName ElementSetNameType
-
ElementSetType
public static final QName ElementSetType
-
EmptyType
public static final QName EmptyType
-
GetCapabilitiesType
public static final QName GetCapabilitiesType
-
GetDomainResponseType
public static final QName GetDomainResponseType
-
GetDomainType
public static final QName GetDomainType
-
GetRecordByIdResponseType
public static final QName GetRecordByIdResponseType
-
GetRecordByIdType
public static final QName GetRecordByIdType
-
GetRecordsResponseType
public static final QName GetRecordsResponseType
-
GetRecordsType
public static final QName GetRecordsType
-
HarvestResponseType
public static final QName HarvestResponseType
-
HarvestType
public static final QName HarvestType
-
InsertResultType
public static final QName InsertResultType
-
InsertType
public static final QName InsertType
-
ListOfValuesType
public static final QName ListOfValuesType
-
QueryConstraintType
public static final QName QueryConstraintType
-
QueryType
public static final QName QueryType
-
RangeOfValuesType
public static final QName RangeOfValuesType
-
RecordPropertyType
public static final QName RecordPropertyType
-
RecordType
public static final QName RecordType
-
RequestBaseType
public static final QName RequestBaseType
-
RequestStatusType
public static final QName RequestStatusType
-
ResultType
public static final QName ResultType
-
SchemaComponentType
public static final QName SchemaComponentType
-
SearchResultsType
public static final QName SearchResultsType
-
SummaryRecordType
public static final QName SummaryRecordType
-
TransactionResponseType
public static final QName TransactionResponseType
-
TransactionSummaryType
public static final QName TransactionSummaryType
-
TransactionType
public static final QName TransactionType
-
TypeNameListType
public static final QName TypeNameListType
-
UpdateType
public static final QName UpdateType
-
AbstractQuery
public static final QName AbstractQuery
-
AbstractRecord
public static final QName AbstractRecord
-
Acknowledgement
public static final QName Acknowledgement
-
BriefRecord
public static final QName BriefRecord
-
Capabilities
public static final QName Capabilities
-
Constraint
public static final QName Constraint
-
DCMIRecord
public static final QName DCMIRecord
-
DescribeRecord
public static final QName DescribeRecord
-
DescribeRecordResponse
public static final QName DescribeRecordResponse
-
ElementSetName
public static final QName ElementSetName
-
GetCapabilities
public static final QName GetCapabilities
-
GetDomain
public static final QName GetDomain
-
GetDomainResponse
public static final QName GetDomainResponse
-
GetRecordById
public static final QName GetRecordById
-
GetRecordByIdResponse
public static final QName GetRecordByIdResponse
-
GetRecords
public static final QName GetRecords
-
GetRecordsResponse
public static final QName GetRecordsResponse
-
Harvest
public static final QName Harvest
-
HarvestResponse
public static final QName HarvestResponse
-
Query
public static final QName Query
-
Record
public static final QName Record
-
RecordProperty
public static final QName RecordProperty
-
SimpleType
public static final QName SimpleType
-
SummaryRecord
public static final QName SummaryRecord
-
Transaction
public static final QName Transaction
-
TransactionResponse
public static final QName TransactionResponse
-
SimpleLiteral
public static final QName SimpleLiteral
-
-
Method Detail
-
getInstance
public static final CSW getInstance()
Returns the singleton instance.
-
addDependencies
protected void addDependencies(Set<XSD> dependencies)
Description copied from class:XSD
Subclass hook to add additional dependencies.- Overrides:
addDependencies
in classXSD
-
getNamespaceURI
public String getNamespaceURI()
Returns 'http://www.opengis.net/cat/csw/2.0.2'.- Specified by:
getNamespaceURI
in classXSD
-
getSchemaLocation
public String getSchemaLocation()
Returns the location of 'csw.xsd.'.- Specified by:
getSchemaLocation
in classXSD
-
-