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

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

public class SupportedInterpolationsType
extends Object


Field Summary
protected  InterpolationMethodType _default
           
protected  List<InterpolationMethodType> interpolationMethod
           
 
Constructor Summary
SupportedInterpolationsType()
           
 
Method Summary
protected  List<InterpolationMethodType> _getInterpolationMethod()
           
 InterpolationMethodType getDefault()
          Gets the value of the default property.
 List<InterpolationMethodType> getInterpolationMethod()
          Gets the value of the interpolationMethod property.
 void setDefault(InterpolationMethodType value)
          Sets the value of the default property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interpolationMethod

protected List<InterpolationMethodType> interpolationMethod

_default

protected InterpolationMethodType _default
Constructor Detail

SupportedInterpolationsType

public SupportedInterpolationsType()
Method Detail

_getInterpolationMethod

protected List<InterpolationMethodType> _getInterpolationMethod()

getInterpolationMethod

public List<InterpolationMethodType> getInterpolationMethod()
Gets the value of the interpolationMethod 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 interpolationMethod property.

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

    getInterpolationMethod().add(newItem);
 

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


getDefault

public InterpolationMethodType getDefault()
Gets the value of the default property.

Returns:
possible object is InterpolationMethodType

setDefault

public void setDefault(InterpolationMethodType value)
Sets the value of the default property.

Parameters:
value - allowed object is InterpolationMethodType


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