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()
GetFeatureWithLockType
public LockFeatureType createLockFeatureType()
LockFeatureType
public TransactionType createTransactionType()
TransactionType
public WFSLockFeatureResponseType createWFSLockFeatureResponseType()
WFSLockFeatureResponseType
public WFSTransactionResponseType createWFSTransactionResponseType()
WFSTransactionResponseType
public InsertElementType createInsertElementType()
InsertElementType
public UpdateElementType createUpdateElementType()
UpdateElementType
public DeleteElementType createDeleteElementType()
DeleteElementType
public NativeType createNativeType()
NativeType
public PropertyType createPropertyType()
PropertyType
public GetCapabilitiesType createGetCapabilitiesType()
GetCapabilitiesType
public DescribeFeatureTypeType createDescribeFeatureTypeType()
DescribeFeatureTypeType
public GetFeatureType createGetFeatureType()
GetFeatureType
public FeatureCollectionType createFeatureCollectionType()
FeatureCollectionType
public FeaturesLockedType createFeaturesLockedType()
FeaturesLockedType
public FeaturesNotLockedType createFeaturesNotLockedType()
FeaturesNotLockedType
public TransactionResultType createTransactionResultType()
TransactionResultType
public InsertResultType createInsertResultType()
InsertResultType
public StatusType createStatusType()
StatusType
public 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.