public class ImplicitRepresentationProperty extends AssociationByRepOrRef<ImplicitGeometry> implements CoreModuleComponent
Constructor and Description |
---|
ImplicitRepresentationProperty() |
ImplicitRepresentationProperty(CoreModule module) |
ImplicitRepresentationProperty(ImplicitGeometry implicitGeometry) |
ImplicitRepresentationProperty(java.lang.String href) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.Class<ImplicitGeometry> |
getAssociableClass() |
CityGMLClass |
getCityGMLClass() |
CoreModule |
getCityGMLModule() |
ImplicitGeometry |
getImplicitGeometry() |
boolean |
isSetCityGMLModule() |
boolean |
isSetImplicitGeometry() |
void |
setImplicitGeometry(ImplicitGeometry implicitGeometry) |
void |
unsetImplicitGeometry() |
getActuate, getArcrole, getGMLClass, 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
getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
public ImplicitRepresentationProperty()
public ImplicitRepresentationProperty(ImplicitGeometry implicitGeometry)
public ImplicitRepresentationProperty(java.lang.String href)
public ImplicitRepresentationProperty(CoreModule module)
public ImplicitGeometry getImplicitGeometry()
public boolean isSetImplicitGeometry()
public void setImplicitGeometry(ImplicitGeometry implicitGeometry)
public void unsetImplicitGeometry()
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final CoreModule getCityGMLModule()
getCityGMLModule
in interface CityGMLModuleComponent
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGMLModuleComponent
public java.lang.Class<ImplicitGeometry> getAssociableClass()
getAssociableClass
in interface Association<ImplicitGeometry>
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AssociationByRepOrRef<ImplicitGeometry>