org.n52.oxf.wcsModel.version100.wcsCapabilities
Class Keywords

java.lang.Object
  extended by org.n52.oxf.wcsModel.version100.wcsCapabilities.Keywords

public class Keywords
extends Object


Field Summary
protected  List<String> keyword
           
protected  org.n52.oxf.serviceAdapters.wcs.model.version100.gml.CodeType type
           
 
Constructor Summary
Keywords()
           
 
Method Summary
protected  List<String> _getKeyword()
           
 List<String> getKeyword()
          Gets the value of the keyword property.
 org.n52.oxf.serviceAdapters.wcs.model.version100.gml.CodeType getType()
          Gets the value of the type property.
 void setType(org.n52.oxf.serviceAdapters.wcs.model.version100.gml.CodeType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyword

protected List<String> keyword

type

protected org.n52.oxf.serviceAdapters.wcs.model.version100.gml.CodeType type
Constructor Detail

Keywords

public Keywords()
Method Detail

_getKeyword

protected List<String> _getKeyword()

getKeyword

public List<String> getKeyword()
Gets the value of the keyword property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the keyword property.

For example, to add a new item, do as follows:

    getKeyword().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getType

public org.n52.oxf.serviceAdapters.wcs.model.version100.gml.CodeType getType()
Gets the value of the type property.

Returns:
possible object is CodeType

setType

public void setType(org.n52.oxf.serviceAdapters.wcs.model.version100.gml.CodeType value)
Sets the value of the type property.

Parameters:
value - allowed object is CodeType


Copyright © 2005 - 2010 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.