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

java.lang.Object
  extended by org.citygml4j.impl.gml.base.ArrayAssociationImpl<AbstractSurfacePatch>
      extended by org.citygml4j.impl.gml.geometry.primitives.SurfacePatchArrayPropertyImpl
All Implemented Interfaces:
Association<AbstractSurfacePatch>, ModelObject, Child, Copyable, ArrayAssociation<AbstractSurfacePatch>, SurfacePatchArrayProperty, GML
Direct Known Subclasses:
TrianglePatchArrayPropertyImpl

public class SurfacePatchArrayPropertyImpl
extends ArrayAssociationImpl<AbstractSurfacePatch>
implements SurfacePatchArrayProperty


Constructor Summary
SurfacePatchArrayPropertyImpl()
           
 
Method Summary
 void addSurfacePatch(AbstractSurfacePatch surfacePatch)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 java.util.List<? extends AbstractSurfacePatch> getSurfacePatch()
           
 boolean isSetSurfacePatch()
           
 void setSurfacePatch(java.util.List<? extends AbstractSurfacePatch> surfacePatch)
           
 void unsetSurfacePatch()
           
 boolean unsetSurfacePatch(AbstractSurfacePatch surfacePatch)
           
 
Methods inherited from class org.citygml4j.impl.gml.base.ArrayAssociationImpl
addObject, getModelType, 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.base.ArrayAssociation
addObject, getObject, isSetObject, setObject, unsetObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Constructor Detail

SurfacePatchArrayPropertyImpl

public SurfacePatchArrayPropertyImpl()
Method Detail

addSurfacePatch

public void addSurfacePatch(AbstractSurfacePatch surfacePatch)
Specified by:
addSurfacePatch in interface SurfacePatchArrayProperty

getSurfacePatch

public java.util.List<? extends AbstractSurfacePatch> getSurfacePatch()
Specified by:
getSurfacePatch in interface SurfacePatchArrayProperty

isSetSurfacePatch

public boolean isSetSurfacePatch()
Specified by:
isSetSurfacePatch in interface SurfacePatchArrayProperty

setSurfacePatch

public void setSurfacePatch(java.util.List<? extends AbstractSurfacePatch> surfacePatch)
Specified by:
setSurfacePatch in interface SurfacePatchArrayProperty

unsetSurfacePatch

public void unsetSurfacePatch()
Specified by:
unsetSurfacePatch in interface SurfacePatchArrayProperty

unsetSurfacePatch

public boolean unsetSurfacePatch(AbstractSurfacePatch surfacePatch)
Specified by:
unsetSurfacePatch in interface SurfacePatchArrayProperty

getGMLClass

public GMLClass getGMLClass()
Specified by:
getGMLClass in interface GML
Overrides:
getGMLClass in class ArrayAssociationImpl<AbstractSurfacePatch>

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<AbstractSurfacePatch>