|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
ContentInformationImpl
FeatureCatalogueDescriptionImpl
public class FeatureCatalogueDescriptionImpl
Location of the responsible individual or organization.
modules/library/metadata (gt-metadata.jar)
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
FeatureCatalogueDescriptionImpl()
Construct an initially empty feature catalogue description. |
|
FeatureCatalogueDescriptionImpl(FeatureCatalogueDescription source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
Collection<Citation> |
getFeatureCatalogueCitations()
Returns the Complete bibliographic reference to one or more external feature catalogues. |
Collection<GenericName> |
getFeatureTypes()
Returns the Complete bibliographic reference to one or more external feature catalogues. |
Collection<Locale> |
getLanguages()
Returns the language(s) used within the catalogue |
Boolean |
isCompliant()
Returns whether or not the cited feature catalogue complies with ISO 19110. |
boolean |
isIncludedWithDataset()
Returns whether or not the feature catalogue is included with the dataset. |
void |
setCompliant(Boolean newValue)
Set whether or not the cited feature catalogue complies with ISO 19110. |
void |
setFeatureCatalogueCitations(Collection<? extends Citation> newValues)
Returns the Complete bibliographic reference to one or more external feature catalogues. |
void |
setFeatureTypes(Collection<? extends GenericName> newValues)
Returns the Complete bibliographic reference to one or more external feature catalogues. |
void |
setIncludedWithDataset(Boolean newValue)
Set whether or not the feature catalogue is included with the dataset. |
void |
setLanguages(Collection<? extends Locale> newValues)
Returns the language(s) used within the catalogue |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FeatureCatalogueDescriptionImpl()
public FeatureCatalogueDescriptionImpl(FeatureCatalogueDescription source)
Method Detail |
---|
public Boolean isCompliant()
isCompliant
in interface FeatureCatalogueDescription
public void setCompliant(Boolean newValue)
public Collection<Locale> getLanguages()
getLanguages
in interface FeatureCatalogueDescription
public void setLanguages(Collection<? extends Locale> newValues)
public boolean isIncludedWithDataset()
isIncludedWithDataset
in interface FeatureCatalogueDescription
public void setIncludedWithDataset(Boolean newValue)
public Collection<GenericName> getFeatureTypes()
getFeatureTypes
in interface FeatureCatalogueDescription
public void setFeatureTypes(Collection<? extends GenericName> newValues)
public Collection<Citation> getFeatureCatalogueCitations()
getFeatureCatalogueCitations
in interface FeatureCatalogueDescription
public void setFeatureCatalogueCitations(Collection<? extends Citation> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |