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

All Superinterfaces:
Association<T>, Child, Copyable, GML, ModelObject
All Known Subinterfaces:
_AppearanceProperty, AbstractRingProperty, AddressProperty, AppearanceMember, AppearanceProperty, AssociationByRepOrRef<T>, AuxiliaryTrafficAreaProperty, BoundarySurfaceProperty, BoundedByWaterSurfaceProperty, BuildingInstallationProperty, BuildingPartProperty, CityObjectGroupMember, CityObjectGroupParent, CityObjectMember, CompositeCurveProperty, CompositeSolidProperty, CompositeSurfaceProperty, CurveProperty, DomainSet<T>, Exterior, FeatureMember, FeatureProperty<T>, GeneralizationRelation, GeometricComplexProperty, GeometricPrimitiveProperty, GeometryProperty<T>, GridProperty, ImplicitRepresentationProperty, InlineGeometryProperty<T>, InnerBoundaryIs, IntBuildingInstallationProperty, Interior, InteriorFurnitureProperty, InteriorRoomProperty, LinearRingProperty, LineStringProperty, LocationProperty, MetaDataProperty, MultiCurveProperty, MultiLineStringProperty, MultiPointProperty, MultiPolygonProperty, MultiSolidProperty, MultiSurfaceProperty, OpeningProperty, OuterBoundaryIs, PointProperty, PointRep, PolygonProperty, PriorityLocationProperty, RangeParameters, RectifiedGridDomain, ReliefComponentProperty, SolidProperty, SurfaceDataProperty, SurfaceProperty, TextureAssociation, TinProperty, TrafficAreaProperty, ValueProperty, XalAddressProperty
All Known Implementing Classes:
_AppearancePropertyImpl, AbstractRingPropertyImpl, AddressPropertyImpl, AppearanceMemberImpl, AppearancePropertyImpl, AssociationByRepImpl, AssociationByRepOrRefImpl, AuxiliaryTrafficAreaPropertyImpl, BoundarySurfacePropertyImpl, BoundedByWaterSurfacePropertyImpl, BuildingInstallationPropertyImpl, BuildingPartPropertyImpl, CityObjectGroupMemberImpl, CityObjectGroupParentImpl, CityObjectMemberImpl, CompositeCurvePropertyImpl, CompositeSolidPropertyImpl, CompositeSurfacePropertyImpl, CurvePropertyImpl, DomainSetImpl, ExteriorImpl, FeatureMemberImpl, FeaturePropertyImpl, GeneralizationRelationImpl, GeometricComplexPropertyImpl, GeometricPrimitivePropertyImpl, GeometryPropertyImpl, GridPropertyImpl, ImplicitRepresentationPropertyImpl, InlineGeometryPropertyImpl, InnerBoundaryIsImpl, IntBuildingInstallationPropertyImpl, InteriorFurniturePropertyImpl, InteriorImpl, InteriorRoomPropertyImpl, LinearRingPropertyImpl, LineStringPropertyImpl, LocationPropertyImpl, MetaDataPropertyImpl, MultiCurvePropertyImpl, MultiLineStringPropertyImpl, MultiPointPropertyImpl, MultiPolygonPropertyImpl, MultiSolidPropertyImpl, MultiSurfacePropertyImpl, OpeningPropertyImpl, OuterBoundaryIsImpl, PointPropertyImpl, PointRepImpl, PolygonPropertyImpl, PriorityLocationPropertyImpl, RangeParametersImpl, RectifiedGridDomainImpl, ReliefComponentPropertyImpl, SolidPropertyImpl, SurfaceDataPropertyImpl, SurfacePropertyImpl, TextureAssociationImpl, TinPropertyImpl, TrafficAreaPropertyImpl, ValuePropertyImpl, XalAddressPropertyImpl

public interface AssociationByRep<T extends Associable & Child>
extends GML, Association<T>, Child, Copyable


Method Summary
 T getObject()
           
 boolean isSetObject()
           
 void setObject(T object)
           
 void unsetObject()
           
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
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
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getObject

T getObject()

isSetObject

boolean isSetObject()

setObject

void setObject(T object)

unsetObject

void unsetObject()