Uses of Class
nl.b3p.csw.jaxb.ows.RequestMethodType
-
Packages that use RequestMethodType Package Description nl.b3p.csw.jaxb.ows -
-
Uses of RequestMethodType in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows with type parameters of type RequestMethodType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<RequestMethodType>>HTTP. getOrPostMethods in nl.b3p.csw.jaxb.ows that return RequestMethodType Modifier and Type Method Description RequestMethodTypeObjectFactory. createRequestMethodType()Create an instance ofRequestMethodTypeMethods in nl.b3p.csw.jaxb.ows that return types with arguments of type RequestMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestMethodType>ObjectFactory. createHTTPGet(RequestMethodType value)javax.xml.bind.JAXBElement<RequestMethodType>ObjectFactory. createHTTPPost(RequestMethodType value)List<javax.xml.bind.JAXBElement<RequestMethodType>>HTTP. getGetOrPost()Gets the value of the getOrPost property.Methods in nl.b3p.csw.jaxb.ows with parameters of type RequestMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestMethodType>ObjectFactory. createHTTPGet(RequestMethodType value)javax.xml.bind.JAXBElement<RequestMethodType>ObjectFactory. createHTTPPost(RequestMethodType value)Constructor parameters in nl.b3p.csw.jaxb.ows with type arguments of type RequestMethodType Constructor Description HTTP(List<javax.xml.bind.JAXBElement<RequestMethodType>> getOrPost)Fully-initialising value constructor
-