org.deegree.metadata.iso.parsing
Class QueryableProperties

java.lang.Object
  extended by org.deegree.metadata.iso.parsing.QueryableProperties

public class QueryableProperties
extends Object

Properties that are queryable by applicationprofiles such as ISO application profile version 1.0 document 07-045.

Version:
$Revision: 31021 $, $Date: 2011-06-09 08:40:00 +0200 (Do, 09. Jun 2011) $
Author:
Steffen Thomas, last edited by: $Author: lbuesching $

Constructor Summary
QueryableProperties()
           
 
Method Summary
 List<String> get_abstract()
           
 List<String> getAlternateTitle()
           
 String getAnyText()
           
 List<BoundingBox> getBoundingBox()
           
 List<Constraint> getConstraints()
           
 String getCouplingType()
           
 Date getCreationDate()
           
 List<CRS> getCrs()
           
 int getDenominator()
           
 String getDistanceUOM()
           
 float getDistanceValue()
           
 List<Format> getFormat()
           
 List<String> getGeographicDescriptionCode_service()
           
 String getIdentifier()
           
 List<Keyword> getKeywords()
           
 String getLanguage()
           
 List<String> getLineages()
           
 Date getModified()
           
 List<OperatesOnData> getOperatesOnData()
           
 List<String> getOperation()
           
 String getOrganisationName()
           
 String getParentIdentifier()
           
 Date getPublicationDate()
           
 String getResourceIdentifier()
           
 List<String> getResourceIdentifiers()
           
 String getResourceLanguage()
           
 List<String> getResourceLanguages()
           
 String getRespPartyRole()
           
 Date getRevisionDate()
           
 String getServiceType()
           
 List<String> getServiceTypeVersion()
           
 Date getSpecificationDate()
           
 String getSpecificationDateType()
           
 List<String> getSpecificationTitle()
           
 Date getTemporalExtentBegin()
           
 Date getTemporalExtentEnd()
           
 List<String> getTitle()
           
 List<String> getTopicCategory()
           
 String getType()
           
 boolean isDegree()
           
 boolean isHasSecurityConstraints()
           
 void set_abstract(List<String> _abstract)
           
 void setAlternateTitle(List<String> alternateTitle)
           
 void setAnyText(String anyText)
           
 void setBoundingBox(List<BoundingBox> boundingBox)
           
 void setConstraints(List<Constraint> constraints)
           
 void setCouplingType(String couplingType)
           
 void setCreationDate(Date creationDate)
           
 void setCrs(List<CRS> crs)
           
 void setDegree(boolean degree)
           
 void setDenominator(int denominator)
           
 void setDistanceUOM(String distanceUOM)
           
 void setDistanceValue(float distanceValue)
           
 void setFormat(List<Format> format)
           
 void setGeographicDescriptionCode_service(List<String> geographicDescriptionCodeService)
           
 void setHasSecurityConstraints(boolean hasSecurityConstraints)
           
 void setIdentifier(String identifier)
           
 void setKeywords(List<Keyword> keywords)
           
 void setLanguage(String language)
           
 void setLineages(List<String> lineages)
           
 void setModified(Date modified)
           
 void setOperatesOnData(List<OperatesOnData> operatesOnData)
           
 void setOperation(List<String> operation)
           
 void setOrganisationName(String organisationName)
           
 void setParentIdentifier(String parentIdentifier)
           
 void setPublicationDate(Date publicationDate)
           
 void setResourceIdentifiers(List<String> resourceIdentifiers)
           
 void setResourceLanguages(List<String> resourceLanguages)
           
 void setRespPartyRole(String respPartyRole)
           
 void setRevisionDate(Date revisionDate)
           
 void setServiceType(String serviceType)
           
 void setServiceTypeVersion(List<String> serviceTypeVersion)
           
 void setSpecificationDate(Date specificationDate)
           
 void setSpecificationDateType(String specificationDateType)
           
 void setSpecificationTitle(List<String> specificationTitle)
           
 void setTemporalExtentBegin(Date temporalExtentBegin)
           
 void setTemporalExtentEnd(Date temporalExtentEnd)
           
 void setTitle(List<String> title)
           
 void setTopicCategory(List<String> topicCategory)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryableProperties

public QueryableProperties()
Method Detail

isDegree

public boolean isDegree()
Returns:
the degree

setDegree

public void setDegree(boolean degree)
Parameters:
degree - the degree to set

getSpecificationTitle

public List<String> getSpecificationTitle()
Returns:
the specificationTitle

setSpecificationTitle

public void setSpecificationTitle(List<String> specificationTitle)
Parameters:
specificationTitle - the specificationTitle to set

getSpecificationDateType

public String getSpecificationDateType()
Returns:
the specificationDateType

setSpecificationDateType

public void setSpecificationDateType(String specificationDateType)
Parameters:
specificationDateType - the specificationDateType to set

getSpecificationDate

public Date getSpecificationDate()
Returns:
the specificationDate

setSpecificationDate

public void setSpecificationDate(Date specificationDate)
Parameters:
specificationDate - the specificationDate to set

getConstraints

public List<Constraint> getConstraints()
Returns:
the constraints

setConstraints

public void setConstraints(List<Constraint> constraints)
Parameters:
constraints - the constraints to set

getLineages

public List<String> getLineages()
Returns:
the lineage

setLineages

public void setLineages(List<String> lineages)
Parameters:
lineage - the lineage to set

get_abstract

public List<String> get_abstract()
Returns:
_abstract

set_abstract

public void set_abstract(List<String> _abstract)
Parameters:
_abstract -

getAnyText

public String getAnyText()
Returns:
the anyText

setAnyText

public void setAnyText(String anyText)
Parameters:
anyText - the anyText to set

getFormat

public List<Format> getFormat()
Returns:
the format

setFormat

public void setFormat(List<Format> format)
Parameters:
format - the format to set

getIdentifier

public String getIdentifier()
Returns:
the identifier

setIdentifier

public void setIdentifier(String identifier)
Parameters:
identifier - the identifier to set

getModified

public Date getModified()
Returns:
the modified

setModified

public void setModified(Date modified)
Parameters:
modified - the modified to set

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - the type to set

getCrs

public List<CRS> getCrs()
Returns:
the crs

setCrs

public void setCrs(List<CRS> crs)
Parameters:
crs - the crs to set

getTitle

public List<String> getTitle()
Returns:
the title

setTitle

public void setTitle(List<String> title)
Parameters:
title - the title to set

getBoundingBox

public List<BoundingBox> getBoundingBox()
Returns:
the boundingBox

setBoundingBox

public void setBoundingBox(List<BoundingBox> boundingBox)
Parameters:
boundingBox - the boundingBox to set

getKeywords

public List<Keyword> getKeywords()
Returns:
the keywords

setKeywords

public void setKeywords(List<Keyword> keywords)
Parameters:
keywords - the keywords to set

getAlternateTitle

public List<String> getAlternateTitle()
Returns:
the alternateTitle

setAlternateTitle

public void setAlternateTitle(List<String> alternateTitle)
Parameters:
alternateTitle - the alternateTitle to set

getResourceLanguage

public String getResourceLanguage()
Returns:
the resourceLanguage

getResourceLanguages

public List<String> getResourceLanguages()
Returns:
the resourceLanguages

setResourceLanguages

public void setResourceLanguages(List<String> resourceLanguages)
Parameters:
resourceLanguages - the resourceLanguages to set

getRevisionDate

public Date getRevisionDate()
Returns:
the revisionDate

setRevisionDate

public void setRevisionDate(Date revisionDate)
Parameters:
revisionDate - the revisionDate to set

getCreationDate

public Date getCreationDate()
Returns:
the creationDate

setCreationDate

public void setCreationDate(Date creationDate)
Parameters:
creationDate - the creationDate to set

getPublicationDate

public Date getPublicationDate()
Returns:
the publicationDate

setPublicationDate

public void setPublicationDate(Date publicationDate)
Parameters:
publicationDate - the publicationDate to set

getOrganisationName

public String getOrganisationName()
Returns:
the organisationName

setOrganisationName

public void setOrganisationName(String organisationName)
Parameters:
organisationName - the organisationName to set

isHasSecurityConstraints

public boolean isHasSecurityConstraints()
Returns:
the hasSecurityConstraints

setHasSecurityConstraints

public void setHasSecurityConstraints(boolean hasSecurityConstraints)
Parameters:
hasSecurityConstraints - the hasSecurityConstraints to set

getLanguage

public String getLanguage()
Returns:
the language

setLanguage

public void setLanguage(String language)
Parameters:
language - the language to set

getResourceIdentifier

public String getResourceIdentifier()
Returns:
the resourceIdentifier

getResourceIdentifiers

public List<String> getResourceIdentifiers()
Returns:
the resourceIdentifiers

setResourceIdentifiers

public void setResourceIdentifiers(List<String> resourceIdentifiers)
Parameters:
resourceIdentifiers - the resourceIdentifiers to set

getParentIdentifier

public String getParentIdentifier()
Returns:
the parentIdentifier

setParentIdentifier

public void setParentIdentifier(String parentIdentifier)
Parameters:
parentIdentifier - the parentIdentifier to set

getTopicCategory

public List<String> getTopicCategory()
Returns:
the topicCategory

setTopicCategory

public void setTopicCategory(List<String> topicCategory)
Parameters:
topicCategory - the topicCategory to set

getServiceType

public String getServiceType()
Returns:
the serviceType

setServiceType

public void setServiceType(String serviceType)
Parameters:
serviceType - the serviceType to set

getServiceTypeVersion

public List<String> getServiceTypeVersion()
Returns:
the serviceTypeVersion

setServiceTypeVersion

public void setServiceTypeVersion(List<String> serviceTypeVersion)
Parameters:
serviceTypeVersion - the serviceTypeVersion to set

getGeographicDescriptionCode_service

public List<String> getGeographicDescriptionCode_service()
Returns:
the geographicDescriptionCode_service

setGeographicDescriptionCode_service

public void setGeographicDescriptionCode_service(List<String> geographicDescriptionCodeService)
Parameters:
geographicDescriptionCodeService - the geographicDescriptionCode_service to set

getOperation

public List<String> getOperation()
Returns:
the operation

setOperation

public void setOperation(List<String> operation)
Parameters:
operation - the operation to set

getCouplingType

public String getCouplingType()
Returns:
the couplingType

setCouplingType

public void setCouplingType(String couplingType)
Parameters:
couplingType - the couplingType to set

getOperatesOnData

public List<OperatesOnData> getOperatesOnData()
Returns:
the operatesOnData

setOperatesOnData

public void setOperatesOnData(List<OperatesOnData> operatesOnData)
Parameters:
operatesOnData - the operatesOnData to set

getDenominator

public int getDenominator()
Returns:
the denominator

setDenominator

public void setDenominator(int denominator)
Parameters:
denominator - the denominator to set

getDistanceValue

public float getDistanceValue()
Returns:
the distanceValue

setDistanceValue

public void setDistanceValue(float distanceValue)
Parameters:
distanceValue - the distanceValue to set

getDistanceUOM

public String getDistanceUOM()
Returns:
the distanceUOM

setDistanceUOM

public void setDistanceUOM(String distanceUOM)
Parameters:
distanceUOM - the distanceUOM to set

getTemporalExtentBegin

public Date getTemporalExtentBegin()
Returns:
the temporalExtentBegin

setTemporalExtentBegin

public void setTemporalExtentBegin(Date temporalExtentBegin)
Parameters:
temporalExtentBegin - the temporalExtentBegin to set

getTemporalExtentEnd

public Date getTemporalExtentEnd()
Returns:
the temporalExtentEnd

setTemporalExtentEnd

public void setTemporalExtentEnd(Date temporalExtentEnd)
Parameters:
temporalExtentEnd - the temporalExtentEnd to set

getRespPartyRole

public String getRespPartyRole()
Returns:
the respPartyRole

setRespPartyRole

public void setRespPartyRole(String respPartyRole)
Parameters:
respPartyRole - the respPartyRole to set


Copyright © 2011. All Rights Reserved.