org.deegree_impl.services.wcas.metadatadesc
Class TypeCode_Impl
java.lang.Object
org.deegree_impl.services.wcas.metadatadesc.TypeCode_Impl
- All Implemented Interfaces:
- TypeCode
- public class TypeCode_Impl
- extends java.lang.Object
- implements TypeCode
TypeCode_Impl.java
Created on 16. September 2002, 10:37
|
Field Summary |
(package private) java.lang.String |
keytype
|
|
Constructor Summary |
TypeCode_Impl(java.lang.String keytype)
Creates a new instance of TypeCode_Impl |
|
Method Summary |
java.lang.String |
getKeyType()
returns the KeyType-attribute. use="required"
Possible values are:
discipline
place
stratum
temporal
theme |
void |
setKeyType(java.lang.String keytype)
|
java.lang.String |
toString()
to String method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
keytype
java.lang.String keytype
TypeCode_Impl
public TypeCode_Impl(java.lang.String keytype)
- Creates a new instance of TypeCode_Impl
getKeyType
public java.lang.String getKeyType()
- returns the KeyType-attribute. use="required"
Possible values are:
- discipline
- place
- stratum
- temporal
- theme
- Specified by:
getKeyType in interface TypeCode
- Returns:
- the attribute KeyType
setKeyType
public void setKeyType(java.lang.String keytype)
- See Also:
getKeyType()
toString
public java.lang.String toString()
- to String method