org.citygml4j.impl.gml.base
Class AssociationByRepImpl<T extends Associable & Child>

java.lang.Object
  extended by org.citygml4j.impl.gml.base.AssociationByRepImpl<T>
All Implemented Interfaces:
Association<T>, ModelObject, Child, Copyable, AssociationByRep<T>, GML
Direct Known Subclasses:
InlineGeometryPropertyImpl, XalAddressPropertyImpl

public abstract class AssociationByRepImpl<T extends Associable & Child>
extends java.lang.Object
implements AssociationByRep<T>


Constructor Summary
AssociationByRepImpl()
           
 
Method Summary
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 ModelType getModelType()
           
 T getObject()
           
 ModelObject getParent()
           
 boolean isSetObject()
           
 boolean isSetParent()
           
 void setObject(T object)
           
 void setParent(ModelObject parent)
           
 void unsetObject()
           
 void unsetParent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy
 

Constructor Detail

AssociationByRepImpl

public AssociationByRepImpl()
Method Detail

getObject

public T getObject()
Specified by:
getObject in interface AssociationByRep<T extends Associable & Child>

isSetObject

public boolean isSetObject()
Specified by:
isSetObject in interface AssociationByRep<T extends Associable & Child>

setObject

public void setObject(T object)
Specified by:
setObject in interface AssociationByRep<T extends Associable & Child>

unsetObject

public void unsetObject()
Specified by:
unsetObject in interface AssociationByRep<T extends Associable & Child>

getModelType

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

getGMLClass

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

copyTo

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

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