Class ADEGenericApplicationProperty<T>
- java.lang.Object
-
- org.citygml4j.model.citygml.ade.binding.ADEGenericApplicationProperty<T>
-
- All Implemented Interfaces:
java.io.Serializable
,ADEComponent
,ADEModelObject
,CityGML
,ModelObject
,Child
,Copyable
public abstract class ADEGenericApplicationProperty<T> extends java.lang.Object implements ADEModelObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ADEGenericApplicationProperty()
ADEGenericApplicationProperty(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
ADEClass
getADEClass()
CityGMLClass
getCityGMLClass()
ModelObject
getParent()
T
getValue()
boolean
isSetParent()
boolean
isSetValue()
void
setParent(ModelObject parent)
void
setValue(T value)
void
unsetParent()
-
-
-
Constructor Detail
-
ADEGenericApplicationProperty
public ADEGenericApplicationProperty()
-
ADEGenericApplicationProperty
public ADEGenericApplicationProperty(T value)
-
-
Method Detail
-
getValue
public T getValue()
-
isSetValue
public boolean isSetValue()
-
setValue
public void setValue(T value)
-
getParent
public ModelObject getParent()
-
setParent
public void setParent(ModelObject parent)
-
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interfaceChild
-
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interfaceChild
-
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interfaceADEModelObject
- Specified by:
getCityGMLClass
in interfaceCityGML
-
getADEClass
public ADEClass getADEClass()
- Specified by:
getADEClass
in interfaceADEComponent
- Specified by:
getADEClass
in interfaceADEModelObject
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
-