Package net.opengis.citygml.v_2_0
Class ObjectFactory
- java.lang.Object
-
- net.opengis.citygml.v_2_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_2_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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.citygml.v_2_0
-
Method Summary
-
-
-
Method Detail
-
createCityModelType
public CityModelType createCityModelType()
Create an instance ofCityModelType
-
createAddressType
public AddressType createAddressType()
Create an instance ofAddressType
-
createImplicitGeometryType
public ImplicitGeometryType createImplicitGeometryType()
Create an instance ofImplicitGeometryType
-
createGeneralizationRelationType
public GeneralizationRelationType createGeneralizationRelationType()
Create an instance ofGeneralizationRelationType
-
createExternalReferenceType
public ExternalReferenceType createExternalReferenceType()
Create an instance ofExternalReferenceType
-
createExternalObjectReferenceType
public ExternalObjectReferenceType createExternalObjectReferenceType()
Create an instance ofExternalObjectReferenceType
-
createAddressPropertyType
public AddressPropertyType createAddressPropertyType()
Create an instance ofAddressPropertyType
-
createXalAddressPropertyType
public XalAddressPropertyType createXalAddressPropertyType()
Create an instance ofXalAddressPropertyType
-
createImplicitRepresentationPropertyType
public ImplicitRepresentationPropertyType createImplicitRepresentationPropertyType()
Create an instance ofImplicitRepresentationPropertyType
-
createGenericApplicationPropertyOfCityObject
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfCityObject(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createCityModel
public jakarta.xml.bind.JAXBElement<CityModelType> createCityModel(CityModelType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CityModelType>
-
createGenericApplicationPropertyOfCityModel
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfCityModel(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createCityObjectMember
public jakarta.xml.bind.JAXBElement<FeaturePropertyType> createCityObjectMember(FeaturePropertyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FeaturePropertyType>
-
createCityObject
public jakarta.xml.bind.JAXBElement<AbstractCityObjectType> createCityObject(AbstractCityObjectType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractCityObjectType>
-
createSite
public jakarta.xml.bind.JAXBElement<AbstractSiteType> createSite(AbstractSiteType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractSiteType>
-
createGenericApplicationPropertyOfSite
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfSite(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createAddress
public jakarta.xml.bind.JAXBElement<AddressType> createAddress(AddressType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AddressType>
-
createGenericApplicationPropertyOfAddress
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfAddress(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createImplicitGeometry
public jakarta.xml.bind.JAXBElement<ImplicitGeometryType> createImplicitGeometry(ImplicitGeometryType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ImplicitGeometryType>
-
-