org.citygml4j.impl.citygml.core
Class XalAddressPropertyImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.base.AssociationByRepImpl<AddressDetails>
      extended by 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


Constructor Summary
XalAddressPropertyImpl()
           
XalAddressPropertyImpl(CoreModule module)
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 AddressDetails getAddressDetails()
           
 CityGMLClass getCityGMLClass()
           
 CoreModule getCityGMLModule()
           
 ModelType getModelType()
           
 boolean isSetAddressDetails()
           
 boolean isSetCityGMLModule()
           
 void setAddressDetails(AddressDetails addressDetails)
           
 void unsetAddressDetails()
           
 
Methods inherited from class org.citygml4j.impl.gml.base.AssociationByRepImpl
getGMLClass, getObject, getParent, isSetObject, isSetParent, setObject, setParent, unsetObject, unsetParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 

Constructor Detail

XalAddressPropertyImpl

public XalAddressPropertyImpl()

XalAddressPropertyImpl

public XalAddressPropertyImpl(CoreModule module)
Method Detail

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>