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

Uses of ErrorType in net.opengis.ols.v_1_2
 

Fields in net.opengis.ols.v_1_2 with type parameters of type ErrorType
protected  List<ErrorType> ErrorListType.error
           
 

Methods in net.opengis.ols.v_1_2 that return ErrorType
 ErrorType ObjectFactory.createErrorType()
          Create an instance of ErrorType
 ErrorType ErrorType.withErrorCode(ErrorCodeType value)
           
 ErrorType ErrorType.withLocationID(Object value)
           
 ErrorType ErrorType.withLocationPath(String value)
           
 ErrorType ErrorType.withMessage(String value)
           
 ErrorType ErrorType.withSeverity(SeverityType value)
           
 

Methods in net.opengis.ols.v_1_2 that return types with arguments of type ErrorType
 JAXBElement<ErrorType> ObjectFactory.createError(ErrorType value)
          Create an instance of JAXBElement<ErrorType>}
 List<ErrorType> ErrorListType.getError()
          Gets the value of the error property.
 

Methods in net.opengis.ols.v_1_2 with parameters of type ErrorType
 JAXBElement<ErrorType> ObjectFactory.createError(ErrorType value)
          Create an instance of JAXBElement<ErrorType>}
 ErrorListType ErrorListType.withError(ErrorType... values)
           
 

Method parameters in net.opengis.ols.v_1_2 with type arguments of type ErrorType
 void ErrorListType.setError(List<ErrorType> value)
           
 ErrorListType ErrorListType.withError(Collection<ErrorType> values)
           
 ErrorListType ErrorListType.withError(List<ErrorType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.