Package org.citygml4j.model.citygml.core
Class ExternalReference
- java.lang.Object
-
- org.citygml4j.model.citygml.core.ExternalReference
-
- All Implemented Interfaces:
java.io.Serializable
,CityGML
,CityGMLModuleComponent
,CoreModuleComponent
,ModelObject
,Child
,Copyable
public class ExternalReference extends java.lang.Object implements CoreModuleComponent, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
CityGMLClass
getCityGMLClass()
ExternalObject
getExternalObject()
java.lang.String
getInformationSystem()
ModelObject
getParent()
boolean
isSetExternalObject()
boolean
isSetInformationSystem()
boolean
isSetParent()
void
setExternalObject(ExternalObject externalObject)
void
setInformationSystem(java.lang.String informationSystem)
void
setParent(ModelObject parent)
void
unsetExternalObject()
void
unsetInformationSystem()
void
unsetParent()
-
-
-
Method Detail
-
getExternalObject
public ExternalObject getExternalObject()
-
getInformationSystem
public java.lang.String getInformationSystem()
-
isSetExternalObject
public boolean isSetExternalObject()
-
isSetInformationSystem
public boolean isSetInformationSystem()
-
setExternalObject
public void setExternalObject(ExternalObject externalObject)
-
setInformationSystem
public void setInformationSystem(java.lang.String informationSystem)
-
unsetExternalObject
public void unsetExternalObject()
-
unsetInformationSystem
public void unsetInformationSystem()
-
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interfaceCityGML
-
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
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
-