/** * * * * $Id$ */ package net.opengis.wfs20; import net.opengis.ows11.ExceptionReportType; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Truncated Response Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wfs20.Wfs20Package#getTruncatedResponseType() * @model extendedMetaData="name='truncatedResponse_._type' kind='elementOnly'" * @generated */ public interface TruncatedResponseType extends EObject { /** * Returns the value of the 'Exception Report' containment reference. * * * * Report message returned to the client that requested any OWS operation when the server detects an error while processing that operation request. * * @return the value of the 'Exception Report' containment reference. * @see #setExceptionReport(ExceptionReportType) * @see net.opengis.wfs20.Wfs20Package#getTruncatedResponseType_ExceptionReport() * @model containment="true" required="true" * extendedMetaData="kind='element' name='ExceptionReport' namespace='http://www.opengis.net/ows/1.1'" * @generated */ ExceptionReportType getExceptionReport(); /** * Sets the value of the '{@link net.opengis.wfs20.TruncatedResponseType#getExceptionReport Exception Report}' containment reference. * * * @param value the new value of the 'Exception Report' containment reference. * @see #getExceptionReport() * @generated */ void setExceptionReport(ExceptionReportType value); } // TruncatedResponseType