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_2_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)
value - Java instance representing xml element's value.JAXBElement<TexturedSurfaceType>public javax.xml.bind.JAXBElement<AppearancePropertyType> createAppearance(AppearancePropertyType value)
value - Java instance representing xml element's value.JAXBElement<AppearancePropertyType>public javax.xml.bind.JAXBElement<AbstractAppearanceType> createAAppearance(AbstractAppearanceType value)
value - Java instance representing xml element's value.JAXBElement<AbstractAppearanceType>public javax.xml.bind.JAXBElement<MaterialType> createMaterial(MaterialType value)
value - Java instance representing xml element's value.JAXBElement<MaterialType>public javax.xml.bind.JAXBElement<SimpleTextureType> createSimpleTexture(SimpleTextureType value)
value - Java instance representing xml element's value.JAXBElement<SimpleTextureType>Copyright © 2008-2022. All Rights Reserved.