public class ObjectFactory extends 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.texturedsurface.v_2_0
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.xml.bind.JAXBElement<AbstractAppearanceType> |
createAAppearance(AbstractAppearanceType value)
|
jakarta.xml.bind.JAXBElement<AppearancePropertyType> |
createAppearance(AppearancePropertyType value)
|
AppearancePropertyType |
createAppearancePropertyType()
Create an instance of
AppearancePropertyType |
jakarta.xml.bind.JAXBElement<MaterialType> |
createMaterial(MaterialType value)
|
MaterialType |
createMaterialType()
Create an instance of
MaterialType |
jakarta.xml.bind.JAXBElement<SimpleTextureType> |
createSimpleTexture(SimpleTextureType value)
|
SimpleTextureType |
createSimpleTextureType()
Create an instance of
SimpleTextureType |
jakarta.xml.bind.JAXBElement<TexturedSurfaceType> |
createTexturedSurface(TexturedSurfaceType value)
|
TexturedSurfaceType |
createTexturedSurfaceType()
Create an instance of
TexturedSurfaceType |
public ObjectFactory()
public TexturedSurfaceType createTexturedSurfaceType()
TexturedSurfaceTypepublic AppearancePropertyType createAppearancePropertyType()
AppearancePropertyTypepublic MaterialType createMaterialType()
MaterialTypepublic SimpleTextureType createSimpleTextureType()
SimpleTextureTypepublic jakarta.xml.bind.JAXBElement<TexturedSurfaceType> createTexturedSurface(TexturedSurfaceType value)
value - Java instance representing xml element's value.JAXBElement<TexturedSurfaceType>public jakarta.xml.bind.JAXBElement<AppearancePropertyType> createAppearance(AppearancePropertyType value)
value - Java instance representing xml element's value.JAXBElement<AppearancePropertyType>public jakarta.xml.bind.JAXBElement<AbstractAppearanceType> createAAppearance(AbstractAppearanceType value)
value - Java instance representing xml element's value.JAXBElement<AbstractAppearanceType>public jakarta.xml.bind.JAXBElement<MaterialType> createMaterial(MaterialType value)
value - Java instance representing xml element's value.JAXBElement<MaterialType>public jakarta.xml.bind.JAXBElement<SimpleTextureType> createSimpleTexture(SimpleTextureType value)
value - Java instance representing xml element's value.JAXBElement<SimpleTextureType>Copyright © 2008–2023. All rights reserved.