public interface ParentInfo
Type | Property and Description |
---|---|
boolean |
isSetMetaData
Gets the value of the property setMetaDataProperty.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends AppearanceProperty> |
getAppearance() |
BoundingShape |
getBoundedBy() |
CityGMLClass |
getCityGMLClass() |
StringOrRef |
getDescription() |
java.lang.String |
getId() |
LocationProperty |
getLocation() |
java.util.List<MetaDataProperty> |
getMetaDataProperty() |
java.util.List<Code> |
getName() |
ParentInfo |
getParentInfo() |
boolean |
isSetAppearance() |
boolean |
isSetBoundedBy() |
boolean |
isSetDescription() |
boolean |
isSetId() |
boolean |
isSetLocation() |
boolean |
isSetMetaDataProperty()
Gets the value of the property setMetaDataProperty.
|
boolean |
isSetName() |
boolean |
isSetParentInfo() |
boolean isSetMetaDataProperty
boolean isSetParentInfo()
ParentInfo getParentInfo()
boolean isSetId()
java.lang.String getId()
boolean isSetName()
java.util.List<Code> getName()
boolean isSetDescription()
StringOrRef getDescription()
boolean isSetMetaDataProperty()
java.util.List<MetaDataProperty> getMetaDataProperty()
boolean isSetBoundedBy()
BoundingShape getBoundedBy()
boolean isSetLocation()
LocationProperty getLocation()
boolean isSetAppearance()
java.util.List<? extends AppearanceProperty> getAppearance()
CityGMLClass getCityGMLClass()