org.citygml4j.model.gml.base
Class AssociationByRep<T extends Associable & Child>

java.lang.Object
  extended by org.citygml4j.model.gml.base.AssociationByRep<T>
All Implemented Interfaces:
Association<T>, ModelObject, Child, Copyable, GML
Direct Known Subclasses:
AssociationByRepOrRef, InlineGeometryProperty, XalAddressProperty

public abstract class AssociationByRep<T extends Associable & Child>
extends java.lang.Object
implements GML, Association<T>, Child, Copyable


Constructor Summary
AssociationByRep()
           
AssociationByRep(T object)
           
 
Method Summary
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 GMLClass getGMLClass()
           
 java.lang.Object getLocalProperty(java.lang.String name)
           
 ModelType getModelType()
           
 T getObject()
           
 ModelObject getParent()
           
 boolean hasLocalProperty(java.lang.String name)
           
 boolean isSetObject()
           
 boolean isSetParent()
           
 void setLocalProperty(java.lang.String name, java.lang.Object value)
           
 void setObject(T object)
           
 void setParent(ModelObject parent)
           
 java.lang.Object unsetLocalProperty(java.lang.String name)
           
 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.association.Association
getAssociableClass
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy
 

Constructor Detail

AssociationByRep

public AssociationByRep()

AssociationByRep

public AssociationByRep(T object)
Method Detail

getObject

public T getObject()

isSetObject

public boolean isSetObject()

setObject

public void setObject(T object)

unsetObject

public void unsetObject()

getModelType

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

getGMLClass

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

getLocalProperty

public java.lang.Object getLocalProperty(java.lang.String name)
Specified by:
getLocalProperty in interface Association<T extends Associable & Child>

setLocalProperty

public void setLocalProperty(java.lang.String name,
                             java.lang.Object value)
Specified by:
setLocalProperty in interface Association<T extends Associable & Child>

hasLocalProperty

public boolean hasLocalProperty(java.lang.String name)
Specified by:
hasLocalProperty in interface Association<T extends Associable & Child>

unsetLocalProperty

public java.lang.Object unsetLocalProperty(java.lang.String name)
Specified by:
unsetLocalProperty in interface Association<T extends Associable & Child>

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