org.citygml4j.model.gml.base
Class AssociationByRep<T extends Associable & Child>
java.lang.Object
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
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 |
AssociationByRep
public AssociationByRep()
AssociationByRep
public AssociationByRep(T object)
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