org.citygml4j.impl.citygml.core
Class XalAddressPropertyImpl
java.lang.Object
org.citygml4j.impl.gml.base.AssociationByRepImpl<AddressDetails>
org.citygml4j.impl.citygml.core.XalAddressPropertyImpl
- All Implemented Interfaces:
- CityGML, CoreModuleComponent, XalAddressProperty, Association<AddressDetails>, ModelObject, Child, Copyable, AssociationByRep<AddressDetails>, GML
public class XalAddressPropertyImpl
- extends AssociationByRepImpl<AddressDetails>
- implements XalAddressProperty
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
XalAddressPropertyImpl
public XalAddressPropertyImpl()
XalAddressPropertyImpl
public XalAddressPropertyImpl(CoreModule module)
getAddressDetails
public AddressDetails getAddressDetails()
- Specified by:
getAddressDetails
in interface XalAddressProperty
isSetAddressDetails
public boolean isSetAddressDetails()
- Specified by:
isSetAddressDetails
in interface XalAddressProperty
setAddressDetails
public void setAddressDetails(AddressDetails addressDetails)
- Specified by:
setAddressDetails
in interface XalAddressProperty
unsetAddressDetails
public void unsetAddressDetails()
- Specified by:
unsetAddressDetails
in interface XalAddressProperty
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
- Overrides:
getModelType
in class AssociationByRepImpl<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
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 AssociationByRepImpl<AddressDetails>