org.deegree.datatypes.parameter
Class GeneralOperationParameterIm
java.lang.Object
  
org.deegree.datatypes.parameter.GeneralOperationParameterIm
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - OperationParameterGroupIm, OperationParameterIm
 
public class GeneralOperationParameterIm
- extends Object
- implements Serializable
  
- Since:
 
  - 2.0
 
- Version:
 
  - 1.0. $Revision: 6259 $, $Date: 2007-03-20 10:15:15 +0100 (Di, 20 Mär 2007) $
 
- Author:
 
  - Andreas Poth , last edited by: $Author: bezema $
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GeneralOperationParameterIm
public GeneralOperationParameterIm(String name,
                                   String remarks,
                                   int maximumOccurs,
                                   int minimumOccurs)
- Parameters:
 name - remarks - maximumOccurs - minimumOccurs - 
getMaximumOccurs
public int getMaximumOccurs()
 
- Returns:
 - Returns the maximumOccurs.
 
 
setMaximumOccurs
public void setMaximumOccurs(int maximumOccurs)
 
- Parameters:
 maximumOccurs - The maximumOccurs to set.
 
getMinimumOccurs
public int getMinimumOccurs()
 
- Returns:
 - Returns the minimumOccurs.
 
 
setMinimumOccurs
public void setMinimumOccurs(int minimumOccurs)
 
- Parameters:
 minimumOccurs - The minimumOccurs to set.
 
getName
public String getName()
 
- Returns:
 - Returns the name.
 
 
setName
public void setName(String name)
 
- Parameters:
 name - The name to set.
 
getRemarks
public String getRemarks()
 
- Returns:
 - Returns the remarks.
 
 
setRemarks
public void setRemarks(String remarks)
 
- Parameters:
 remarks - The remarks to set.
 
				an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net