org.deegree_impl.services.wcas.metadatadesc
Class Value_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcas.metadatadesc.Value_Impl
All Implemented Interfaces:
Value

public class Value_Impl
extends java.lang.Object
implements Value

Value_Impl.java Created on 16. September 2002, 10:40


Field Summary
private  java.lang.String type
           
 
Constructor Summary
Value_Impl(java.lang.String type)
          Creates a new instance of Value_Impl
 
Method Summary
 java.lang.String getType()
          returns the type-attribute. use="required" Possible values are: string number
 void setType(java.lang.String type)
           
 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

type

private java.lang.String type
Constructor Detail

Value_Impl

public Value_Impl(java.lang.String type)
Creates a new instance of Value_Impl

Method Detail

getType

public java.lang.String getType()
returns the type-attribute. use="required" Possible values are:

Specified by:
getType in interface Value
Returns:
type-attribute

setType

public void setType(java.lang.String type)
See Also:
getType()

toString

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