net.opengis.wfs._2_1
Class TruncatedResponse

java.lang.Object
  extended by net.opengis.wfs._2_1.TruncatedResponse

public class TruncatedResponse
extends Object

Classe Java pour anonymous complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/ows/2.0}ExceptionReport"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ExceptionReport exceptionReport
           
 
Constructor Summary
TruncatedResponse()
           
 
Method Summary
 ExceptionReport getExceptionReport()
          Obtient la valeur de la propriété exceptionReport.
 boolean isSetExceptionReport()
           
 void setExceptionReport(ExceptionReport value)
          Définit la valeur de la propriété exceptionReport.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptionReport

protected ExceptionReport exceptionReport
Constructor Detail

TruncatedResponse

public TruncatedResponse()
Method Detail

getExceptionReport

public ExceptionReport getExceptionReport()
Obtient la valeur de la propriété exceptionReport.

Returns:
possible object is ExceptionReport

setExceptionReport

public void setExceptionReport(ExceptionReport value)
Définit la valeur de la propriété exceptionReport.

Parameters:
value - allowed object is ExceptionReport

isSetExceptionReport

public boolean isSetExceptionReport()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.