org.citygml4j.impl.citygml.appearance
Class TextureAssociationImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.base.AssociationByRepOrRefImpl<AbstractTextureParameterization>
      extended by org.citygml4j.impl.citygml.appearance.TextureAssociationImpl
All Implemented Interfaces:
AppearanceModuleComponent, TextureAssociation, CityGML, Association<AbstractTextureParameterization>, ModelObject, Child, Copyable, AssociationAttributeGroup, AssociationByRep<AbstractTextureParameterization>, AssociationByRepOrRef<AbstractTextureParameterization>, GML

public class TextureAssociationImpl
extends AssociationByRepOrRefImpl<AbstractTextureParameterization>
implements TextureAssociation


Constructor Summary
TextureAssociationImpl()
           
TextureAssociationImpl(AppearanceModule module)
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 CityGMLClass getCityGMLClass()
           
 AppearanceModule getCityGMLModule()
           
 ModelType getModelType()
           
 AbstractTextureParameterization getTextureParameterization()
           
 java.lang.String getUri()
           
 boolean isSetCityGMLModule()
           
 boolean isSetTextureParameterization()
           
 boolean isSetUri()
           
 void setTextureParameterization(AbstractTextureParameterization textureParameterization)
           
 void setUri(java.lang.String uri)
           
 void unsetTextureParameterization()
           
 void unsetUri()
           
 
Methods inherited from class org.citygml4j.impl.gml.base.AssociationByRepOrRefImpl
getActuate, getArcrole, getGMLClass, getHref, getObject, getParent, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetObject, isSetParent, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setObject, setParent, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetObject, unsetParent, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
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.gml.base.AssociationAttributeGroup
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 

Constructor Detail

TextureAssociationImpl

public TextureAssociationImpl()

TextureAssociationImpl

public TextureAssociationImpl(AppearanceModule module)
Method Detail

getTextureParameterization

public AbstractTextureParameterization getTextureParameterization()
Specified by:
getTextureParameterization in interface TextureAssociation

getUri

public java.lang.String getUri()
Specified by:
getUri in interface TextureAssociation

isSetTextureParameterization

public boolean isSetTextureParameterization()
Specified by:
isSetTextureParameterization in interface TextureAssociation

isSetUri

public boolean isSetUri()
Specified by:
isSetUri in interface TextureAssociation

setTextureParameterization

public void setTextureParameterization(AbstractTextureParameterization textureParameterization)
Specified by:
setTextureParameterization in interface TextureAssociation

setUri

public void setUri(java.lang.String uri)
Specified by:
setUri in interface TextureAssociation

unsetTextureParameterization

public void unsetTextureParameterization()
Specified by:
unsetTextureParameterization in interface TextureAssociation

unsetUri

public void unsetUri()
Specified by:
unsetUri in interface TextureAssociation

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject
Overrides:
getModelType in class AssociationByRepOrRefImpl<AbstractTextureParameterization>

getCityGMLClass

public CityGMLClass getCityGMLClass()
Specified by:
getCityGMLClass in interface CityGML

getCityGMLModule

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

isSetCityGMLModule

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

copy

public java.lang.Object copy(CopyBuilder copyBuilder)
Specified by:
copy in interface Copyable

copyTo

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