net.opengis.wms
Class ObjectFactory

java.lang.Object
  extended by net.opengis.wms.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.wms package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.wms
 
Method Summary
 JAXBElement<String> createAbstract(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createAccessConstraints(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createAddress(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createAddressType(String value)
          Create an instance of JAXBElement<String>}
 Attribution createAttribution()
          Create an instance of Attribution
 AuthorityURL createAuthorityURL()
          Create an instance of AuthorityURL
 BoundingBox createBoundingBox()
          Create an instance of BoundingBox
 Capability createCapability()
          Create an instance of Capability
 JAXBElement<String> createCity(String value)
          Create an instance of JAXBElement<String>}
 ContactAddress createContactAddress()
          Create an instance of ContactAddress
 JAXBElement<String> createContactElectronicMailAddress(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createContactFacsimileTelephone(String value)
          Create an instance of JAXBElement<String>}
 ContactInformation createContactInformation()
          Create an instance of ContactInformation
 JAXBElement<String> createContactOrganization(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createContactPerson(String value)
          Create an instance of JAXBElement<String>}
 ContactPersonPrimary createContactPersonPrimary()
          Create an instance of ContactPersonPrimary
 JAXBElement<String> createContactPosition(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createContactVoiceTelephone(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createCountry(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createCRS(String value)
          Create an instance of JAXBElement<String>}
 DataURL createDataURL()
          Create an instance of DataURL
 DCPType createDCPType()
          Create an instance of DCPType
 Dimension createDimension()
          Create an instance of Dimension
 Exception createException()
          Create an instance of Exception
 EXGeographicBoundingBox createEXGeographicBoundingBox()
          Create an instance of EXGeographicBoundingBox
 JAXBElement<Object> createExtendedCapabilities(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<OperationType> createExtendedOperation(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 FeatureListURL createFeatureListURL()
          Create an instance of FeatureListURL
 JAXBElement<String> createFees(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createFormat(String value)
          Create an instance of JAXBElement<String>}
 Get createGet()
          Create an instance of Get
 JAXBElement<OperationType> createGetCapabilities(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 JAXBElement<OperationType> createGetFeatureInfo(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 JAXBElement<OperationType> createGetMap(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 HTTP createHTTP()
          Create an instance of HTTP
 Identifier createIdentifier()
          Create an instance of Identifier
 Keyword createKeyword()
          Create an instance of Keyword
 KeywordList createKeywordList()
          Create an instance of KeywordList
 Layer createLayer()
          Create an instance of Layer
 JAXBElement<BigInteger> createLayerLimit(BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 LegendURL createLegendURL()
          Create an instance of LegendURL
 LogoURL createLogoURL()
          Create an instance of LogoURL
 JAXBElement<BigInteger> createMaxHeight(BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 JAXBElement<Double> createMaxScaleDenominator(Double value)
          Create an instance of JAXBElement<Double>}
 JAXBElement<BigInteger> createMaxWidth(BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 MetadataURL createMetadataURL()
          Create an instance of MetadataURL
 JAXBElement<Double> createMinScaleDenominator(Double value)
          Create an instance of JAXBElement<Double>}
 JAXBElement<String> createName(String value)
          Create an instance of JAXBElement<String>}
 OnlineResource createOnlineResource()
          Create an instance of OnlineResource
 OperationType createOperationType()
          Create an instance of OperationType
 Post createPost()
          Create an instance of Post
 JAXBElement<String> createPostCode(String value)
          Create an instance of JAXBElement<String>}
 Request createRequest()
          Create an instance of Request
 Service createService()
          Create an instance of Service
 JAXBElement<String> createStateOrProvince(String value)
          Create an instance of JAXBElement<String>}
 Style createStyle()
          Create an instance of Style
 StyleSheetURL createStyleSheetURL()
          Create an instance of StyleSheetURL
 StyleURL createStyleURL()
          Create an instance of StyleURL
 JAXBElement<String> createTitle(String value)
          Create an instance of JAXBElement<String>}
 WMSCapabilities createWMSCapabilities()
          Create an instance of WMSCapabilities
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.wms

Method Detail

createOperationType

public OperationType createOperationType()
Create an instance of OperationType


createService

public Service createService()
Create an instance of Service


createKeywordList

public KeywordList createKeywordList()
Create an instance of KeywordList


createKeyword

public Keyword createKeyword()
Create an instance of Keyword


createOnlineResource

public OnlineResource createOnlineResource()
Create an instance of OnlineResource


createContactInformation

public ContactInformation createContactInformation()
Create an instance of ContactInformation


createContactPersonPrimary

public ContactPersonPrimary createContactPersonPrimary()
Create an instance of ContactPersonPrimary


createContactAddress

public ContactAddress createContactAddress()
Create an instance of ContactAddress


createAttribution

public Attribution createAttribution()
Create an instance of Attribution


createLogoURL

public LogoURL createLogoURL()
Create an instance of LogoURL


createHTTP

public HTTP createHTTP()
Create an instance of HTTP


createGet

public Get createGet()
Create an instance of Get


createPost

public Post createPost()
Create an instance of Post


createAuthorityURL

public AuthorityURL createAuthorityURL()
Create an instance of AuthorityURL


createStyle

public Style createStyle()
Create an instance of Style


createLegendURL

public LegendURL createLegendURL()
Create an instance of LegendURL


createStyleSheetURL

public StyleSheetURL createStyleSheetURL()
Create an instance of StyleSheetURL


createStyleURL

public StyleURL createStyleURL()
Create an instance of StyleURL


createWMSCapabilities

public WMSCapabilities createWMSCapabilities()
Create an instance of WMSCapabilities


createCapability

public Capability createCapability()
Create an instance of Capability


createRequest

public Request createRequest()
Create an instance of Request


createException

public Exception createException()
Create an instance of Exception


createLayer

public Layer createLayer()
Create an instance of Layer


createEXGeographicBoundingBox

public EXGeographicBoundingBox createEXGeographicBoundingBox()
Create an instance of EXGeographicBoundingBox


createBoundingBox

public BoundingBox createBoundingBox()
Create an instance of BoundingBox


createDimension

public Dimension createDimension()
Create an instance of Dimension


createIdentifier

public Identifier createIdentifier()
Create an instance of Identifier


createMetadataURL

public MetadataURL createMetadataURL()
Create an instance of MetadataURL


createDataURL

public DataURL createDataURL()
Create an instance of DataURL


createFeatureListURL

public FeatureListURL createFeatureListURL()
Create an instance of FeatureListURL


createDCPType

public DCPType createDCPType()
Create an instance of DCPType


createPostCode

public JAXBElement<String> createPostCode(String value)
Create an instance of JAXBElement<String>}


createAbstract

public JAXBElement<String> createAbstract(String value)
Create an instance of JAXBElement<String>}


createExtendedOperation

public JAXBElement<OperationType> createExtendedOperation(OperationType value)
Create an instance of JAXBElement<OperationType>}


createName

public JAXBElement<String> createName(String value)
Create an instance of JAXBElement<String>}


createContactElectronicMailAddress

public JAXBElement<String> createContactElectronicMailAddress(String value)
Create an instance of JAXBElement<String>}


createTitle

public JAXBElement<String> createTitle(String value)
Create an instance of JAXBElement<String>}


createFormat

public JAXBElement<String> createFormat(String value)
Create an instance of JAXBElement<String>}


createAddress

public JAXBElement<String> createAddress(String value)
Create an instance of JAXBElement<String>}


createContactFacsimileTelephone

public JAXBElement<String> createContactFacsimileTelephone(String value)
Create an instance of JAXBElement<String>}


createLayerLimit

public JAXBElement<BigInteger> createLayerLimit(BigInteger value)
Create an instance of JAXBElement<BigInteger>}


createCity

public JAXBElement<String> createCity(String value)
Create an instance of JAXBElement<String>}


createGetCapabilities

public JAXBElement<OperationType> createGetCapabilities(OperationType value)
Create an instance of JAXBElement<OperationType>}


createAccessConstraints

public JAXBElement<String> createAccessConstraints(String value)
Create an instance of JAXBElement<String>}


createCRS

public JAXBElement<String> createCRS(String value)
Create an instance of JAXBElement<String>}


createContactOrganization

public JAXBElement<String> createContactOrganization(String value)
Create an instance of JAXBElement<String>}


createMaxHeight

public JAXBElement<BigInteger> createMaxHeight(BigInteger value)
Create an instance of JAXBElement<BigInteger>}


createMinScaleDenominator

public JAXBElement<Double> createMinScaleDenominator(Double value)
Create an instance of JAXBElement<Double>}


createContactPerson

public JAXBElement<String> createContactPerson(String value)
Create an instance of JAXBElement<String>}


createStateOrProvince

public JAXBElement<String> createStateOrProvince(String value)
Create an instance of JAXBElement<String>}


createExtendedCapabilities

public JAXBElement<Object> createExtendedCapabilities(Object value)
Create an instance of JAXBElement<Object>}


createGetFeatureInfo

public JAXBElement<OperationType> createGetFeatureInfo(OperationType value)
Create an instance of JAXBElement<OperationType>}


createMaxWidth

public JAXBElement<BigInteger> createMaxWidth(BigInteger value)
Create an instance of JAXBElement<BigInteger>}


createCountry

public JAXBElement<String> createCountry(String value)
Create an instance of JAXBElement<String>}


createAddressType

public JAXBElement<String> createAddressType(String value)
Create an instance of JAXBElement<String>}


createFees

public JAXBElement<String> createFees(String value)
Create an instance of JAXBElement<String>}


createMaxScaleDenominator

public JAXBElement<Double> createMaxScaleDenominator(Double value)
Create an instance of JAXBElement<Double>}


createContactPosition

public JAXBElement<String> createContactPosition(String value)
Create an instance of JAXBElement<String>}


createContactVoiceTelephone

public JAXBElement<String> createContactVoiceTelephone(String value)
Create an instance of JAXBElement<String>}


createGetMap

public JAXBElement<OperationType> createGetMap(OperationType value)
Create an instance of JAXBElement<OperationType>}



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.