public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ogc.schema.opengis.wfs.v_1_0_0
|
public ObjectFactory()
public GetFeatureWithLockType createGetFeatureWithLockType()
GetFeatureWithLockTypepublic LockFeatureType createLockFeatureType()
LockFeatureTypepublic TransactionType createTransactionType()
TransactionTypepublic WFSLockFeatureResponseType createWFSLockFeatureResponseType()
WFSLockFeatureResponseTypepublic WFSTransactionResponseType createWFSTransactionResponseType()
WFSTransactionResponseTypepublic InsertElementType createInsertElementType()
InsertElementTypepublic UpdateElementType createUpdateElementType()
UpdateElementTypepublic DeleteElementType createDeleteElementType()
DeleteElementTypepublic NativeType createNativeType()
NativeTypepublic PropertyType createPropertyType()
PropertyTypepublic GetCapabilitiesType createGetCapabilitiesType()
GetCapabilitiesTypepublic DescribeFeatureTypeType createDescribeFeatureTypeType()
DescribeFeatureTypeTypepublic GetFeatureType createGetFeatureType()
GetFeatureTypepublic FeatureCollectionType createFeatureCollectionType()
FeatureCollectionTypepublic FeaturesLockedType createFeaturesLockedType()
FeaturesLockedTypepublic FeaturesNotLockedType createFeaturesNotLockedType()
FeaturesNotLockedTypepublic TransactionResultType createTransactionResultType()
TransactionResultTypepublic InsertResultType createInsertResultType()
InsertResultTypepublic StatusType createStatusType()
StatusTypepublic JAXBElement<GetFeatureWithLockType> createGetFeatureWithLock(GetFeatureWithLockType value)
public JAXBElement<LockFeatureType> createLockFeature(LockFeatureType value)
public JAXBElement<TransactionType> createTransaction(TransactionType value)
public JAXBElement<WFSLockFeatureResponseType> createWFSLockFeatureResponse(WFSLockFeatureResponseType value)
public JAXBElement<WFSTransactionResponseType> createWFSTransactionResponse(WFSTransactionResponseType value)
public JAXBElement<String> createLockId(String value)
public JAXBElement<InsertElementType> createInsert(InsertElementType value)
public JAXBElement<UpdateElementType> createUpdate(UpdateElementType value)
public JAXBElement<DeleteElementType> createDelete(DeleteElementType value)
public JAXBElement<NativeType> createNative(NativeType value)
public JAXBElement<PropertyType> createProperty(PropertyType value)
public JAXBElement<EmptyType> createSUCCESS(EmptyType value)
public JAXBElement<EmptyType> createFAILED(EmptyType value)
public JAXBElement<EmptyType> createPARTIAL(EmptyType value)
public JAXBElement<GetCapabilitiesType> createGetCapabilities(GetCapabilitiesType value)
public JAXBElement<DescribeFeatureTypeType> createDescribeFeatureType(DescribeFeatureTypeType value)
public JAXBElement<GetFeatureType> createGetFeature(GetFeatureType value)
public JAXBElement<FeatureCollectionType> createFeatureCollection(FeatureCollectionType value)
public JAXBElement<QueryType> createQuery(QueryType value)
This work is licensed under a Creative Commons Attribution 4.0 International License.