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()
WFSCapabilitiesType
public ServiceType createServiceType()
ServiceType
public CapabilityType createCapabilityType()
CapabilityType
public FeatureTypeListType createFeatureTypeListType()
FeatureTypeListType
public RequestType createRequestType()
RequestType
public GetCapabilitiesType createGetCapabilitiesType()
GetCapabilitiesType
public DescribeFeatureTypeType createDescribeFeatureTypeType()
DescribeFeatureTypeType
public TransactionType createTransactionType()
TransactionType
public GetFeatureTypeType createGetFeatureTypeType()
GetFeatureTypeType
public LockFeatureTypeType createLockFeatureTypeType()
LockFeatureTypeType
public DCPTypeType createDCPTypeType()
DCPTypeType
public FeatureTypeType createFeatureTypeType()
FeatureTypeType
public LatLongBoundingBoxType createLatLongBoundingBoxType()
LatLongBoundingBoxType
public MetadataURLType createMetadataURLType()
MetadataURLType
public OperationsType createOperationsType()
OperationsType
public ResultFormatType createResultFormatType()
ResultFormatType
public SchemaDescriptionLanguageType createSchemaDescriptionLanguageType()
SchemaDescriptionLanguageType
public 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.