org.deegree_impl.services.wcas.metadatadesc
Class DependsOn_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcas.metadatadesc.DependsOn_Impl
All Implemented Interfaces:
DependsOn

public class DependsOn_Impl
extends java.lang.Object
implements DependsOn

DependsOn_Impl.java Created on 16. September 2002, 09:59

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

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

Field Summary
private  java.util.ArrayList operationname
           
 
Constructor Summary
DependsOn_Impl(OperationName[] operationname)
          constructor
 
Method Summary
 void addOperationName(OperationName operationname)
           
 OperationName[] getOperationName()
          minOccurs="0" maxOccurs="unbounded"
 void setOperationName(OperationName[] operationname)
           
 java.lang.String toString()
          to String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

operationname

private java.util.ArrayList operationname
Constructor Detail

DependsOn_Impl

public DependsOn_Impl(OperationName[] operationname)
constructor

Method Detail

getOperationName

public OperationName[] getOperationName()
minOccurs="0" maxOccurs="unbounded"

Specified by:
getOperationName in interface DependsOn
Returns:

addOperationName

public void addOperationName(OperationName operationname)
See Also:
getOperationName()

setOperationName

public void setOperationName(OperationName[] operationname)
See Also:
getOperationName()

toString

public java.lang.String toString()
to String