org.citygml4j.model.citygml.cityobjectgroup
Interface CityObjectGroupMember
- All Superinterfaces:
- Association<AbstractCityObject>, AssociationAttributeGroup, AssociationByRep<AbstractCityObject>, AssociationByRepOrRef<AbstractCityObject>, Child, CityGML, CityObjectGroupModuleComponent, Copyable, FeatureProperty<AbstractCityObject>, GML, ModelObject
- All Known Implementing Classes:
- CityObjectGroupMemberImpl
public interface CityObjectGroupMember
- extends CityObjectGroupModuleComponent, FeatureProperty<AbstractCityObject>
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
Methods inherited from interface org.citygml4j.model.gml.base.AssociationAttributeGroup |
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getCityObject
AbstractCityObject getCityObject()
getGroupRole
java.lang.String getGroupRole()
isSetCityObject
boolean isSetCityObject()
isSetGroupRole
boolean isSetGroupRole()
setCityObject
void setCityObject(AbstractCityObject cityObject)
setGroupRole
void setGroupRole(java.lang.String groupRole)
unsetCityObject
void unsetCityObject()
unsetGroupRole
void unsetGroupRole()