org.citygml4j.impl.citygml.appearance
Class AbstractTextureParameterizationImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.base.AbstractGMLImpl
      extended by org.citygml4j.impl.citygml.appearance.AbstractTextureParameterizationImpl
All Implemented Interfaces:
AbstractTextureParameterization, AppearanceModuleComponent, CityGML, Associable, ModelObject, Child, Copyable, AbstractGML, StandardObjectProperties, GML
Direct Known Subclasses:
TexCoordGenImpl, TexCoordListImpl

public abstract class AbstractTextureParameterizationImpl
extends AbstractGMLImpl
implements AbstractTextureParameterization


Constructor Summary
AbstractTextureParameterizationImpl()
           
AbstractTextureParameterizationImpl(AppearanceModule module)
           
 
Method Summary
 void addGenericADEComponent(ADEComponent genericADEComponent)
           
 void addGenericApplicationPropertyOfTextureParameterization(ADEComponent ade)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 AppearanceModule getCityGMLModule()
           
 java.util.List<ADEComponent> getGenericADEComponent()
           
 java.util.List<ADEComponent> getGenericApplicationPropertyOfTextureParameterization()
           
 ModelType getModelType()
           
 boolean isSetCityGMLModule()
           
 boolean isSetGenericADEComponent()
           
 boolean isSetGenericApplicationPropertyOfTextureParameterization()
           
 void setGenericADEComponent(java.util.List<ADEComponent> genericADEComponent)
           
 void setGenericApplicationPropertyOfTextureParameterization(java.util.List<ADEComponent> ade)
           
 void unsetGenericADEComponent()
           
 boolean unsetGenericADEComponent(ADEComponent genericADEComponent)
           
 void unsetGenericApplicationPropertyOfTextureParameterization()
           
 boolean unsetGenericApplicationPropertyOfTextureParameterization(ADEComponent ade)
           
 
Methods inherited from class org.citygml4j.impl.gml.base.AbstractGMLImpl
addMetaDataProperty, addName, getDescription, getGMLClass, getId, getMetaDataProperty, getName, getParent, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass
 
Methods inherited from interface org.citygml4j.model.gml.base.AbstractGML
accept, accept, getId, isSetId, setId, unsetId
 
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy
 

Constructor Detail

AbstractTextureParameterizationImpl

public AbstractTextureParameterizationImpl()

AbstractTextureParameterizationImpl

public AbstractTextureParameterizationImpl(AppearanceModule module)
Method Detail

addGenericADEComponent

public void addGenericADEComponent(ADEComponent genericADEComponent)
Specified by:
addGenericADEComponent in interface AbstractTextureParameterization

addGenericApplicationPropertyOfTextureParameterization

public void addGenericApplicationPropertyOfTextureParameterization(ADEComponent ade)
Specified by:
addGenericApplicationPropertyOfTextureParameterization in interface AbstractTextureParameterization

getGenericADEComponent

public java.util.List<ADEComponent> getGenericADEComponent()
Specified by:
getGenericADEComponent in interface AbstractTextureParameterization

getGenericApplicationPropertyOfTextureParameterization

public java.util.List<ADEComponent> getGenericApplicationPropertyOfTextureParameterization()
Specified by:
getGenericApplicationPropertyOfTextureParameterization in interface AbstractTextureParameterization

isSetGenericADEComponent

public boolean isSetGenericADEComponent()
Specified by:
isSetGenericADEComponent in interface AbstractTextureParameterization

isSetGenericApplicationPropertyOfTextureParameterization

public boolean isSetGenericApplicationPropertyOfTextureParameterization()
Specified by:
isSetGenericApplicationPropertyOfTextureParameterization in interface AbstractTextureParameterization

setGenericADEComponent

public void setGenericADEComponent(java.util.List<ADEComponent> genericADEComponent)
Specified by:
setGenericADEComponent in interface AbstractTextureParameterization

setGenericApplicationPropertyOfTextureParameterization

public void setGenericApplicationPropertyOfTextureParameterization(java.util.List<ADEComponent> ade)
Specified by:
setGenericApplicationPropertyOfTextureParameterization in interface AbstractTextureParameterization

unsetGenericADEComponent

public void unsetGenericADEComponent()
Specified by:
unsetGenericADEComponent in interface AbstractTextureParameterization

unsetGenericADEComponent

public boolean unsetGenericADEComponent(ADEComponent genericADEComponent)
Specified by:
unsetGenericADEComponent in interface AbstractTextureParameterization

unsetGenericApplicationPropertyOfTextureParameterization

public void unsetGenericApplicationPropertyOfTextureParameterization()
Specified by:
unsetGenericApplicationPropertyOfTextureParameterization in interface AbstractTextureParameterization

unsetGenericApplicationPropertyOfTextureParameterization

public boolean unsetGenericApplicationPropertyOfTextureParameterization(ADEComponent ade)
Specified by:
unsetGenericApplicationPropertyOfTextureParameterization in interface AbstractTextureParameterization

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject
Overrides:
getModelType in class AbstractGMLImpl

getCityGMLModule

public final AppearanceModule getCityGMLModule()
Specified by:
getCityGMLModule in interface CityGML

isSetCityGMLModule

public boolean isSetCityGMLModule()
Specified by:
isSetCityGMLModule in interface CityGML

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable
Overrides:
copyTo in class AbstractGMLImpl