org.citygml4j.xml.io.reader
Interface ParentInfo
public interface ParentInfo
isSetParentInfo
boolean isSetParentInfo()
getParentInfo
ParentInfo getParentInfo()
isSetId
boolean isSetId()
getId
java.lang.String getId()
isSetName
boolean isSetName()
getName
java.util.List<Code> getName()
isSetDescription
boolean isSetDescription()
getDescription
StringOrRef getDescription()
isSetMetaDataProperty
boolean isSetMetaDataProperty()
getMetaDataProperty
java.util.List<MetaDataProperty> getMetaDataProperty()
isSetBoundedBy
boolean isSetBoundedBy()
getBoundedBy
BoundingShape getBoundedBy()
isSetLocation
boolean isSetLocation()
getLocation
LocationProperty getLocation()
isSetAppearance
boolean isSetAppearance()
getAppearance
java.util.List<? extends AppearanceProperty> getAppearance()
getCityGMLClass
CityGMLClass getCityGMLClass()