org.citygml4j.model.citygml.core
Class XalAddressProperty
java.lang.Object
org.citygml4j.model.gml.base.AssociationByRep<AddressDetails>
org.citygml4j.model.citygml.core.XalAddressProperty
- All Implemented Interfaces:
- CityGML, CoreModuleComponent, Association<AddressDetails>, ModelObject, Child, Copyable, GML
public class XalAddressProperty
- extends AssociationByRep<AddressDetails>
- implements CoreModuleComponent
Methods inherited from class org.citygml4j.model.gml.base.AssociationByRep |
getGMLClass, getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XalAddressProperty
public XalAddressProperty()
XalAddressProperty
public XalAddressProperty(AddressDetails addressDetails)
XalAddressProperty
public XalAddressProperty(CoreModule module)
getAddressDetails
public AddressDetails getAddressDetails()
isSetAddressDetails
public boolean isSetAddressDetails()
setAddressDetails
public void setAddressDetails(AddressDetails addressDetails)
unsetAddressDetails
public void unsetAddressDetails()
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
- Overrides:
getModelType
in class AssociationByRep<AddressDetails>
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interface CityGML
getCityGMLModule
public final CoreModule getCityGMLModule()
- Specified by:
getCityGMLModule
in interface CityGML
isSetCityGMLModule
public boolean isSetCityGMLModule()
- Specified by:
isSetCityGMLModule
in interface CityGML
getAssociableClass
public java.lang.Class<AddressDetails> getAssociableClass()
- Specified by:
getAssociableClass
in interface Association<AddressDetails>
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class AssociationByRep<AddressDetails>