public class ObjectFactory
extends java.lang.Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.wcs.v_2_0
|
public ObjectFactory()
public CoverageOfferingsType createCoverageOfferingsType()
CoverageOfferingsTypepublic ServiceMetadataType createServiceMetadataType()
ServiceMetadataTypepublic OfferedCoverageType createOfferedCoverageType()
OfferedCoverageTypepublic ServiceParametersType createServiceParametersType()
ServiceParametersTypepublic CoverageSubtypeParentType createCoverageSubtypeParentType()
CoverageSubtypeParentTypepublic ExtensionType createExtensionType()
ExtensionTypepublic GetCoverageType createGetCoverageType()
GetCoverageTypepublic DimensionTrimType createDimensionTrimType()
DimensionTrimTypepublic DimensionSliceType createDimensionSliceType()
DimensionSliceTypepublic DescribeCoverageType createDescribeCoverageType()
DescribeCoverageTypepublic CoverageDescriptionsType createCoverageDescriptionsType()
CoverageDescriptionsTypepublic CoverageDescriptionType createCoverageDescriptionType()
CoverageDescriptionTypepublic GetCapabilitiesType createGetCapabilitiesType()
GetCapabilitiesTypepublic CapabilitiesType createCapabilitiesType()
CapabilitiesTypepublic ContentsType createContentsType()
ContentsTypepublic CoverageSummaryType createCoverageSummaryType()
CoverageSummaryTypepublic javax.xml.bind.JAXBElement<java.lang.String> createCoverageId(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<CoverageOfferingsType> createCoverageOfferings(CoverageOfferingsType value)
public javax.xml.bind.JAXBElement<ServiceMetadataType> createServiceMetadata(ServiceMetadataType value)
public javax.xml.bind.JAXBElement<OfferedCoverageType> createOfferedCoverage(OfferedCoverageType value)
public javax.xml.bind.JAXBElement<ServiceParametersType> createServiceParameters(ServiceParametersType value)
public javax.xml.bind.JAXBElement<javax.xml.namespace.QName> createCoverageSubtype(javax.xml.namespace.QName value)
JAXBElement<QName>}public javax.xml.bind.JAXBElement<CoverageSubtypeParentType> createCoverageSubtypeParent(CoverageSubtypeParentType value)
public javax.xml.bind.JAXBElement<ExtensionType> createExtension(ExtensionType value)
public javax.xml.bind.JAXBElement<GetCoverageType> createGetCoverage(GetCoverageType value)
public javax.xml.bind.JAXBElement<DimensionSubsetType> createDimensionSubset(DimensionSubsetType value)
public javax.xml.bind.JAXBElement<DimensionTrimType> createDimensionTrim(DimensionTrimType value)
public javax.xml.bind.JAXBElement<DimensionSliceType> createDimensionSlice(DimensionSliceType value)
public javax.xml.bind.JAXBElement<DescribeCoverageType> createDescribeCoverage(DescribeCoverageType value)
public javax.xml.bind.JAXBElement<CoverageDescriptionsType> createCoverageDescriptions(CoverageDescriptionsType value)
public javax.xml.bind.JAXBElement<CoverageDescriptionType> createCoverageDescription(CoverageDescriptionType value)
public javax.xml.bind.JAXBElement<GetCapabilitiesType> createGetCapabilities(GetCapabilitiesType value)
public javax.xml.bind.JAXBElement<CapabilitiesType> createCapabilities(CapabilitiesType value)
public javax.xml.bind.JAXBElement<ContentsType> createContents(ContentsType value)
public javax.xml.bind.JAXBElement<CoverageSummaryType> createCoverageSummary(CoverageSummaryType value)
Copyright © 2008-2021. All Rights Reserved.