org.citygml4j.impl.gml.coverage
Class DataBlockImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.coverage.DataBlockImpl
All Implemented Interfaces:
ModelObject, Child, Copyable, DataBlock, GML

public class DataBlockImpl
extends java.lang.Object
implements DataBlock


Constructor Summary
DataBlockImpl()
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 DoubleOrNullList getDoubleOrNullTupleList()
           
 GMLClass getGMLClass()
           
 ModelType getModelType()
           
 ModelObject getParent()
           
 RangeParameters getRangeParameters()
           
 Coordinates getTupleList()
           
 boolean isSetDoubleOrNullTupleList()
           
 boolean isSetParent()
           
 boolean isSetRangeParameters()
           
 boolean isSetTupleList()
           
 void setDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList)
           
 void setParent(ModelObject parent)
           
 void setRangeParameters(RangeParameters rangeParameters)
           
 void setTupleList(Coordinates tupleList)
           
 void unsetDoubleOrNullTupleList()
           
 void unsetParent()
           
 void unsetRangeParameters()
           
 void unsetTupleList()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataBlockImpl

public DataBlockImpl()
Method Detail

getModelType

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

getGMLClass

public GMLClass getGMLClass()
Specified by:
getGMLClass in interface GML

getRangeParameters

public RangeParameters getRangeParameters()
Specified by:
getRangeParameters in interface DataBlock

getTupleList

public Coordinates getTupleList()
Specified by:
getTupleList in interface DataBlock

getDoubleOrNullTupleList

public DoubleOrNullList getDoubleOrNullTupleList()
Specified by:
getDoubleOrNullTupleList in interface DataBlock

isSetRangeParameters

public boolean isSetRangeParameters()
Specified by:
isSetRangeParameters in interface DataBlock

isSetTupleList

public boolean isSetTupleList()
Specified by:
isSetTupleList in interface DataBlock

isSetDoubleOrNullTupleList

public boolean isSetDoubleOrNullTupleList()
Specified by:
isSetDoubleOrNullTupleList in interface DataBlock

setRangeParameters

public void setRangeParameters(RangeParameters rangeParameters)
Specified by:
setRangeParameters in interface DataBlock

setTupleList

public void setTupleList(Coordinates tupleList)
Specified by:
setTupleList in interface DataBlock

setDoubleOrNullTupleList

public void setDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList)
Specified by:
setDoubleOrNullTupleList in interface DataBlock

unsetRangeParameters

public void unsetRangeParameters()
Specified by:
unsetRangeParameters in interface DataBlock

unsetTupleList

public void unsetTupleList()
Specified by:
unsetTupleList in interface DataBlock

unsetDoubleOrNullTupleList

public void unsetDoubleOrNullTupleList()
Specified by:
unsetDoubleOrNullTupleList in interface DataBlock

getParent

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

isSetParent

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

setParent

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

unsetParent

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

copyTo

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

copy

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