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.citygml.v_1_0
|
public ObjectFactory()
public CityModelType createCityModelType()
CityModelTypepublic AddressType createAddressType()
AddressTypepublic ImplicitGeometryType createImplicitGeometryType()
ImplicitGeometryTypepublic GeneralizationRelationType createGeneralizationRelationType()
GeneralizationRelationTypepublic ExternalReferenceType createExternalReferenceType()
ExternalReferenceTypepublic ExternalObjectReferenceType createExternalObjectReferenceType()
ExternalObjectReferenceTypepublic AddressPropertyType createAddressPropertyType()
AddressPropertyTypepublic XalAddressPropertyType createXalAddressPropertyType()
XalAddressPropertyTypepublic ImplicitRepresentationPropertyType createImplicitRepresentationPropertyType()
ImplicitRepresentationPropertyTypepublic javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfCityObject(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<CityModelType> createCityModel(CityModelType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfCityModel(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<FeaturePropertyType> createCityObjectMember(FeaturePropertyType value)
public javax.xml.bind.JAXBElement<AbstractCityObjectType> createCityObject(AbstractCityObjectType value)
public javax.xml.bind.JAXBElement<AbstractSiteType> createSite(AbstractSiteType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfSite(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<AddressType> createAddress(AddressType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfAddress(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<ImplicitGeometryType> createImplicitGeometry(ImplicitGeometryType value)
Copyright © 2008-2021. All Rights Reserved.