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: nl.b3p.csw.jaxb.ows
|
public ObjectFactory()
public ContactType createContactType()
ContactTypepublic IdentificationType createIdentificationType()
IdentificationTypepublic GetCapabilitiesType createGetCapabilitiesType()
GetCapabilitiesTypepublic OnlineResourceType createOnlineResourceType()
OnlineResourceTypepublic AcceptVersionsType createAcceptVersionsType()
AcceptVersionsTypepublic DomainType createDomainType()
DomainTypepublic KeywordsType createKeywordsType()
KeywordsTypepublic RequestMethodType createRequestMethodType()
RequestMethodTypepublic ServiceProvider createServiceProvider()
ServiceProviderpublic ExceptionType createExceptionType()
ExceptionTypepublic AcceptFormatsType createAcceptFormatsType()
AcceptFormatsTypepublic ResponsiblePartySubsetType createResponsiblePartySubsetType()
ResponsiblePartySubsetTypepublic MetadataType createMetadataType()
MetadataTypepublic TelephoneType createTelephoneType()
TelephoneTypepublic BoundingBoxType createBoundingBoxType()
BoundingBoxTypepublic CapabilitiesBaseType createCapabilitiesBaseType()
CapabilitiesBaseTypepublic ServiceIdentification createServiceIdentification()
ServiceIdentificationpublic ResponsiblePartyType createResponsiblePartyType()
ResponsiblePartyTypepublic AddressType createAddressType()
AddressTypepublic DescriptionType createDescriptionType()
DescriptionTypepublic ExceptionReport createExceptionReport()
ExceptionReportpublic SectionsType createSectionsType()
SectionsTypepublic OperationsMetadata createOperationsMetadata()
OperationsMetadatapublic WGS84BoundingBoxType createWGS84BoundingBoxType()
WGS84BoundingBoxTypepublic Keywords createKeywords(KeywordsType value)
Keywords}public IndividualName createIndividualName(String value)
IndividualName}public ContactInfo createContactInfo(ContactType value)
ContactInfo}public SupportedCRS createSupportedCRS(String value)
SupportedCRS}public OutputFormat createOutputFormat(String value)
OutputFormat}public AvailableCRS createAvailableCRS(String value)
AvailableCRS}public Exception createException(ExceptionType value)
Exception}public Metadata createMetadata(MetadataType value)
Metadata}public PointOfContact createPointOfContact(ResponsiblePartyType value)
PointOfContact}public Identifier createIdentifier(CodeType value)
Identifier}public OrganisationName createOrganisationName(String value)
OrganisationName}public AbstractMetaData createAbstractMetaData(Object value)
AbstractMetaData}public ExtendedCapabilities createExtendedCapabilities(Object value)
ExtendedCapabilities}public BoundingBox createBoundingBox(BoundingBoxType value)
BoundingBox}public AccessConstraints createAccessConstraints(String value)
AccessConstraints}public PositionName createPositionName(String value)
PositionName}public WGS84BoundingBox createWGS84BoundingBox(WGS84BoundingBoxType value)
WGS84BoundingBox}public GetCapabilities createGetCapabilities(GetCapabilitiesType value)
GetCapabilities}public JAXBElement<RequestMethodType> createHTTPGet(RequestMethodType value)
public JAXBElement<RequestMethodType> createHTTPPost(RequestMethodType value)
Copyright © 2018 B3Partners B.V.. All rights reserved.