org.citygml4j.impl.citygml.texturedsurface
Class _ColorImpl

java.lang.Object
  extended by org.citygml4j.impl.citygml.texturedsurface._ColorImpl
All Implemented Interfaces:
CityGML, _Color, TexturedSurfaceModuleComponent, ModelObject, Child, Copyable

public class _ColorImpl
extends java.lang.Object
implements _Color


Constructor Summary
_ColorImpl()
           
_ColorImpl(java.lang.Double defaultValue)
           
_ColorImpl(java.lang.Double red, java.lang.Double green, java.lang.Double blue)
           
_ColorImpl(TexturedSurfaceModule module)
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 java.lang.Double getBlue()
           
 CityGMLClass getCityGMLClass()
           
 TexturedSurfaceModule getCityGMLModule()
           
 java.lang.Double getGreen()
           
 ModelType getModelType()
           
 ModelObject getParent()
           
 java.lang.Double getRed()
           
 boolean isSetCityGMLModule()
           
 boolean isSetParent()
           
 void setBlue(java.lang.Double blue)
           
 void setColor(java.util.List<java.lang.Double> color)
           
 void setGreen(java.lang.Double green)
           
 void setParent(ModelObject parent)
           
 void setRed(java.lang.Double red)
           
 java.util.List<java.lang.Double> toList()
           
 void unsetParent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_ColorImpl

public _ColorImpl()

_ColorImpl

public _ColorImpl(TexturedSurfaceModule module)

_ColorImpl

public _ColorImpl(java.lang.Double defaultValue)

_ColorImpl

public _ColorImpl(java.lang.Double red,
                  java.lang.Double green,
                  java.lang.Double blue)
Method Detail

getBlue

public java.lang.Double getBlue()
Specified by:
getBlue in interface _Color

getGreen

public java.lang.Double getGreen()
Specified by:
getGreen in interface _Color

getRed

public java.lang.Double getRed()
Specified by:
getRed in interface _Color

setBlue

public void setBlue(java.lang.Double blue)
Specified by:
setBlue in interface _Color

setColor

public void setColor(java.util.List<java.lang.Double> color)
Specified by:
setColor in interface _Color

setGreen

public void setGreen(java.lang.Double green)
Specified by:
setGreen in interface _Color

setRed

public void setRed(java.lang.Double red)
Specified by:
setRed in interface _Color

toList

public java.util.List<java.lang.Double> toList()
Specified by:
toList in interface _Color

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject

getCityGMLClass

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

getCityGMLModule

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

isSetCityGMLModule

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

getParent

public ModelObject getParent()
Specified by:
getParent in interface Child

setParent

public void setParent(ModelObject parent)
Specified by:
setParent in interface Child

isSetParent

public boolean isSetParent()
Specified by:
isSetParent in interface Child

unsetParent

public void unsetParent()
Specified by:
unsetParent in interface Child

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