net.opengis.wcst.v_1_1
Class ObjectFactory

java.lang.Object
  extended by net.opengis.wcst.v_1_1.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.wcst.v_1_1 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.wcst.v_1_1
 
Method Summary
 JAXBElement<AcknowledgementType> createAcknowledgement(AcknowledgementType value)
          Create an instance of JAXBElement<AcknowledgementType>}
 AcknowledgementType createAcknowledgementType()
          Create an instance of AcknowledgementType
 Action createAction()
          Create an instance of Action
 JAXBElement<CoverageType> createCoverage(CoverageType value)
          Create an instance of JAXBElement<CoverageType>}
 CoverageType createCoverageType()
          Create an instance of CoverageType
 JAXBElement<String> createRequestId(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<TransactionType> createTransaction(TransactionType value)
          Create an instance of JAXBElement<TransactionType>}
 JAXBElement<TransactionResponseType> createTransactionResponse(TransactionResponseType value)
          Create an instance of JAXBElement<TransactionResponseType>}
 TransactionResponseType createTransactionResponseType()
          Create an instance of TransactionResponseType
 TransactionType createTransactionType()
          Create an instance of TransactionType
 
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.wcst.v_1_1

Method Detail

createTransactionType

public TransactionType createTransactionType()
Create an instance of TransactionType


createCoverageType

public CoverageType createCoverageType()
Create an instance of CoverageType


createAction

public Action createAction()
Create an instance of Action


createAcknowledgementType

public AcknowledgementType createAcknowledgementType()
Create an instance of AcknowledgementType


createTransactionResponseType

public TransactionResponseType createTransactionResponseType()
Create an instance of TransactionResponseType


createTransaction

public JAXBElement<TransactionType> createTransaction(TransactionType value)
Create an instance of JAXBElement<TransactionType>}


createCoverage

public JAXBElement<CoverageType> createCoverage(CoverageType value)
Create an instance of JAXBElement<CoverageType>}


createAcknowledgement

public JAXBElement<AcknowledgementType> createAcknowledgement(AcknowledgementType value)
Create an instance of JAXBElement<AcknowledgementType>}


createTransactionResponse

public JAXBElement<TransactionResponseType> createTransactionResponse(TransactionResponseType value)
Create an instance of JAXBElement<TransactionResponseType>}


createRequestId

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



Copyright © 2008-2015. All Rights Reserved.