org.deegree.model.metadata.iso19115
Class Constraints
java.lang.Object
  
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: 6259 $, $Date: 2007-03-20 10:15:15 +0100 (Di, 20 Mär 2007) $
 
- Author:
 
  - Andreas Schmitz, last edited by: $Author: bezema $
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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 - 
 
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.
 
 
				an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net