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.om.v_2_0
|
public ObjectFactory()
public OMObservationType createOMObservationType()
OMObservationTypepublic ObservationContextType createObservationContextType()
ObservationContextTypepublic NamedValueType createNamedValueType()
NamedValueTypepublic OtherAbstractTimeObjectType createOtherAbstractTimeObjectType()
OtherAbstractTimeObjectTypepublic OMObservationPropertyType createOMObservationPropertyType()
OMObservationPropertyTypepublic ObservationContextPropertyType createObservationContextPropertyType()
ObservationContextPropertyTypepublic OMProcessPropertyType createOMProcessPropertyType()
OMProcessPropertyTypepublic NamedValuePropertyType createNamedValuePropertyType()
NamedValuePropertyTypepublic TimeObjectPropertyType createTimeObjectPropertyType()
TimeObjectPropertyTypepublic javax.xml.bind.JAXBElement<java.lang.Object> createResult(java.lang.Object value)
JAXBElement<Object>value - Java instance representing xml element's value.JAXBElement<Object>public javax.xml.bind.JAXBElement<OMObservationType> createOMObservation(OMObservationType value)
value - Java instance representing xml element's value.JAXBElement<OMObservationType>public javax.xml.bind.JAXBElement<ObservationContextType> createObservationContext(ObservationContextType value)
value - Java instance representing xml element's value.JAXBElement<ObservationContextType>public javax.xml.bind.JAXBElement<NamedValueType> createNamedValue(NamedValueType value)
value - Java instance representing xml element's value.JAXBElement<NamedValueType>public javax.xml.bind.JAXBElement<OtherAbstractTimeObjectType> createOtherAbstractTimeObject(OtherAbstractTimeObjectType value)
value - Java instance representing xml element's value.JAXBElement<OtherAbstractTimeObjectType>Copyright © 2008-2022. All Rights Reserved.