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.texturedsurface.v_1_0
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<AbstractAppearanceType> |
createAAppearance(AbstractAppearanceType value)
|
javax.xml.bind.JAXBElement<AppearancePropertyType> |
createAppearance(AppearancePropertyType value)
|
AppearancePropertyType |
createAppearancePropertyType()
Create an instance of
AppearancePropertyType |
javax.xml.bind.JAXBElement<MaterialType> |
createMaterial(MaterialType value)
|
MaterialType |
createMaterialType()
Create an instance of
MaterialType |
javax.xml.bind.JAXBElement<SimpleTextureType> |
createSimpleTexture(SimpleTextureType value)
|
SimpleTextureType |
createSimpleTextureType()
Create an instance of
SimpleTextureType |
javax.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 javax.xml.bind.JAXBElement<TexturedSurfaceType> createTexturedSurface(TexturedSurfaceType value)
public javax.xml.bind.JAXBElement<AppearancePropertyType> createAppearance(AppearancePropertyType value)
public javax.xml.bind.JAXBElement<AbstractAppearanceType> createAAppearance(AbstractAppearanceType value)
public javax.xml.bind.JAXBElement<MaterialType> createMaterial(MaterialType value)
public javax.xml.bind.JAXBElement<SimpleTextureType> createSimpleTexture(SimpleTextureType value)
Copyright © 2008-2021. All Rights Reserved.