org.citygml4j.xml.io.writer
Class CityModelInfo
java.lang.Object
org.citygml4j.xml.io.writer.CityModelInfo
public class CityModelInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CityModelInfo
public CityModelInfo()
CityModelInfo
public CityModelInfo(CityModel cityModel)
CityModelInfo
public CityModelInfo(ParentInfo parentInfo)
isSetId
public boolean isSetId()
getId
public java.lang.String getId()
isSetName
public boolean isSetName()
getName
public java.util.List<Code> getName()
isSetDescription
public boolean isSetDescription()
getDescription
public StringOrRef getDescription()
isSetMetaDataProperty
public boolean isSetMetaDataProperty()
getMetaDataProperty
public java.util.List<MetaDataProperty> getMetaDataProperty()
isSetBoundedBy
public boolean isSetBoundedBy()
getBoundedBy
public BoundingShape getBoundedBy()
isSetLocation
public boolean isSetLocation()
getLocation
public LocationProperty getLocation()
setBoundedBy
public void setBoundedBy(BoundingShape boundingBy)
setLocation
public void setLocation(LocationProperty location)
unsetBoundedBy
public void unsetBoundedBy()
unsetLocation
public void unsetLocation()
setId
public void setId(java.lang.String id)
unsetId
public void unsetId()
addMetaDataProperty
public void addMetaDataProperty(MetaDataProperty metaDataProperty)
addName
public void addName(Code name)
setDescription
public void setDescription(StringOrRef description)
setMetaDataProperty
public void setMetaDataProperty(java.util.List<MetaDataProperty> metaDataProperty)
setName
public void setName(java.util.List<Code> name)
unsetDescription
public void unsetDescription()
unsetMetaDataProperty
public void unsetMetaDataProperty()
unsetMetaDataProperty
public boolean unsetMetaDataProperty(MetaDataProperty metaDataProperty)
unsetName
public void unsetName()
unsetName
public boolean unsetName(Code name)
addGenericApplicationPropertyOfCityModel
public void addGenericApplicationPropertyOfCityModel(ADEComponent ade)
isSetGenericApplicationPropertyOfCityModel
public boolean isSetGenericApplicationPropertyOfCityModel()
setGenericApplicationPropertyOfCityModel
public void setGenericApplicationPropertyOfCityModel(java.util.List<ADEComponent> ade)
unsetGenericApplicationPropertyOfCityModel
public void unsetGenericApplicationPropertyOfCityModel()
unsetGenericApplicationPropertyOfCityModel
public boolean unsetGenericApplicationPropertyOfCityModel(ADEComponent ade)
getGenericApplicationPropertyOfCityModel
public java.util.List<ADEComponent> getGenericApplicationPropertyOfCityModel()
addGenericADEComponent
public void addGenericADEComponent(ADEComponent ade)
isSetGenericADEComponent
public boolean isSetGenericADEComponent()
setGenericADEComponent
public void setGenericADEComponent(java.util.List<ADEComponent> ade)
unsetGenericADEComponent
public void unsetGenericADEComponent()
unsetGenericADEComponent
public boolean unsetGenericADEComponent(ADEComponent ade)
getGenericADEComponent
public java.util.List<ADEComponent> getGenericADEComponent()
toCityModel
public CityModel toCityModel()