NASA World Wind WMS

gov.nasa.worldwind.servers.wms.xml
Class ObjectFactory

java.lang.Object
  extended by gov.nasa.worldwind.servers.wms.xml.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the gov.nasa.worldwind.wms.xml 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: gov.nasa.worldwind.wms.xml
 
Method Summary
 javax.xml.bind.JAXBElement<String> createAbstract(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> createAccessConstraints(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> createAddress(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<String> createCity(String value)
          Create an instance of JAXBElement<String>}
 ContactAddress createContactAddress()
          Create an instance of ContactAddress
 javax.xml.bind.JAXBElement<String> createContactElectronicMailAddress(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> createContactFacsimileTelephone(String value)
          Create an instance of JAXBElement<String>}
 ContactInformation createContactInformation()
          Create an instance of ContactInformation
 javax.xml.bind.JAXBElement<String> createContactOrganization(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> createContactPerson(String value)
          Create an instance of JAXBElement<String>}
 ContactPersonPrimary createContactPersonPrimary()
          Create an instance of ContactPersonPrimary
 javax.xml.bind.JAXBElement<String> createContactPosition(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> createContactVoiceTelephone(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> createCountry(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<Object> createExtendedCapabilities(Object value)
          Create an instance of JAXBElement<Object>}
 javax.xml.bind.JAXBElement<OperationType> createExtendedOperation(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 FeatureListURL createFeatureListURL()
          Create an instance of FeatureListURL
 javax.xml.bind.JAXBElement<String> createFees(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> createFormat(String value)
          Create an instance of JAXBElement<String>}
 Get createGet()
          Create an instance of Get
 javax.xml.bind.JAXBElement<OperationType> createGetCapabilities(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 javax.xml.bind.JAXBElement<OperationType> createGetFeatureInfo(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 javax.xml.bind.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
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<BigInteger> createMaxHeight(BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 javax.xml.bind.JAXBElement<Double> createMaxScaleDenominator(Double value)
          Create an instance of JAXBElement<Double>}
 javax.xml.bind.JAXBElement<BigInteger> createMaxWidth(BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 MetadataURL createMetadataURL()
          Create an instance of MetadataURL
 javax.xml.bind.JAXBElement<Double> createMinScaleDenominator(Double value)
          Create an instance of JAXBElement<Double>}
 javax.xml.bind.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
 javax.xml.bind.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
 ServiceExceptionReport createServiceExceptionReport()
          Create an instance of ServiceExceptionReport
 ServiceExceptionType createServiceExceptionType()
          Create an instance of ServiceExceptionType
 javax.xml.bind.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
 javax.xml.bind.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: gov.nasa.worldwind.wms.xml

Method Detail

createAbstract

public javax.xml.bind.JAXBElement<String> createAbstract(String value)
Create an instance of JAXBElement<String>}


createAccessConstraints

public javax.xml.bind.JAXBElement<String> createAccessConstraints(String value)
Create an instance of JAXBElement<String>}


createAddress

public javax.xml.bind.JAXBElement<String> createAddress(String value)
Create an instance of JAXBElement<String>}


createAddressType

public javax.xml.bind.JAXBElement<String> createAddressType(String value)
Create an instance of JAXBElement<String>}


createAttribution

public Attribution createAttribution()
Create an instance of Attribution


createAuthorityURL

public AuthorityURL createAuthorityURL()
Create an instance of AuthorityURL


createBoundingBox

public BoundingBox createBoundingBox()
Create an instance of BoundingBox


createCapability

public Capability createCapability()
Create an instance of Capability


createCity

public javax.xml.bind.JAXBElement<String> createCity(String value)
Create an instance of JAXBElement<String>}


createContactAddress

public ContactAddress createContactAddress()
Create an instance of ContactAddress


createContactElectronicMailAddress

public javax.xml.bind.JAXBElement<String> createContactElectronicMailAddress(String value)
Create an instance of JAXBElement<String>}


createContactFacsimileTelephone

public javax.xml.bind.JAXBElement<String> createContactFacsimileTelephone(String value)
Create an instance of JAXBElement<String>}


createContactInformation

public ContactInformation createContactInformation()
Create an instance of ContactInformation


createContactOrganization

public javax.xml.bind.JAXBElement<String> createContactOrganization(String value)
Create an instance of JAXBElement<String>}


createContactPerson

public javax.xml.bind.JAXBElement<String> createContactPerson(String value)
Create an instance of JAXBElement<String>}


createContactPersonPrimary

public ContactPersonPrimary createContactPersonPrimary()
Create an instance of ContactPersonPrimary


createContactPosition

public javax.xml.bind.JAXBElement<String> createContactPosition(String value)
Create an instance of JAXBElement<String>}


createContactVoiceTelephone

public javax.xml.bind.JAXBElement<String> createContactVoiceTelephone(String value)
Create an instance of JAXBElement<String>}


createCountry

public javax.xml.bind.JAXBElement<String> createCountry(String value)
Create an instance of JAXBElement<String>}


createCRS

public javax.xml.bind.JAXBElement<String> createCRS(String value)
Create an instance of JAXBElement<String>}


createDataURL

public DataURL createDataURL()
Create an instance of DataURL


createDCPType

public DCPType createDCPType()
Create an instance of DCPType


createDimension

public Dimension createDimension()
Create an instance of Dimension


createException

public Exception createException()
Create an instance of Exception


createEXGeographicBoundingBox

public EXGeographicBoundingBox createEXGeographicBoundingBox()
Create an instance of EXGeographicBoundingBox


createExtendedCapabilities

public javax.xml.bind.JAXBElement<Object> createExtendedCapabilities(Object value)
Create an instance of JAXBElement<Object>}


createExtendedOperation

public javax.xml.bind.JAXBElement<OperationType> createExtendedOperation(OperationType value)
Create an instance of JAXBElement<OperationType>}


createFeatureListURL

public FeatureListURL createFeatureListURL()
Create an instance of FeatureListURL


createFees

public javax.xml.bind.JAXBElement<String> createFees(String value)
Create an instance of JAXBElement<String>}


createFormat

public javax.xml.bind.JAXBElement<String> createFormat(String value)
Create an instance of JAXBElement<String>}


createGet

public Get createGet()
Create an instance of Get


createGetCapabilities

public javax.xml.bind.JAXBElement<OperationType> createGetCapabilities(OperationType value)
Create an instance of JAXBElement<OperationType>}


createGetFeatureInfo

public javax.xml.bind.JAXBElement<OperationType> createGetFeatureInfo(OperationType value)
Create an instance of JAXBElement<OperationType>}


createGetMap

public javax.xml.bind.JAXBElement<OperationType> createGetMap(OperationType value)
Create an instance of JAXBElement<OperationType>}


createHTTP

public HTTP createHTTP()
Create an instance of HTTP


createIdentifier

public Identifier createIdentifier()
Create an instance of Identifier


createKeyword

public Keyword createKeyword()
Create an instance of Keyword


createKeywordList

public KeywordList createKeywordList()
Create an instance of KeywordList


createLayer

public Layer createLayer()
Create an instance of Layer


createLayerLimit

public javax.xml.bind.JAXBElement<BigInteger> createLayerLimit(BigInteger value)
Create an instance of JAXBElement<BigInteger>}


createLegendURL

public LegendURL createLegendURL()
Create an instance of LegendURL


createLogoURL

public LogoURL createLogoURL()
Create an instance of LogoURL


createMaxHeight

public javax.xml.bind.JAXBElement<BigInteger> createMaxHeight(BigInteger value)
Create an instance of JAXBElement<BigInteger>}


createMaxScaleDenominator

public javax.xml.bind.JAXBElement<Double> createMaxScaleDenominator(Double value)
Create an instance of JAXBElement<Double>}


createMaxWidth

public javax.xml.bind.JAXBElement<BigInteger> createMaxWidth(BigInteger value)
Create an instance of JAXBElement<BigInteger>}


createMetadataURL

public MetadataURL createMetadataURL()
Create an instance of MetadataURL


createMinScaleDenominator

public javax.xml.bind.JAXBElement<Double> createMinScaleDenominator(Double value)
Create an instance of JAXBElement<Double>}


createName

public javax.xml.bind.JAXBElement<String> createName(String value)
Create an instance of JAXBElement<String>}


createOnlineResource

public OnlineResource createOnlineResource()
Create an instance of OnlineResource


createOperationType

public OperationType createOperationType()
Create an instance of OperationType


createPost

public Post createPost()
Create an instance of Post


createPostCode

public javax.xml.bind.JAXBElement<String> createPostCode(String value)
Create an instance of JAXBElement<String>}


createRequest

public Request createRequest()
Create an instance of Request


createService

public Service createService()
Create an instance of Service


createServiceExceptionReport

public ServiceExceptionReport createServiceExceptionReport()
Create an instance of ServiceExceptionReport


createServiceExceptionType

public ServiceExceptionType createServiceExceptionType()
Create an instance of ServiceExceptionType


createStateOrProvince

public javax.xml.bind.JAXBElement<String> createStateOrProvince(String value)
Create an instance of JAXBElement<String>}


createStyle

public Style createStyle()
Create an instance of Style


createStyleSheetURL

public StyleSheetURL createStyleSheetURL()
Create an instance of StyleSheetURL


createStyleURL

public StyleURL createStyleURL()
Create an instance of StyleURL


createTitle

public javax.xml.bind.JAXBElement<String> createTitle(String value)
Create an instance of JAXBElement<String>}


createWMSCapabilities

public WMSCapabilities createWMSCapabilities()
Create an instance of WMSCapabilities


NASA World Wind WMS