net.opengis.wps.v_2_0
Class ObjectFactory

java.lang.Object
  extended by net.opengis.wps.v_2_0.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.wps.v_2_0 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.wps.v_2_0
 
Method Summary
 BoundingBoxData createBoundingBoxData()
          Create an instance of BoundingBoxData
 JAXBElement<BoundingBoxData> createBoundingBoxData(BoundingBoxData value)
          Create an instance of JAXBElement<BoundingBoxData>}
 JAXBElement<WPSCapabilitiesType> createCapabilities(WPSCapabilitiesType value)
          Create an instance of JAXBElement<WPSCapabilitiesType>}
 JAXBElement<ComplexDataType> createComplexData(ComplexDataType value)
          Create an instance of JAXBElement<ComplexDataType>}
 ComplexDataType createComplexDataType()
          Create an instance of ComplexDataType
 Contents createContents()
          Create an instance of Contents
 Data createData()
          Create an instance of Data
 JAXBElement<DataDescriptionType> createDataDescription(DataDescriptionType value)
          Create an instance of JAXBElement<DataDescriptionType>}
 DataInputType createDataInputType()
          Create an instance of DataInputType
 DataOutputType createDataOutputType()
          Create an instance of DataOutputType
 DescribeProcess createDescribeProcess()
          Create an instance of DescribeProcess
 DescriptionType createDescriptionType()
          Create an instance of DescriptionType
 Dismiss createDismiss()
          Create an instance of Dismiss
 JAXBElement<ExecuteRequestType> createExecute(ExecuteRequestType value)
          Create an instance of JAXBElement<ExecuteRequestType>}
 ExecuteRequestType createExecuteRequestType()
          Create an instance of ExecuteRequestType
 JAXBElement<XMLGregorianCalendar> createExpirationDate(XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 Format createFormat()
          Create an instance of Format
 GenericInputType createGenericInputType()
          Create an instance of GenericInputType
 GenericOutputType createGenericOutputType()
          Create an instance of GenericOutputType
 JAXBElement<GenericProcessType> createGenericProcess(GenericProcessType value)
          Create an instance of JAXBElement<GenericProcessType>}
 GenericProcessType createGenericProcessType()
          Create an instance of GenericProcessType
 JAXBElement<GetCapabilitiesType> createGetCapabilities(GetCapabilitiesType value)
          Create an instance of JAXBElement<GetCapabilitiesType>}
 GetCapabilitiesType createGetCapabilitiesType()
          Create an instance of GetCapabilitiesType
 GetResult createGetResult()
          Create an instance of GetResult
 GetStatus createGetStatus()
          Create an instance of GetStatus
 InputDescriptionType createInputDescriptionType()
          Create an instance of InputDescriptionType
 JAXBElement<String> createJobID(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<LiteralDataType> createLiteralData(LiteralDataType value)
          Create an instance of JAXBElement<LiteralDataType>}
 LiteralDataDomainType createLiteralDataDomainType()
          Create an instance of LiteralDataDomainType
 LiteralDataType createLiteralDataType()
          Create an instance of LiteralDataType
 LiteralDataType.LiteralDataDomain createLiteralDataTypeLiteralDataDomain()
          Create an instance of LiteralDataType.LiteralDataDomain
 LiteralValue createLiteralValue()
          Create an instance of LiteralValue
 OutputDefinitionType createOutputDefinitionType()
          Create an instance of OutputDefinitionType
 OutputDescriptionType createOutputDescriptionType()
          Create an instance of OutputDescriptionType
 JAXBElement<ProcessDescriptionType> createProcess(ProcessDescriptionType value)
          Create an instance of JAXBElement<ProcessDescriptionType>}
 ProcessDescriptionType createProcessDescriptionType()
          Create an instance of ProcessDescriptionType
 ProcessOffering createProcessOffering()
          Create an instance of ProcessOffering
 ProcessOfferings createProcessOfferings()
          Create an instance of ProcessOfferings
 ProcessSummaryType createProcessSummaryType()
          Create an instance of ProcessSummaryType
 JAXBElement<ReferenceType> createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 ReferenceType createReferenceType()
          Create an instance of ReferenceType
 ReferenceType.BodyReference createReferenceTypeBodyReference()
          Create an instance of ReferenceType.BodyReference
 Result createResult()
          Create an instance of Result
 StatusInfo createStatusInfo()
          Create an instance of StatusInfo
 SupportedCRS createSupportedCRS()
          Create an instance of SupportedCRS
 WPSCapabilitiesType createWPSCapabilitiesType()
          Create an instance of WPSCapabilitiesType
 WPSCapabilitiesType.Extension createWPSCapabilitiesTypeExtension()
          Create an instance of WPSCapabilitiesType.Extension
 
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.wps.v_2_0

Method Detail

createWPSCapabilitiesType

public WPSCapabilitiesType createWPSCapabilitiesType()
Create an instance of WPSCapabilitiesType


createReferenceType

public ReferenceType createReferenceType()
Create an instance of ReferenceType


createLiteralDataType

public LiteralDataType createLiteralDataType()
Create an instance of LiteralDataType


createProcessDescriptionType

public ProcessDescriptionType createProcessDescriptionType()
Create an instance of ProcessDescriptionType


createFormat

public Format createFormat()
Create an instance of Format


createLiteralValue

public LiteralValue createLiteralValue()
Create an instance of LiteralValue


createBoundingBoxData

public BoundingBoxData createBoundingBoxData()
Create an instance of BoundingBoxData


createSupportedCRS

public SupportedCRS createSupportedCRS()
Create an instance of SupportedCRS


createComplexDataType

public ComplexDataType createComplexDataType()
Create an instance of ComplexDataType


createData

public Data createData()
Create an instance of Data


createResult

public Result createResult()
Create an instance of Result


createDataOutputType

public DataOutputType createDataOutputType()
Create an instance of DataOutputType


createStatusInfo

public StatusInfo createStatusInfo()
Create an instance of StatusInfo


createExecuteRequestType

public ExecuteRequestType createExecuteRequestType()
Create an instance of ExecuteRequestType


createDescribeProcess

public DescribeProcess createDescribeProcess()
Create an instance of DescribeProcess


createProcessOfferings

public ProcessOfferings createProcessOfferings()
Create an instance of ProcessOfferings


createProcessOffering

public ProcessOffering createProcessOffering()
Create an instance of ProcessOffering


createGetCapabilitiesType

public GetCapabilitiesType createGetCapabilitiesType()
Create an instance of GetCapabilitiesType


createContents

public Contents createContents()
Create an instance of Contents


createProcessSummaryType

public ProcessSummaryType createProcessSummaryType()
Create an instance of ProcessSummaryType


createGetStatus

public GetStatus createGetStatus()
Create an instance of GetStatus


createDismiss

public Dismiss createDismiss()
Create an instance of Dismiss


createGetResult

public GetResult createGetResult()
Create an instance of GetResult


createGenericProcessType

public GenericProcessType createGenericProcessType()
Create an instance of GenericProcessType


createDescriptionType

public DescriptionType createDescriptionType()
Create an instance of DescriptionType


createInputDescriptionType

public InputDescriptionType createInputDescriptionType()
Create an instance of InputDescriptionType


createOutputDescriptionType

public OutputDescriptionType createOutputDescriptionType()
Create an instance of OutputDescriptionType


createLiteralDataDomainType

public LiteralDataDomainType createLiteralDataDomainType()
Create an instance of LiteralDataDomainType


createDataInputType

public DataInputType createDataInputType()
Create an instance of DataInputType


createOutputDefinitionType

public OutputDefinitionType createOutputDefinitionType()
Create an instance of OutputDefinitionType


createGenericInputType

public GenericInputType createGenericInputType()
Create an instance of GenericInputType


createGenericOutputType

public GenericOutputType createGenericOutputType()
Create an instance of GenericOutputType


createWPSCapabilitiesTypeExtension

public WPSCapabilitiesType.Extension createWPSCapabilitiesTypeExtension()
Create an instance of WPSCapabilitiesType.Extension


createReferenceTypeBodyReference

public ReferenceType.BodyReference createReferenceTypeBodyReference()
Create an instance of ReferenceType.BodyReference


createLiteralDataTypeLiteralDataDomain

public LiteralDataType.LiteralDataDomain createLiteralDataTypeLiteralDataDomain()
Create an instance of LiteralDataType.LiteralDataDomain


createProcess

public JAXBElement<ProcessDescriptionType> createProcess(ProcessDescriptionType value)
Create an instance of JAXBElement<ProcessDescriptionType>}


createDataDescription

public JAXBElement<DataDescriptionType> createDataDescription(DataDescriptionType value)
Create an instance of JAXBElement<DataDescriptionType>}


createLiteralData

public JAXBElement<LiteralDataType> createLiteralData(LiteralDataType value)
Create an instance of JAXBElement<LiteralDataType>}


createBoundingBoxData

public JAXBElement<BoundingBoxData> createBoundingBoxData(BoundingBoxData value)
Create an instance of JAXBElement<BoundingBoxData>}


createComplexData

public JAXBElement<ComplexDataType> createComplexData(ComplexDataType value)
Create an instance of JAXBElement<ComplexDataType>}


createReference

public JAXBElement<ReferenceType> createReference(ReferenceType value)
Create an instance of JAXBElement<ReferenceType>}


createJobID

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


createExpirationDate

public JAXBElement<XMLGregorianCalendar> createExpirationDate(XMLGregorianCalendar value)
Create an instance of JAXBElement<XMLGregorianCalendar>}


createExecute

public JAXBElement<ExecuteRequestType> createExecute(ExecuteRequestType value)
Create an instance of JAXBElement<ExecuteRequestType>}


createGetCapabilities

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


createCapabilities

public JAXBElement<WPSCapabilitiesType> createCapabilities(WPSCapabilitiesType value)
Create an instance of JAXBElement<WPSCapabilitiesType>}


createGenericProcess

public JAXBElement<GenericProcessType> createGenericProcess(GenericProcessType value)
Create an instance of JAXBElement<GenericProcessType>}



Copyright © 2008-2015. All Rights Reserved.