org.deegree_impl.services.wcas.metadatadesc
Class UseConstraintsCode_Impl
java.lang.Object
org.deegree_impl.services.wcas.metadatadesc.UseConstraintsCode_Impl
- All Implemented Interfaces:
- UseConstraintsCode
- public class UseConstraintsCode_Impl
- extends java.lang.Object
- implements UseConstraintsCode
UserConstraintsCode_Impl.java
Created on 16. September 2002, 10:39
Field Summary |
private java.lang.String |
restrict
|
Constructor Summary |
UseConstraintsCode_Impl(java.lang.String restrict)
Creates a new instance of UserConstraintsCode_Impl |
Method Summary |
java.lang.String |
getRestrict()
returns the Restrict-attribute. use="required"
Possible values are:
copyright
patent
patentPending
license
intellectualPropertyRights
trademark |
void |
setRestrict(java.lang.String restrict)
|
java.lang.String |
toString()
to String method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
restrict
private java.lang.String restrict
UseConstraintsCode_Impl
public UseConstraintsCode_Impl(java.lang.String restrict)
- Creates a new instance of UserConstraintsCode_Impl
getRestrict
public java.lang.String getRestrict()
- returns the Restrict-attribute. use="required"
Possible values are:
- copyright
- patent
- patentPending
- license
- intellectualPropertyRights
- trademark
- Specified by:
getRestrict
in interface UseConstraintsCode
setRestrict
public void setRestrict(java.lang.String restrict)
- See Also:
getRestrict()
toString
public java.lang.String toString()
- to String method