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.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 jakarta.xml.bind.JAXBElement<AppearanceType> createAppearance(AppearanceType value)
value - Java instance representing xml element's value.JAXBElement<AppearanceType>public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfAppearance(Object value)
value - Java instance representing xml element's value.JAXBElement<Object>public jakarta.xml.bind.JAXBElement<FeaturePropertyType> createAppearanceMember(FeaturePropertyType value)
value - Java instance representing xml element's value.JAXBElement<FeaturePropertyType>public jakarta.xml.bind.JAXBElement<AppearancePropertyType> createAppearanceProperty(AppearancePropertyType value)
value - Java instance representing xml element's value.JAXBElement<AppearancePropertyType>public jakarta.xml.bind.JAXBElement<AbstractSurfaceDataType> createSurfaceData(AbstractSurfaceDataType value)
value - Java instance representing xml element's value.JAXBElement<AbstractSurfaceDataType>public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfSurfaceData(Object value)
value - Java instance representing xml element's value.JAXBElement<Object>public jakarta.xml.bind.JAXBElement<AbstractTextureType> createTexture(AbstractTextureType value)
value - Java instance representing xml element's value.JAXBElement<AbstractTextureType>public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTexture(Object value)
value - Java instance representing xml element's value.JAXBElement<Object>public jakarta.xml.bind.JAXBElement<ParameterizedTextureType> createParameterizedTexture(ParameterizedTextureType value)
value - Java instance representing xml element's value.JAXBElement<ParameterizedTextureType>public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfParameterizedTexture(Object value)
value - Java instance representing xml element's value.JAXBElement<Object>public jakarta.xml.bind.JAXBElement<GeoreferencedTextureType> createGeoreferencedTexture(GeoreferencedTextureType value)
value - Java instance representing xml element's value.JAXBElement<GeoreferencedTextureType>public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfGeoreferencedTexture(Object value)
value - Java instance representing xml element's value.JAXBElement<Object>public jakarta.xml.bind.JAXBElement<AbstractTextureParameterizationType> createTextureParameterization(AbstractTextureParameterizationType value)
value - Java instance representing xml element's value.JAXBElement<AbstractTextureParameterizationType>public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTextureParameterization(Object value)
value - Java instance representing xml element's value.JAXBElement<Object>public jakarta.xml.bind.JAXBElement<TexCoordListType> createTexCoordList(TexCoordListType value)
value - Java instance representing xml element's value.JAXBElement<TexCoordListType>public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTexCoordList(Object value)
value - Java instance representing xml element's value.JAXBElement<Object>public jakarta.xml.bind.JAXBElement<TexCoordGenType> createTexCoordGen(TexCoordGenType value)
value - Java instance representing xml element's value.JAXBElement<TexCoordGenType>public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTexCoordGen(Object value)
value - Java instance representing xml element's value.JAXBElement<Object>public jakarta.xml.bind.JAXBElement<X3DMaterialType> createX3DMaterial(X3DMaterialType value)
value - Java instance representing xml element's value.JAXBElement<X3DMaterialType>Copyright © 2008–2023. All rights reserved.