Package org.geotools.csw
Class DC
-
public final class DC extends XSD
This interface contains the qualified names of all the types,elements, and attributes in the http://purl.org/dc/elements/1.1/ schema.
-
-
Field Summary
Fields Modifier and Type Field Description static QName
contributor
static QName
coverage
static QName
creator
static QName
date
static QName
DCelement
static QName
description
static QName
elementContainer
static QName
format
static QName
identifier
static QName
language
static String
NAMESPACE
static QName
publisher
static QName
relation
static QName
rights
static QName
SimpleLiteral
static QName
source
static QName
subject
static QName
title
static QName
type
-
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 dependencies)
Subclass hook to add additional dependencies.static DC
getInstance()
Returns the singleton instance.String
getNamespaceURI()
Returns 'http://purl.org/dc/elements/1.1/'.String
getSchemaLocation()
Returns the location of 'rec-dcmes.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
-
elementContainer
public static final QName elementContainer
-
SimpleLiteral
public static final QName SimpleLiteral
-
contributor
public static final QName contributor
-
coverage
public static final QName coverage
-
creator
public static final QName creator
-
date
public static final QName date
-
DCelement
public static final QName DCelement
-
description
public static final QName description
-
format
public static final QName format
-
identifier
public static final QName identifier
-
language
public static final QName language
-
publisher
public static final QName publisher
-
relation
public static final QName relation
-
rights
public static final QName rights
-
source
public static final QName source
-
subject
public static final QName subject
-
title
public static final QName title
-
type
public static final QName type
-
-
Method Detail
-
getInstance
public static final DC getInstance()
Returns the singleton instance.
-
addDependencies
protected void addDependencies(Set dependencies)
Description copied from class:XSD
Subclass hook to add additional dependencies.- Overrides:
addDependencies
in classXSD
-
getNamespaceURI
public String getNamespaceURI()
Returns 'http://purl.org/dc/elements/1.1/'.- Specified by:
getNamespaceURI
in classXSD
-
getSchemaLocation
public String getSchemaLocation()
Returns the location of 'rec-dcmes.xsd.'.- Specified by:
getSchemaLocation
in classXSD
-
-