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.appearance.v_2_0
|
public ObjectFactory()
public TexCoordGenType createTexCoordGenType()
TexCoordGenTypepublic TexCoordListType createTexCoordListType()
TexCoordListTypepublic AppearanceType createAppearanceType()
AppearanceTypepublic AppearancePropertyType createAppearancePropertyType()
AppearancePropertyTypepublic ParameterizedTextureType createParameterizedTextureType()
ParameterizedTextureTypepublic GeoreferencedTextureType createGeoreferencedTextureType()
GeoreferencedTextureTypepublic X3DMaterialType createX3DMaterialType()
X3DMaterialTypepublic SurfaceDataPropertyType createSurfaceDataPropertyType()
SurfaceDataPropertyTypepublic TextureAssociationType createTextureAssociationType()
TextureAssociationTypepublic TexCoordGenType.WorldToTexture createTexCoordGenTypeWorldToTexture()
TexCoordGenType.WorldToTexturepublic TexCoordListType.TextureCoordinates createTexCoordListTypeTextureCoordinates()
TexCoordListType.TextureCoordinatespublic javax.xml.bind.JAXBElement<AppearanceType> createAppearance(AppearanceType value)
value - Java instance representing xml element's value.JAXBElement<AppearanceType>public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfAppearance(java.lang.Object value)
JAXBElement<Object>value - Java instance representing xml element's value.JAXBElement<Object>public javax.xml.bind.JAXBElement<FeaturePropertyType> createAppearanceMember(FeaturePropertyType value)
value - Java instance representing xml element's value.JAXBElement<FeaturePropertyType>public javax.xml.bind.JAXBElement<AppearancePropertyType> createAppearanceProperty(AppearancePropertyType value)
value - Java instance representing xml element's value.JAXBElement<AppearancePropertyType>public javax.xml.bind.JAXBElement<AbstractSurfaceDataType> createSurfaceData(AbstractSurfaceDataType value)
value - Java instance representing xml element's value.JAXBElement<AbstractSurfaceDataType>public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfSurfaceData(java.lang.Object value)
JAXBElement<Object>value - Java instance representing xml element's value.JAXBElement<Object>public javax.xml.bind.JAXBElement<AbstractTextureType> createTexture(AbstractTextureType value)
value - Java instance representing xml element's value.JAXBElement<AbstractTextureType>public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfTexture(java.lang.Object value)
JAXBElement<Object>value - Java instance representing xml element's value.JAXBElement<Object>public javax.xml.bind.JAXBElement<ParameterizedTextureType> createParameterizedTexture(ParameterizedTextureType value)
value - Java instance representing xml element's value.JAXBElement<ParameterizedTextureType>public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfParameterizedTexture(java.lang.Object value)
JAXBElement<Object>value - Java instance representing xml element's value.JAXBElement<Object>public javax.xml.bind.JAXBElement<GeoreferencedTextureType> createGeoreferencedTexture(GeoreferencedTextureType value)
value - Java instance representing xml element's value.JAXBElement<GeoreferencedTextureType>public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfGeoreferencedTexture(java.lang.Object value)
JAXBElement<Object>value - Java instance representing xml element's value.JAXBElement<Object>public javax.xml.bind.JAXBElement<AbstractTextureParameterizationType> createTextureParameterization(AbstractTextureParameterizationType value)
value - Java instance representing xml element's value.JAXBElement<AbstractTextureParameterizationType>public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfTextureParameterization(java.lang.Object value)
JAXBElement<Object>value - Java instance representing xml element's value.JAXBElement<Object>public javax.xml.bind.JAXBElement<TexCoordListType> createTexCoordList(TexCoordListType value)
value - Java instance representing xml element's value.JAXBElement<TexCoordListType>public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfTexCoordList(java.lang.Object value)
JAXBElement<Object>value - Java instance representing xml element's value.JAXBElement<Object>public javax.xml.bind.JAXBElement<TexCoordGenType> createTexCoordGen(TexCoordGenType value)
value - Java instance representing xml element's value.JAXBElement<TexCoordGenType>public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfTexCoordGen(java.lang.Object value)
JAXBElement<Object>value - Java instance representing xml element's value.JAXBElement<Object>public javax.xml.bind.JAXBElement<X3DMaterialType> createX3DMaterial(X3DMaterialType value)
value - Java instance representing xml element's value.JAXBElement<X3DMaterialType>public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfX3DMaterial(java.lang.Object value)
JAXBElement<Object>value - Java instance representing xml element's value.JAXBElement<Object>Copyright © 2008-2022. All Rights Reserved.