org.citygml4j.impl.gml.geometry.primitives
Class SurfaceArrayPropertyImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.base.ArrayAssociationImpl<T>
      extended by org.citygml4j.impl.gml.geometry.GeometryArrayPropertyImpl<AbstractSurface>
          extended by org.citygml4j.impl.gml.geometry.primitives.SurfaceArrayPropertyImpl
All Implemented Interfaces:
Association<AbstractSurface>, ModelObject, Child, Copyable, ArrayAssociation<AbstractSurface>, GeometryArrayProperty<AbstractSurface>, SurfaceArrayProperty, GML

public class SurfaceArrayPropertyImpl
extends GeometryArrayPropertyImpl<AbstractSurface>
implements SurfaceArrayProperty


Constructor Summary
SurfaceArrayPropertyImpl()
           
 
Method Summary
 void addSurface(AbstractSurface abstractSurface)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 ModelType getModelType()
           
 java.util.List<AbstractSurface> getSurface()
           
 boolean isSetSurface()
           
 void setSurface(java.util.List<AbstractSurface> abstractSurface)
           
 void unsetSurface()
           
 boolean unsetSurface(AbstractSurface abstractSurface)
           
 
Methods inherited from class org.citygml4j.impl.gml.geometry.GeometryArrayPropertyImpl
addGeometry, getGeometry, isSetGeometry, setGeometry, unsetGeometry, unsetGeometry
 
Methods inherited from class org.citygml4j.impl.gml.base.ArrayAssociationImpl
addObject, getObject, getParent, isSetObject, isSetParent, setObject, setParent, unsetObject, unsetObject, unsetParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.gml.geometry.GeometryArrayProperty
addGeometry, getGeometry, isSetGeometry, setGeometry, unsetGeometry, unsetGeometry
 
Methods inherited from interface org.citygml4j.model.gml.base.ArrayAssociation
addObject, getObject, isSetObject, setObject, unsetObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 

Constructor Detail

SurfaceArrayPropertyImpl

public SurfaceArrayPropertyImpl()
Method Detail

addSurface

public void addSurface(AbstractSurface abstractSurface)
Specified by:
addSurface in interface SurfaceArrayProperty

getSurface

public java.util.List<AbstractSurface> getSurface()
Specified by:
getSurface in interface SurfaceArrayProperty

isSetSurface

public boolean isSetSurface()
Specified by:
isSetSurface in interface SurfaceArrayProperty

setSurface

public void setSurface(java.util.List<AbstractSurface> abstractSurface)
Specified by:
setSurface in interface SurfaceArrayProperty

unsetSurface

public void unsetSurface()
Specified by:
unsetSurface in interface SurfaceArrayProperty

unsetSurface

public boolean unsetSurface(AbstractSurface abstractSurface)
Specified by:
unsetSurface in interface SurfaceArrayProperty

getModelType

public ModelType getModelType()
Specified by:
getModelType in interface ModelObject
Overrides:
getModelType in class ArrayAssociationImpl<AbstractSurface>

getGMLClass

public GMLClass getGMLClass()
Specified by:
getGMLClass in interface GML
Overrides:
getGMLClass in class GeometryArrayPropertyImpl<AbstractSurface>

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 ArrayAssociationImpl<AbstractSurface>