Package net.opengis.wps.v_2_0
Class ObjectFactory
- java.lang.Object
-
- 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
Constructors Constructor Description 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
-
-
-
Method Detail
-
createWPSCapabilitiesType
public WPSCapabilitiesType createWPSCapabilitiesType()
Create an instance ofWPSCapabilitiesType
-
createReferenceType
public ReferenceType createReferenceType()
Create an instance ofReferenceType
-
createLiteralDataType
public LiteralDataType createLiteralDataType()
Create an instance ofLiteralDataType
-
createProcessDescriptionType
public ProcessDescriptionType createProcessDescriptionType()
Create an instance ofProcessDescriptionType
-
createLiteralValue
public LiteralValue createLiteralValue()
Create an instance ofLiteralValue
-
createBoundingBoxData
public BoundingBoxData createBoundingBoxData()
Create an instance ofBoundingBoxData
-
createSupportedCRS
public SupportedCRS createSupportedCRS()
Create an instance ofSupportedCRS
-
createComplexDataType
public ComplexDataType createComplexDataType()
Create an instance ofComplexDataType
-
createGenericProcessType
public GenericProcessType createGenericProcessType()
Create an instance ofGenericProcessType
-
createDataOutputType
public DataOutputType createDataOutputType()
Create an instance ofDataOutputType
-
createStatusInfo
public StatusInfo createStatusInfo()
Create an instance ofStatusInfo
-
createDescribeProcess
public DescribeProcess createDescribeProcess()
Create an instance ofDescribeProcess
-
createProcessOfferings
public ProcessOfferings createProcessOfferings()
Create an instance ofProcessOfferings
-
createProcessOffering
public ProcessOffering createProcessOffering()
Create an instance ofProcessOffering
-
createGetCapabilitiesType
public GetCapabilitiesType createGetCapabilitiesType()
Create an instance ofGetCapabilitiesType
-
createProcessSummaryType
public ProcessSummaryType createProcessSummaryType()
Create an instance ofProcessSummaryType
-
createExecuteRequestType
public ExecuteRequestType createExecuteRequestType()
Create an instance ofExecuteRequestType
-
createDescriptionType
public DescriptionType createDescriptionType()
Create an instance ofDescriptionType
-
createInputDescriptionType
public InputDescriptionType createInputDescriptionType()
Create an instance ofInputDescriptionType
-
createOutputDescriptionType
public OutputDescriptionType createOutputDescriptionType()
Create an instance ofOutputDescriptionType
-
createLiteralDataDomainType
public LiteralDataDomainType createLiteralDataDomainType()
Create an instance ofLiteralDataDomainType
-
createGenericInputType
public GenericInputType createGenericInputType()
Create an instance ofGenericInputType
-
createGenericOutputType
public GenericOutputType createGenericOutputType()
Create an instance ofGenericOutputType
-
createDataInputType
public DataInputType createDataInputType()
Create an instance ofDataInputType
-
createOutputDefinitionType
public OutputDefinitionType createOutputDefinitionType()
Create an instance ofOutputDefinitionType
-
createWPSCapabilitiesTypeExtension
public WPSCapabilitiesType.Extension createWPSCapabilitiesTypeExtension()
Create an instance ofWPSCapabilitiesType.Extension
-
createReferenceTypeBodyReference
public ReferenceType.BodyReference createReferenceTypeBodyReference()
Create an instance ofReferenceType.BodyReference
-
createLiteralDataTypeLiteralDataDomain
public LiteralDataType.LiteralDataDomain createLiteralDataTypeLiteralDataDomain()
Create an instance ofLiteralDataType.LiteralDataDomain
-
createProcess
public jakarta.xml.bind.JAXBElement<ProcessDescriptionType> createProcess(ProcessDescriptionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProcessDescriptionType>
-
createDataDescription
public jakarta.xml.bind.JAXBElement<DataDescriptionType> createDataDescription(DataDescriptionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DataDescriptionType>
-
createLiteralData
public jakarta.xml.bind.JAXBElement<LiteralDataType> createLiteralData(LiteralDataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LiteralDataType>
-
createBoundingBoxData
public jakarta.xml.bind.JAXBElement<BoundingBoxData> createBoundingBoxData(BoundingBoxData value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BoundingBoxData>
-
createComplexData
public jakarta.xml.bind.JAXBElement<ComplexDataType> createComplexData(ComplexDataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ComplexDataType>
-
createGenericProcess
public jakarta.xml.bind.JAXBElement<GenericProcessType> createGenericProcess(GenericProcessType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GenericProcessType>
-
createReference
public jakarta.xml.bind.JAXBElement<ReferenceType> createReference(ReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReferenceType>
-
createJobID
public jakarta.xml.bind.JAXBElement<String> createJobID(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createExpirationDate
public jakarta.xml.bind.JAXBElement<XMLGregorianCalendar> createExpirationDate(XMLGregorianCalendar value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XMLGregorianCalendar>
-
createGetCapabilities
public jakarta.xml.bind.JAXBElement<GetCapabilitiesType> createGetCapabilities(GetCapabilitiesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GetCapabilitiesType>
-
createCapabilities
public jakarta.xml.bind.JAXBElement<WPSCapabilitiesType> createCapabilities(WPSCapabilitiesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<WPSCapabilitiesType>
-
createExecute
public jakarta.xml.bind.JAXBElement<ExecuteRequestType> createExecute(ExecuteRequestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ExecuteRequestType>
-
-