deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.record.persistence.genericrecordstore.parsing
Class QueryableProperties

java.lang.Object
  extended by org.deegree.record.persistence.genericrecordstore.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: $, $Date: $
Author:
Steffen Thomas, last edited by: $Author: thomas $

Constructor Summary
QueryableProperties()
           
 
Method Summary
 List<String> get_abstract()
           
 List<String> getAlternateTitle()
           
 String getAnyText()
           
 BoundingBox getBoundingBox()
           
 String getCouplingType()
           
 Date getCreationDate()
           
 List<CRS> getCrs()
           
 int getDenominator()
           
 String getDistanceUOM()
           
 float getDistanceValue()
           
 List<Format> getFormat()
           
 String getGeographicDescriptionCode_service()
           
 List<String> getIdentifier()
           
 List<Keyword> getKeywords()
           
 String getLanguage()
           
 Date getModified()
           
 List<OperatesOnData> getOperatesOnData()
           
 List<String> getOperation()
           
 String getOrganisationName()
           
 String getParentIdentifier()
           
 Date getPublicationDate()
           
 List<String> getResourceIdentifier()
           
 List<String> getResourceLanguage()
           
 Date getRevisionDate()
           
 String getServiceType()
           
 List<String> getServiceTypeVersion()
           
 Date getTemporalExtentBegin()
           
 Date getTemporalExtentEnd()
           
 List<String> getTitle()
           
 List<String> getTopicCategory()
           
 String getType()
           
 boolean isHasSecurityConstraints()
           
 void set_abstract(List<String> _abstract)
           
 void setAlternateTitle(List<String> alternateTitle)
           
 void setAnyText(String anyText)
           
 void setBoundingBox(BoundingBox boundingBox)
           
 void setCouplingType(String couplingType)
           
 void setCreationDate(Date creationDate)
           
 void setCrs(List<CRS> crs)
           
 void setDenominator(int denominator)
           
 void setDistanceUOM(String distanceUOM)
           
 void setDistanceValue(float distanceValue)
           
 void setFormat(List<Format> format)
           
 void setGeographicDescriptionCode_service(String geographicDescriptionCodeService)
           
 void setHasSecurityConstraints(boolean hasSecurityConstraints)
           
 void setIdentifier(List<String> identifier)
           
 void setKeywords(List<Keyword> keywords)
           
 void setLanguage(String language)
           
 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 setResourceIdentifier(List<String> resourceIdentifier)
           
 void setResourceLanguage(List<String> resourceLanguage)
           
 void setRevisionDate(Date revisionDate)
           
 void setServiceType(String serviceType)
           
 void setServiceTypeVersion(List<String> serviceTypeVersion)
           
 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

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 List<String> getIdentifier()
Returns:
the identifier

setIdentifier

public void setIdentifier(List<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 BoundingBox getBoundingBox()
Returns:
the boundingBox

setBoundingBox

public void setBoundingBox(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 List<String> getResourceLanguage()
Returns:
the resourceLanguage

setResourceLanguage

public void setResourceLanguage(List<String> resourceLanguage)
Parameters:
resourceLanguage - the resourceLanguage 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 List<String> getResourceIdentifier()
Returns:
the resourceIdentifier

setResourceIdentifier

public void setResourceIdentifier(List<String> resourceIdentifier)
Parameters:
resourceIdentifier - the resourceIdentifier 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 String getGeographicDescriptionCode_service()
Returns:
the geographicDescriptionCode_service

setGeographicDescriptionCode_service

public void setGeographicDescriptionCode_service(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

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>