org.citygml4j.jaxb.citygml.core._1
Class ObjectFactory

java.lang.Object
  extended by org.citygml4j.jaxb.citygml.core._1.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.citygml4j.jaxb.citygml.core._1 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: org.citygml4j.jaxb.citygml.core._1
 
Method Summary
 javax.xml.bind.JAXBElement<AbstractCityObjectType> create_CityObject(AbstractCityObjectType value)
          Create an instance of JAXBElement<AbstractCityObjectType>}
 javax.xml.bind.JAXBElement<java.lang.Object> create_GenericApplicationPropertyOfAddress(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 javax.xml.bind.JAXBElement<java.lang.Object> create_GenericApplicationPropertyOfCityModel(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 javax.xml.bind.JAXBElement<java.lang.Object> create_GenericApplicationPropertyOfCityObject(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 javax.xml.bind.JAXBElement<java.lang.Object> create_GenericApplicationPropertyOfSite(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 javax.xml.bind.JAXBElement<AbstractSiteType> create_Site(AbstractSiteType value)
          Create an instance of JAXBElement<AbstractSiteType>}
 javax.xml.bind.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
 javax.xml.bind.JAXBElement<CityModelType> createCityModel(CityModelType value)
          Create an instance of JAXBElement<CityModelType>}
 CityModelType createCityModelType()
          Create an instance of CityModelType
 javax.xml.bind.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
 javax.xml.bind.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
 XalAddressPropertyType createXalAddressPropertyType()
          Create an instance of XalAddressPropertyType
 
Methods inherited from class java.lang.Object
equals, 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: org.citygml4j.jaxb.citygml.core._1

Method Detail

createImplicitGeometryType

public ImplicitGeometryType createImplicitGeometryType()
Create an instance of ImplicitGeometryType


createAddressType

public AddressType createAddressType()
Create an instance of AddressType


createCityModelType

public CityModelType createCityModelType()
Create an instance of CityModelType


createXalAddressPropertyType

public XalAddressPropertyType createXalAddressPropertyType()
Create an instance of XalAddressPropertyType


createExternalReferenceType

public ExternalReferenceType createExternalReferenceType()
Create an instance of ExternalReferenceType


createAddressPropertyType

public AddressPropertyType createAddressPropertyType()
Create an instance of AddressPropertyType


createImplicitRepresentationPropertyType

public ImplicitRepresentationPropertyType createImplicitRepresentationPropertyType()
Create an instance of ImplicitRepresentationPropertyType


createExternalObjectReferenceType

public ExternalObjectReferenceType createExternalObjectReferenceType()
Create an instance of ExternalObjectReferenceType


createGeneralizationRelationType

public GeneralizationRelationType createGeneralizationRelationType()
Create an instance of GeneralizationRelationType


create_GenericApplicationPropertyOfCityObject

public javax.xml.bind.JAXBElement<java.lang.Object> create_GenericApplicationPropertyOfCityObject(java.lang.Object value)
Create an instance of JAXBElement<Object>}


create_Site

public javax.xml.bind.JAXBElement<AbstractSiteType> create_Site(AbstractSiteType value)
Create an instance of JAXBElement<AbstractSiteType>}


createCityObjectMember

public javax.xml.bind.JAXBElement<FeaturePropertyType> createCityObjectMember(FeaturePropertyType value)
Create an instance of JAXBElement<FeaturePropertyType>}


create_CityObject

public javax.xml.bind.JAXBElement<AbstractCityObjectType> create_CityObject(AbstractCityObjectType value)
Create an instance of JAXBElement<AbstractCityObjectType>}


create_GenericApplicationPropertyOfSite

public javax.xml.bind.JAXBElement<java.lang.Object> create_GenericApplicationPropertyOfSite(java.lang.Object value)
Create an instance of JAXBElement<Object>}


create_GenericApplicationPropertyOfCityModel

public javax.xml.bind.JAXBElement<java.lang.Object> create_GenericApplicationPropertyOfCityModel(java.lang.Object value)
Create an instance of JAXBElement<Object>}


create_GenericApplicationPropertyOfAddress

public javax.xml.bind.JAXBElement<java.lang.Object> create_GenericApplicationPropertyOfAddress(java.lang.Object value)
Create an instance of JAXBElement<Object>}


createAddress

public javax.xml.bind.JAXBElement<AddressType> createAddress(AddressType value)
Create an instance of JAXBElement<AddressType>}


createImplicitGeometry

public javax.xml.bind.JAXBElement<ImplicitGeometryType> createImplicitGeometry(ImplicitGeometryType value)
Create an instance of JAXBElement<ImplicitGeometryType>}


createCityModel

public javax.xml.bind.JAXBElement<CityModelType> createCityModel(CityModelType value)
Create an instance of JAXBElement<CityModelType>}