Package nl.b3p.csw.jaxb.ows
Class ObjectFactory
- java.lang.Object
-
- nl.b3p.csw.jaxb.ows.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the nl.b3p.csw.jaxb.ows package.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 Summary
Constructors Constructor 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
-
Method Summary
-
-
-
Method Detail
-
createContactType
public ContactType createContactType()
Create an instance ofContactType
-
createIdentificationType
public IdentificationType createIdentificationType()
Create an instance ofIdentificationType
-
createGetCapabilitiesType
public GetCapabilitiesType createGetCapabilitiesType()
Create an instance ofGetCapabilitiesType
-
createOnlineResourceType
public OnlineResourceType createOnlineResourceType()
Create an instance ofOnlineResourceType
-
createAcceptVersionsType
public AcceptVersionsType createAcceptVersionsType()
Create an instance ofAcceptVersionsType
-
createDomainType
public DomainType createDomainType()
Create an instance ofDomainType
-
createKeywordsType
public KeywordsType createKeywordsType()
Create an instance ofKeywordsType
-
createRequestMethodType
public RequestMethodType createRequestMethodType()
Create an instance ofRequestMethodType
-
createServiceProvider
public ServiceProvider createServiceProvider()
Create an instance ofServiceProvider
-
createExceptionType
public ExceptionType createExceptionType()
Create an instance ofExceptionType
-
createAcceptFormatsType
public AcceptFormatsType createAcceptFormatsType()
Create an instance ofAcceptFormatsType
-
createResponsiblePartySubsetType
public ResponsiblePartySubsetType createResponsiblePartySubsetType()
Create an instance ofResponsiblePartySubsetType
-
createMetadataType
public MetadataType createMetadataType()
Create an instance ofMetadataType
-
createTelephoneType
public TelephoneType createTelephoneType()
Create an instance ofTelephoneType
-
createBoundingBoxType
public BoundingBoxType createBoundingBoxType()
Create an instance ofBoundingBoxType
-
createCapabilitiesBaseType
public CapabilitiesBaseType createCapabilitiesBaseType()
Create an instance ofCapabilitiesBaseType
-
createServiceIdentification
public ServiceIdentification createServiceIdentification()
Create an instance ofServiceIdentification
-
createResponsiblePartyType
public ResponsiblePartyType createResponsiblePartyType()
Create an instance ofResponsiblePartyType
-
createAddressType
public AddressType createAddressType()
Create an instance ofAddressType
-
createDescriptionType
public DescriptionType createDescriptionType()
Create an instance ofDescriptionType
-
createExceptionReport
public ExceptionReport createExceptionReport()
Create an instance ofExceptionReport
-
createSectionsType
public SectionsType createSectionsType()
Create an instance ofSectionsType
-
createOperationsMetadata
public OperationsMetadata createOperationsMetadata()
Create an instance ofOperationsMetadata
-
createWGS84BoundingBoxType
public WGS84BoundingBoxType createWGS84BoundingBoxType()
Create an instance ofWGS84BoundingBoxType
-
createKeywords
public Keywords createKeywords(KeywordsType value)
Create an instance ofKeywords}
-
createIndividualName
public IndividualName createIndividualName(String value)
Create an instance ofIndividualName}
-
createContactInfo
public ContactInfo createContactInfo(ContactType value)
Create an instance ofContactInfo}
-
createSupportedCRS
public SupportedCRS createSupportedCRS(String value)
Create an instance ofSupportedCRS}
-
createOutputFormat
public OutputFormat createOutputFormat(String value)
Create an instance ofOutputFormat}
-
createAvailableCRS
public AvailableCRS createAvailableCRS(String value)
Create an instance ofAvailableCRS}
-
createException
public Exception createException(ExceptionType value)
Create an instance ofException}
-
createMetadata
public Metadata createMetadata(MetadataType value)
Create an instance ofMetadata}
-
createPointOfContact
public PointOfContact createPointOfContact(ResponsiblePartyType value)
Create an instance ofPointOfContact}
-
createIdentifier
public Identifier createIdentifier(CodeType value)
Create an instance ofIdentifier}
-
createOrganisationName
public OrganisationName createOrganisationName(String value)
Create an instance ofOrganisationName}
-
createAbstractMetaData
public AbstractMetaData createAbstractMetaData(Object value)
Create an instance ofAbstractMetaData}
-
createExtendedCapabilities
public ExtendedCapabilities createExtendedCapabilities(Object value)
Create an instance ofExtendedCapabilities}
-
createBoundingBox
public BoundingBox createBoundingBox(BoundingBoxType value)
Create an instance ofBoundingBox}
-
createAccessConstraints
public AccessConstraints createAccessConstraints(String value)
Create an instance ofAccessConstraints}
-
createPositionName
public PositionName createPositionName(String value)
Create an instance ofPositionName}
-
createWGS84BoundingBox
public WGS84BoundingBox createWGS84BoundingBox(WGS84BoundingBoxType value)
Create an instance ofWGS84BoundingBox}
-
createGetCapabilities
public GetCapabilities createGetCapabilities(GetCapabilitiesType value)
Create an instance ofGetCapabilities}
-
createHTTPGet
public javax.xml.bind.JAXBElement<RequestMethodType> createHTTPGet(RequestMethodType value)
-
createHTTPPost
public javax.xml.bind.JAXBElement<RequestMethodType> createHTTPPost(RequestMethodType value)
-
-