package org.geotools.wcs.bindings; import org.geotools.wcs.WCS; import org.geotools.xml.*; import javax.xml.namespace.QName; /** * Binding object for the type http://www.opengis.net/wcs:WCSCapabilityType_Exception. * * <p> * <pre> * <code> * <complexType name="WCSCapabilityType_Exception"> * <sequence> * <element maxOccurs="unbounded" name="Format" type="string"/> * </sequence> * </complexType> * * </code> * </pre> * </p> * * @generated * * @source $URL: http://svn.osgeo.org/geotools/trunk/modules/extension/xsd/xsd-wcs/src/main/java/org/geotools/wcs/bindings/WCSCapabilityType_ExceptionBinding.java $ */ public class WCSCapabilityType_ExceptionBinding extends AbstractComplexBinding { /** * @generated */ public QName getTarget() { return WCS.WCSCapabilityType_Exception; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated modifiable */ public Class getType() { return null; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * * @generated modifiable */ public Object parse(ElementInstance instance, Node node, Object value) throws Exception { //TODO: implement and remove call to super return super.parse(instance,node,value); } }