net.opengis.citygml.v_1_0
Class ObjectFactory

java.lang.Object
  extended by net.opengis.citygml.v_1_0.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.citygml.v_1_0 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
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
 
Method Summary
 JAXBElement<AddressType> createAddress(AddressType value)
          Create an instance of JAXBElement<AddressType>}
 AddressPropertyType createAddressPropertyType()
          Create an instance of AddressPropertyType
 AddressType createAddressType()
          Create an instance of AddressType
 JAXBElement<CityModelType> createCityModel(CityModelType value)
          Create an instance of JAXBElement<CityModelType>}
 CityModelType createCityModelType()
          Create an instance of CityModelType
 JAXBElement<AbstractCityObjectType> createCityObject(AbstractCityObjectType value)
          Create an instance of JAXBElement<AbstractCityObjectType>}
 JAXBElement<FeaturePropertyType> createCityObjectMember(FeaturePropertyType value)
          Create an instance of JAXBElement<FeaturePropertyType>}
 ExternalObjectReferenceType createExternalObjectReferenceType()
          Create an instance of ExternalObjectReferenceType
 ExternalReferenceType createExternalReferenceType()
          Create an instance of ExternalReferenceType
 GeneralizationRelationType createGeneralizationRelationType()
          Create an instance of GeneralizationRelationType
 JAXBElement<Object> createGenericApplicationPropertyOfAddress(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfCityModel(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfCityObject(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfSite(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<ImplicitGeometryType> createImplicitGeometry(ImplicitGeometryType value)
          Create an instance of JAXBElement<ImplicitGeometryType>}
 ImplicitGeometryType createImplicitGeometryType()
          Create an instance of ImplicitGeometryType
 ImplicitRepresentationPropertyType createImplicitRepresentationPropertyType()
          Create an instance of ImplicitRepresentationPropertyType
 JAXBElement<AbstractSiteType> createSite(AbstractSiteType value)
          Create an instance of JAXBElement<AbstractSiteType>}
 XalAddressPropertyType createXalAddressPropertyType()
          Create an instance of XalAddressPropertyType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public 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

Method Detail

createCityModelType

public CityModelType createCityModelType()
Create an instance of CityModelType


createAddressType

public AddressType createAddressType()
Create an instance of AddressType


createImplicitGeometryType

public ImplicitGeometryType createImplicitGeometryType()
Create an instance of ImplicitGeometryType


createGeneralizationRelationType

public GeneralizationRelationType createGeneralizationRelationType()
Create an instance of GeneralizationRelationType


createExternalReferenceType

public ExternalReferenceType createExternalReferenceType()
Create an instance of ExternalReferenceType


createExternalObjectReferenceType

public ExternalObjectReferenceType createExternalObjectReferenceType()
Create an instance of ExternalObjectReferenceType


createAddressPropertyType

public AddressPropertyType createAddressPropertyType()
Create an instance of AddressPropertyType


createXalAddressPropertyType

public XalAddressPropertyType createXalAddressPropertyType()
Create an instance of XalAddressPropertyType


createImplicitRepresentationPropertyType

public ImplicitRepresentationPropertyType createImplicitRepresentationPropertyType()
Create an instance of ImplicitRepresentationPropertyType


createGenericApplicationPropertyOfCityObject

public JAXBElement<Object> createGenericApplicationPropertyOfCityObject(Object value)
Create an instance of JAXBElement<Object>}


createCityModel

public JAXBElement<CityModelType> createCityModel(CityModelType value)
Create an instance of JAXBElement<CityModelType>}


createGenericApplicationPropertyOfCityModel

public JAXBElement<Object> createGenericApplicationPropertyOfCityModel(Object value)
Create an instance of JAXBElement<Object>}


createCityObjectMember

public JAXBElement<FeaturePropertyType> createCityObjectMember(FeaturePropertyType value)
Create an instance of JAXBElement<FeaturePropertyType>}


createCityObject

public JAXBElement<AbstractCityObjectType> createCityObject(AbstractCityObjectType value)
Create an instance of JAXBElement<AbstractCityObjectType>}


createSite

public JAXBElement<AbstractSiteType> createSite(AbstractSiteType value)
Create an instance of JAXBElement<AbstractSiteType>}


createGenericApplicationPropertyOfSite

public JAXBElement<Object> createGenericApplicationPropertyOfSite(Object value)
Create an instance of JAXBElement<Object>}


createAddress

public JAXBElement<AddressType> createAddress(AddressType value)
Create an instance of JAXBElement<AddressType>}


createGenericApplicationPropertyOfAddress

public JAXBElement<Object> createGenericApplicationPropertyOfAddress(Object value)
Create an instance of JAXBElement<Object>}


createImplicitGeometry

public JAXBElement<ImplicitGeometryType> createImplicitGeometry(ImplicitGeometryType value)
Create an instance of JAXBElement<ImplicitGeometryType>}



Copyright © 2008-2015. All Rights Reserved.