Class ObjectFactory
- java.lang.Object
-
- net.opengis.citygml.appearance.v_2_0.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.citygml.appearance.v_2_0 package.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 Summary
Constructors Constructor 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
-
Method Summary
-
-
-
Method Detail
-
createTexCoordGenType
public TexCoordGenType createTexCoordGenType()
Create an instance ofTexCoordGenType
-
createTexCoordListType
public TexCoordListType createTexCoordListType()
Create an instance ofTexCoordListType
-
createAppearanceType
public AppearanceType createAppearanceType()
Create an instance ofAppearanceType
-
createAppearancePropertyType
public AppearancePropertyType createAppearancePropertyType()
Create an instance ofAppearancePropertyType
-
createParameterizedTextureType
public ParameterizedTextureType createParameterizedTextureType()
Create an instance ofParameterizedTextureType
-
createGeoreferencedTextureType
public GeoreferencedTextureType createGeoreferencedTextureType()
Create an instance ofGeoreferencedTextureType
-
createX3DMaterialType
public X3DMaterialType createX3DMaterialType()
Create an instance ofX3DMaterialType
-
createSurfaceDataPropertyType
public SurfaceDataPropertyType createSurfaceDataPropertyType()
Create an instance ofSurfaceDataPropertyType
-
createTextureAssociationType
public TextureAssociationType createTextureAssociationType()
Create an instance ofTextureAssociationType
-
createTexCoordGenTypeWorldToTexture
public TexCoordGenType.WorldToTexture createTexCoordGenTypeWorldToTexture()
Create an instance ofTexCoordGenType.WorldToTexture
-
createTexCoordListTypeTextureCoordinates
public TexCoordListType.TextureCoordinates createTexCoordListTypeTextureCoordinates()
Create an instance ofTexCoordListType.TextureCoordinates
-
createAppearance
public jakarta.xml.bind.JAXBElement<AppearanceType> createAppearance(AppearanceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AppearanceType>
-
createGenericApplicationPropertyOfAppearance
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfAppearance(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createAppearanceMember
public jakarta.xml.bind.JAXBElement<FeaturePropertyType> createAppearanceMember(FeaturePropertyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FeaturePropertyType>
-
createAppearanceProperty
public jakarta.xml.bind.JAXBElement<AppearancePropertyType> createAppearanceProperty(AppearancePropertyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AppearancePropertyType>
-
createSurfaceData
public jakarta.xml.bind.JAXBElement<AbstractSurfaceDataType> createSurfaceData(AbstractSurfaceDataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractSurfaceDataType>
-
createGenericApplicationPropertyOfSurfaceData
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfSurfaceData(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createTexture
public jakarta.xml.bind.JAXBElement<AbstractTextureType> createTexture(AbstractTextureType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractTextureType>
-
createGenericApplicationPropertyOfTexture
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTexture(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createParameterizedTexture
public jakarta.xml.bind.JAXBElement<ParameterizedTextureType> createParameterizedTexture(ParameterizedTextureType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ParameterizedTextureType>
-
createGenericApplicationPropertyOfParameterizedTexture
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfParameterizedTexture(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createGeoreferencedTexture
public jakarta.xml.bind.JAXBElement<GeoreferencedTextureType> createGeoreferencedTexture(GeoreferencedTextureType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GeoreferencedTextureType>
-
createGenericApplicationPropertyOfGeoreferencedTexture
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfGeoreferencedTexture(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createTextureParameterization
public jakarta.xml.bind.JAXBElement<AbstractTextureParameterizationType> createTextureParameterization(AbstractTextureParameterizationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractTextureParameterizationType>
-
createGenericApplicationPropertyOfTextureParameterization
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTextureParameterization(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createTexCoordList
public jakarta.xml.bind.JAXBElement<TexCoordListType> createTexCoordList(TexCoordListType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TexCoordListType>
-
createGenericApplicationPropertyOfTexCoordList
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTexCoordList(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createTexCoordGen
public jakarta.xml.bind.JAXBElement<TexCoordGenType> createTexCoordGen(TexCoordGenType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TexCoordGenType>
-
createGenericApplicationPropertyOfTexCoordGen
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTexCoordGen(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createX3DMaterial
public jakarta.xml.bind.JAXBElement<X3DMaterialType> createX3DMaterial(X3DMaterialType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<X3DMaterialType>
-
-