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

java.lang.Object
  extended by org.n52.oxf.serviceAdapters.wcs.model.version100.gml.AbstractGMLType
      extended by org.n52.oxf.wcsModel.version100.wcsCapabilities.AbstractDescriptionBaseType
          extended by org.n52.oxf.wcsModel.version100.wcsCapabilities.AbstractDescriptionType
              extended by org.n52.oxf.wcsModel.version100.wcsCapabilities.CoverageOfferingBriefType
Direct Known Subclasses:
CoverageOfferingType

public class CoverageOfferingBriefType
extends AbstractDescriptionType


Field Summary
protected  List<Keywords> keywords
           
protected  LonLatEnvelopeType lonLatEnvelope
           
 
Fields inherited from class org.n52.oxf.wcsModel.version100.wcsCapabilities.AbstractDescriptionType
label
 
Fields inherited from class org.n52.oxf.serviceAdapters.wcs.model.version100.gml.AbstractGMLType
description, metaDataProperty, name
 
Constructor Summary
CoverageOfferingBriefType()
           
 
Method Summary
protected  List<Keywords> _getKeywords()
           
 List<Keywords> getKeywords()
          Gets the value of the keywords property.
 LonLatEnvelopeType getLonLatEnvelope()
          Gets the value of the lonLatEnvelope property.
 void setLonLatEnvelope(LonLatEnvelopeType value)
          Sets the value of the lonLatEnvelope property.
 
Methods inherited from class org.n52.oxf.wcsModel.version100.wcsCapabilities.AbstractDescriptionType
getLabel, setLabel
 
Methods inherited from class org.n52.oxf.serviceAdapters.wcs.model.version100.gml.AbstractGMLType
_getMetaDataProperty, _getName, getDescription, getMetaDataProperty, getName, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lonLatEnvelope

protected LonLatEnvelopeType lonLatEnvelope

keywords

protected List<Keywords> keywords
Constructor Detail

CoverageOfferingBriefType

public CoverageOfferingBriefType()
Method Detail

getLonLatEnvelope

public LonLatEnvelopeType getLonLatEnvelope()
Gets the value of the lonLatEnvelope property.

Returns:
possible object is LonLatEnvelopeType

setLonLatEnvelope

public void setLonLatEnvelope(LonLatEnvelopeType value)
Sets the value of the lonLatEnvelope property.

Parameters:
value - allowed object is LonLatEnvelopeType

_getKeywords

protected List<Keywords> _getKeywords()

getKeywords

public List<Keywords> getKeywords()
Gets the value of the keywords 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 keywords property.

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

    getKeywords().add(newItem);
 

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



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