deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.model.metadata.iso19115
Class Constraints

java.lang.Object
  extended by org.deegree.model.metadata.iso19115.Constraints

public class Constraints
extends Object

Constraints is a class that encapsulates metadata about various constraints that can be applied to an OGC web service. The stored data is more general than the simple access constraints specified in the OWS common specification version 1.0.0 and therefore includes a lot more fields.

Since:
2.0
Version:
2.0, $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18. Jun 2009) $
Author:
Andreas Schmitz, last edited by: $Author: mschneider $

Constructor Summary
Constraints(String fees, Date plannedAvailableDateTime, String orderingInstructions, String turnaround, List<String> useLimitations, List<String> accessConstraints, List<String> useConstraints, List<String> otherConstraints)
          Standard constructor that initializes all encapsulated data.
 
Method Summary
 List<String> getAccessConstraints()
           
 String getFees()
           
 String getOrderingInstructions()
           
 List<String> getOtherConstraints()
           
 Date getPlannedAvailableDateTime()
           
 String getTurnaround()
           
 List<String> getUseConstraints()
           
 List<String> getUseLimitations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Constraints

public Constraints(String fees,
                   Date plannedAvailableDateTime,
                   String orderingInstructions,
                   String turnaround,
                   List<String> useLimitations,
                   List<String> accessConstraints,
                   List<String> useConstraints,
                   List<String> otherConstraints)
Standard constructor that initializes all encapsulated data.

Parameters:
fees -
plannedAvailableDateTime -
orderingInstructions -
turnaround -
useLimitations -
accessConstraints -
useConstraints -
otherConstraints -
Method Detail

getAccessConstraints

public List<String> getAccessConstraints()
Returns:
Returns the accessConstraints.

getFees

public String getFees()
Returns:
Returns the fees.

getOrderingInstructions

public String getOrderingInstructions()
Returns:
Returns the orderingInstructions.

getOtherConstraints

public List<String> getOtherConstraints()
Returns:
Returns the otherConstraints.

getPlannedAvailableDateTime

public Date getPlannedAvailableDateTime()
Returns:
Returns the plannedAvailableDateTime.

getTurnaround

public String getTurnaround()
Returns:
Returns the turnaround.

getUseConstraints

public List<String> getUseConstraints()
Returns:
Returns the useConstraints.

getUseLimitations

public List<String> getUseLimitations()
Returns:
Returns the useLimitations.

deegree 2.3 (2010/04/09 10:10 build-4-official)

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