Package nl.b3p.csw.jaxb.ows
Class DCP
- java.lang.Object
-
- nl.b3p.csw.jaxb.ows.DCP
-
public class DCP extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://www.opengis.net/ows}HTTP"/> </choice> </restriction> </complexContent> </complexType>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HTTPgetHTTP()Gets the value of the http property.voidsetHTTP(HTTP value)Sets the value of the http property.
-