Uses of Class
net.opengis.ols.v_1_2.ErrorListType

Uses of ErrorListType in net.opengis.ols.v_1_2
 

Fields in net.opengis.ols.v_1_2 declared as ErrorListType
protected  ErrorListType ResponseType.errorList
           
protected  ErrorListType ResponseHeaderType.errorList
           
 

Methods in net.opengis.ols.v_1_2 that return ErrorListType
 ErrorListType ObjectFactory.createErrorListType()
          Create an instance of ErrorListType
 ErrorListType ResponseType.getErrorList()
          Gets the value of the errorList property.
 ErrorListType ResponseHeaderType.getErrorList()
          Gets the value of the errorList property.
 ErrorListType ErrorListType.withError(Collection<ErrorType> values)
           
 ErrorListType ErrorListType.withError(ErrorType... values)
           
 ErrorListType ErrorListType.withError(List<ErrorType> value)
           
 ErrorListType ErrorListType.withHighestSeverity(SeverityType value)
           
 

Methods in net.opengis.ols.v_1_2 that return types with arguments of type ErrorListType
 JAXBElement<ErrorListType> ObjectFactory.createErrorList(ErrorListType value)
          Create an instance of JAXBElement<ErrorListType>}
 

Methods in net.opengis.ols.v_1_2 with parameters of type ErrorListType
 JAXBElement<ErrorListType> ObjectFactory.createErrorList(ErrorListType value)
          Create an instance of JAXBElement<ErrorListType>}
 void ResponseType.setErrorList(ErrorListType value)
          Sets the value of the errorList property.
 void ResponseHeaderType.setErrorList(ErrorListType value)
          Sets the value of the errorList property.
 ResponseType ResponseType.withErrorList(ErrorListType value)
           
 ResponseHeaderType ResponseHeaderType.withErrorList(ErrorListType value)
           
 



Copyright © 2008-2016. All Rights Reserved.