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

Uses of AbstractBodyType in net.opengis.ols.v_1_2
 

Subclasses of AbstractBodyType in net.opengis.ols.v_1_2
 class RequestType
          Defines the core information of a service request message.
 class ResponseType
          Defines the response information returned from a service response.
 

Fields in net.opengis.ols.v_1_2 with type parameters of type AbstractBodyType
protected  List<JAXBElement<? extends AbstractBodyType>> XLSType.body
           
 

Methods in net.opengis.ols.v_1_2 that return types with arguments of type AbstractBodyType
 JAXBElement<AbstractBodyType> ObjectFactory.createBody(AbstractBodyType value)
          Create an instance of JAXBElement<AbstractBodyType>}
 List<JAXBElement<? extends AbstractBodyType>> XLSType.getBody()
          Gets the value of the body property.
 

Methods in net.opengis.ols.v_1_2 with parameters of type AbstractBodyType
 JAXBElement<AbstractBodyType> ObjectFactory.createBody(AbstractBodyType value)
          Create an instance of JAXBElement<AbstractBodyType>}
 

Method parameters in net.opengis.ols.v_1_2 with type arguments of type AbstractBodyType
 void XLSType.setBody(List<JAXBElement<? extends AbstractBodyType>> value)
           
 XLSType XLSType.withBody(Collection<JAXBElement<? extends AbstractBodyType>> values)
           
 XLSType XLSType.withBody(List<JAXBElement<? extends AbstractBodyType>> value)
           
 



Copyright © 2008-2016. All Rights Reserved.