org.deegree_impl.services.wcas.metadatadesc
Class PropertyRightsCode_Impl
java.lang.Object
org.deegree_impl.services.wcas.metadatadesc.PropertyRightsCode_Impl
- All Implemented Interfaces:
- PropertyRightsCode
- public class PropertyRightsCode_Impl
- extends java.lang.Object
- implements PropertyRightsCode
PropertyRightsCode_Impl.java
Created on 16. September 2002, 10:32
Field Summary |
(package private) java.lang.String |
restrict
|
Constructor Summary |
PropertyRightsCode_Impl(java.lang.String restrict)
Creates a new instance of PropertyRightsCode_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
java.lang.String restrict
PropertyRightsCode_Impl
public PropertyRightsCode_Impl(java.lang.String restrict)
- Creates a new instance of PropertyRightsCode_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 PropertyRightsCode
setRestrict
public void setRestrict(java.lang.String restrict)
- See Also:
getRestrict()
toString
public java.lang.String toString()
- to String method