public class ObjectFactory
extends java.lang.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: net.opengis.waterml.v_2_0
|
public ObjectFactory()
public CategoricalTimeseriesType createCategoricalTimeseriesType()
CategoricalTimeseriesTypepublic MeasurementTimeseriesType createMeasurementTimeseriesType()
MeasurementTimeseriesTypepublic CollectionType createCollectionType()
CollectionTypepublic MonitoringPointType createMonitoringPointType()
MonitoringPointTypepublic TimeZoneType createTimeZoneType()
TimeZoneTypepublic ObservationMetadataType createObservationMetadataType()
ObservationMetadataTypepublic DocumentMetadataType createDocumentMetadataType()
DocumentMetadataTypepublic ObservationProcessType createObservationProcessType()
ObservationProcessTypepublic TVPMetadataType createTVPMetadataType()
TVPMetadataTypepublic TVPMeasurementMetadataType createTVPMeasurementMetadataType()
TVPMeasurementMetadataTypepublic TimeseriesMetadataType createTimeseriesMetadataType()
TimeseriesMetadataTypepublic MeasurementTimeseriesMetadataType createMeasurementTimeseriesMetadataType()
MeasurementTimeseriesMetadataTypepublic DefaultCategoricalTVPMetadataType createDefaultCategoricalTVPMetadataType()
DefaultCategoricalTVPMetadataTypepublic MeasureTVPType createMeasureTVPType()
MeasureTVPTypepublic CategoricalTVPType createCategoricalTVPType()
CategoricalTVPTypepublic CommentBlockType createCommentBlockType()
CommentBlockTypepublic MeasureType createMeasureType()
MeasureTypepublic MonitoringPointPropertyType createMonitoringPointPropertyType()
MonitoringPointPropertyTypepublic TimeZonePropertyType createTimeZonePropertyType()
TimeZonePropertyTypepublic ObservationMetadataPropertyType createObservationMetadataPropertyType()
ObservationMetadataPropertyTypepublic CollectionPropertyType createCollectionPropertyType()
CollectionPropertyTypepublic DocumentMetadataPropertyType createDocumentMetadataPropertyType()
DocumentMetadataPropertyTypepublic SamplingFeatureMemberPropertyType createSamplingFeatureMemberPropertyType()
SamplingFeatureMemberPropertyTypepublic ObservationProcessPropertyType createObservationProcessPropertyType()
ObservationProcessPropertyTypepublic TVPMetadataPropertyType createTVPMetadataPropertyType()
TVPMetadataPropertyTypepublic TVPMeasurementMetadataPropertyType createTVPMeasurementMetadataPropertyType()
TVPMeasurementMetadataPropertyTypepublic TVPDefaultMetadataPropertyType createTVPDefaultMetadataPropertyType()
TVPDefaultMetadataPropertyTypepublic TimeseriesPropertyType createTimeseriesPropertyType()
TimeseriesPropertyTypepublic TimeseriesMetadataPropertyType createTimeseriesMetadataPropertyType()
TimeseriesMetadataPropertyTypepublic MeasurementTSMetadataPropertyType createMeasurementTSMetadataPropertyType()
MeasurementTSMetadataPropertyTypepublic DefaultTVPMetadataPropertyType createDefaultTVPMetadataPropertyType()
DefaultTVPMetadataPropertyTypepublic CommentBlockPropertyType createCommentBlockPropertyType()
CommentBlockPropertyTypepublic CategoricalTimeseriesType.Point createCategoricalTimeseriesTypePoint()
CategoricalTimeseriesType.Pointpublic MeasurementTimeseriesType.Point createMeasurementTimeseriesTypePoint()
MeasurementTimeseriesType.Pointpublic CollectionType.TemporalExtent createCollectionTypeTemporalExtent()
CollectionType.TemporalExtentpublic CollectionType.SourceDefinition createCollectionTypeSourceDefinition()
CollectionType.SourceDefinitionpublic CollectionType.LocalDictionary createCollectionTypeLocalDictionary()
CollectionType.LocalDictionarypublic javax.xml.bind.JAXBElement<MonitoringPointType> createMonitoringPoint(MonitoringPointType value)
public javax.xml.bind.JAXBElement<TimeZoneType> createTimeZone(TimeZoneType value)
public javax.xml.bind.JAXBElement<ObservationMetadataType> createObservationMetadata(ObservationMetadataType value)
public javax.xml.bind.JAXBElement<CollectionType> createCollection(CollectionType value)
public javax.xml.bind.JAXBElement<DocumentMetadataType> createDocumentMetadata(DocumentMetadataType value)
public javax.xml.bind.JAXBElement<ObservationProcessType> createObservationProcess(ObservationProcessType value)
public javax.xml.bind.JAXBElement<TVPMetadataType> createTVPMetadata(TVPMetadataType value)
public javax.xml.bind.JAXBElement<TVPMeasurementMetadataType> createTVPMeasurementMetadata(TVPMeasurementMetadataType value)
public javax.xml.bind.JAXBElement<TimeseriesType> createTimeseries(TimeseriesType value)
public javax.xml.bind.JAXBElement<MeasurementTimeseriesType> createMeasurementTimeseries(MeasurementTimeseriesType value)
public javax.xml.bind.JAXBElement<CategoricalTimeseriesType> createCategoricalTimeseries(CategoricalTimeseriesType value)
public javax.xml.bind.JAXBElement<TimeseriesMetadataType> createTimeseriesMetadata(TimeseriesMetadataType value)
public javax.xml.bind.JAXBElement<MeasurementTimeseriesMetadataType> createMeasurementTimeseriesMetadata(MeasurementTimeseriesMetadataType value)
public javax.xml.bind.JAXBElement<TVPMetadataType> createDefaultTVPMetadata(TVPMetadataType value)
public javax.xml.bind.JAXBElement<TVPMeasurementMetadataType> createDefaultTVPMeasurementMetadata(TVPMeasurementMetadataType value)
public javax.xml.bind.JAXBElement<DefaultCategoricalTVPMetadataType> createDefaultTVPCategoricalMetadata(DefaultCategoricalTVPMetadataType value)
public javax.xml.bind.JAXBElement<TimeValuePairType> createTimeValuePair(TimeValuePairType value)
public javax.xml.bind.JAXBElement<MeasureTVPType> createMeasurementTVP(MeasureTVPType value)
public javax.xml.bind.JAXBElement<CategoricalTVPType> createCategoricalTVP(CategoricalTVPType value)
public javax.xml.bind.JAXBElement<CommentBlockType> createCommentBlock(CommentBlockType value)
public javax.xml.bind.JAXBElement<MeasureType> createValue(MeasureType value)
public javax.xml.bind.JAXBElement<CategoryPropertyType> createCategoricalTVPTypeValue(CategoryPropertyType value)
public javax.xml.bind.JAXBElement<MeasureType> createMeasureTVPTypeValue(MeasureType value)
Copyright © 2008-2021. All Rights Reserved.