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_capabilities.v_1_0_0
|
public ObjectFactory()
public WFSCapabilitiesType createWFSCapabilitiesType()
WFSCapabilitiesTypepublic ServiceType createServiceType()
ServiceTypepublic CapabilityType createCapabilityType()
CapabilityTypepublic FeatureTypeListType createFeatureTypeListType()
FeatureTypeListTypepublic RequestType createRequestType()
RequestTypepublic GetCapabilitiesType createGetCapabilitiesType()
GetCapabilitiesTypepublic DescribeFeatureTypeType createDescribeFeatureTypeType()
DescribeFeatureTypeTypepublic TransactionType createTransactionType()
TransactionTypepublic GetFeatureTypeType createGetFeatureTypeType()
GetFeatureTypeTypepublic LockFeatureTypeType createLockFeatureTypeType()
LockFeatureTypeTypepublic DCPTypeType createDCPTypeType()
DCPTypeTypepublic FeatureTypeType createFeatureTypeType()
FeatureTypeTypepublic LatLongBoundingBoxType createLatLongBoundingBoxType()
LatLongBoundingBoxTypepublic MetadataURLType createMetadataURLType()
MetadataURLTypepublic OperationsType createOperationsType()
OperationsTypepublic ResultFormatType createResultFormatType()
ResultFormatTypepublic SchemaDescriptionLanguageType createSchemaDescriptionLanguageType()
SchemaDescriptionLanguageTypepublic JAXBElement<String> createAbstract(String value)
public JAXBElement<String> createAccessConstraints(String value)
public JAXBElement<String> createFees(String value)
public JAXBElement<String> createKeywords(String value)
public JAXBElement<Object> createOnlineResource(Object value)
public JAXBElement<String> createSRS(String value)
public JAXBElement<String> createTitle(String value)
public JAXBElement<EmptyType> createQuery(EmptyType value)
public JAXBElement<EmptyType> createInsert(EmptyType value)
public JAXBElement<EmptyType> createUpdate(EmptyType value)
public JAXBElement<EmptyType> createDelete(EmptyType value)
public JAXBElement<EmptyType> createLock(EmptyType value)
public JAXBElement<String> createVendorSpecificCapabilities(String value)
public JAXBElement<WFSCapabilitiesType> createWFSCapabilities(WFSCapabilitiesType value)
public JAXBElement<EmptyType> createGML2(EmptyType value)
public JAXBElement<EmptyType> createXMLSCHEMA(EmptyType value)
public JAXBElement<GetCapabilitiesType> createRequestTypeGetCapabilities(GetCapabilitiesType value)
public JAXBElement<DescribeFeatureTypeType> createRequestTypeDescribeFeatureType(DescribeFeatureTypeType value)
public JAXBElement<TransactionType> createRequestTypeTransaction(TransactionType value)
public JAXBElement<GetFeatureTypeType> createRequestTypeGetFeature(GetFeatureTypeType value)
public JAXBElement<GetFeatureTypeType> createRequestTypeGetFeatureWithLock(GetFeatureTypeType value)
public JAXBElement<LockFeatureTypeType> createRequestTypeLockFeature(LockFeatureTypeType value)
This work is licensed under a Creative Commons Attribution 4.0 International License.