org.deegree_impl.services.wcas.metadatadesc
Class FunctionCode_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcas.metadatadesc.FunctionCode_Impl
All Implemented Interfaces:
FunctionCode

public class FunctionCode_Impl
extends java.lang.Object
implements FunctionCode

FunctionCode_Impl.java Created on 16. September 2002, 10:02

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

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

Field Summary
(package private)  java.lang.String value
           
 
Constructor Summary
FunctionCode_Impl(java.lang.String value)
          Creates a new instance of FunctionCode_Impl
 
Method Summary
 java.lang.String getValue()
          returns the attribute "value". use="required" Possible values are: access additionalInformation download order search
 void setValue(java.lang.String value)
           
 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

value

java.lang.String value
Constructor Detail

FunctionCode_Impl

public FunctionCode_Impl(java.lang.String value)
Creates a new instance of FunctionCode_Impl

Method Detail

getValue

public java.lang.String getValue()
returns the attribute "value". use="required" Possible values are:

setValue

public void setValue(java.lang.String value)
See Also:
getValue()

toString

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