Uses of Class
org.deegree.services.jaxb.wcs.TypedType

Packages that use TypedType
org.deegree.services.jaxb.wcs   
 

Uses of TypedType in org.deegree.services.jaxb.wcs
 

Fields in org.deegree.services.jaxb.wcs declared as TypedType
protected  TypedType IntervalType.max
           
protected  TypedType IntervalType.min
           
protected  TypedType RangeSetType.nullValue
           
 

Fields in org.deegree.services.jaxb.wcs with type parameters of type TypedType
protected  List<TypedType> AxisValue.singleValue
           
 

Methods in org.deegree.services.jaxb.wcs that return TypedType
 TypedType ObjectFactory.createTypedType()
          Create an instance of TypedType
 TypedType IntervalType.getMax()
          Gets the value of the max property.
 TypedType IntervalType.getMin()
          Gets the value of the min property.
 TypedType RangeSetType.getNullValue()
          Gets the value of the nullValue property.
 

Methods in org.deegree.services.jaxb.wcs that return types with arguments of type TypedType
 List<TypedType> AxisValue.getSingleValue()
          Gets the value of the singleValue property.
 

Methods in org.deegree.services.jaxb.wcs with parameters of type TypedType
 void IntervalType.setMax(TypedType value)
          Sets the value of the max property.
 void IntervalType.setMin(TypedType value)
          Sets the value of the min property.
 void RangeSetType.setNullValue(TypedType value)
          Sets the value of the nullValue property.
 



Copyright © 2011. All Rights Reserved.