org.deegree.services.wcas.metadatadesc
Interface LegalConstraints

All Known Implementing Classes:
LegalConstraints_Impl

public interface LegalConstraints

LegalConstraints.java Created on 11. September 2002, 15:55

----------------------------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2004/04/27 15:40:16 $
Author:
Axel Schaefer

Method Summary
 java.lang.String[] getOtherConstraints()
          minOccurs="0" maxOccurs="unbounded"
 PropertyRightsCode[] getPropertyRightsCode()
          minOccurs="0" maxOccurs="unbounded"
 UseConstraintsCode[] getUseConstraintsCode()
          minOccurs="0" maxOccurs="unbounded"
 java.lang.String[] getUseLimitation()
          minOccurs="0" maxOccurs="unbounded"
 

Method Detail

getUseLimitation

public java.lang.String[] getUseLimitation()
minOccurs="0" maxOccurs="unbounded"


getPropertyRightsCode

public PropertyRightsCode[] getPropertyRightsCode()
minOccurs="0" maxOccurs="unbounded"


getUseConstraintsCode

public UseConstraintsCode[] getUseConstraintsCode()
minOccurs="0" maxOccurs="unbounded"


getOtherConstraints

public java.lang.String[] getOtherConstraints()
minOccurs="0" maxOccurs="unbounded"