org.deegree_impl.services.wcas.metadatadesc
Class LegalConstraints_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcas.metadatadesc.LegalConstraints_Impl
All Implemented Interfaces:
LegalConstraints

public class LegalConstraints_Impl
extends java.lang.Object
implements LegalConstraints

LegalConstraints_Impl.java Created on 16. September 2002, 10:19

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

Version:
$Revision: 1.3 $ $Date: 2004/05/10 08:40:58 $
Author:
Axel Schaefer

Field Summary
(package private)  java.util.ArrayList otherconstraints
           
(package private)  java.util.ArrayList propertyrightscode
           
(package private)  java.util.ArrayList useconstraintscode
           
(package private)  java.util.ArrayList uselimitation
           
 
Constructor Summary
LegalConstraints_Impl(java.lang.String[] otherconstraints, PropertyRightsCode[] propertyrightscode, UseConstraintsCode[] useconstraintscode, java.lang.String[] uselimitation)
          Creates a new instance of LegalConstraints_Impl
 
Method Summary
 void addOtherConstraints(java.lang.String otherconstraints)
           
 void addPropertyRightsCode(PropertyRightsCode propertyrightscode)
           
 void addUseConstraintsCode(UseConstraintsCode useconstraintscode)
           
 void addUseLimitation(java.lang.String uselimitation)
           
 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"
 void setOtherConstraints(java.lang.String[] otherconstraints)
           
 void setPropertyRightsCode(PropertyRightsCode[] propertyrightscode)
           
 void setUseConstraintsCode(UseConstraintsCode[] useconstraintscode)
           
 void setUseLimitation(java.lang.String[] uselimitation)
           
 java.lang.String toString()
          to String method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

otherconstraints

java.util.ArrayList otherconstraints

propertyrightscode

java.util.ArrayList propertyrightscode

useconstraintscode

java.util.ArrayList useconstraintscode

uselimitation

java.util.ArrayList uselimitation
Constructor Detail

LegalConstraints_Impl

public LegalConstraints_Impl(java.lang.String[] otherconstraints,
                             PropertyRightsCode[] propertyrightscode,
                             UseConstraintsCode[] useconstraintscode,
                             java.lang.String[] uselimitation)
Creates a new instance of LegalConstraints_Impl

Method Detail

getOtherConstraints

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

Specified by:
getOtherConstraints in interface LegalConstraints

addOtherConstraints

public void addOtherConstraints(java.lang.String otherconstraints)
See Also:
getOtherConstraints()

setOtherConstraints

public void setOtherConstraints(java.lang.String[] otherconstraints)
See Also:
getOtherConstraints()

getPropertyRightsCode

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

Specified by:
getPropertyRightsCode in interface LegalConstraints

addPropertyRightsCode

public void addPropertyRightsCode(PropertyRightsCode propertyrightscode)
See Also:
getPropertyRightsCode()

setPropertyRightsCode

public void setPropertyRightsCode(PropertyRightsCode[] propertyrightscode)
See Also:
getPropertyRightsCode()

getUseConstraintsCode

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

Specified by:
getUseConstraintsCode in interface LegalConstraints

addUseConstraintsCode

public void addUseConstraintsCode(UseConstraintsCode useconstraintscode)
See Also:
getUseConstraintsCode()

setUseConstraintsCode

public void setUseConstraintsCode(UseConstraintsCode[] useconstraintscode)
See Also:
getUseConstraintsCode()

getUseLimitation

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

Specified by:
getUseLimitation in interface LegalConstraints

addUseLimitation

public void addUseLimitation(java.lang.String uselimitation)
See Also:
getUseLimitation()

setUseLimitation

public void setUseLimitation(java.lang.String[] uselimitation)
See Also:
getUseLimitation()

toString

public java.lang.String toString()
to String method