org.citygml4j.model.gml.valueObjects
Interface CompositeValue
- All Superinterfaces:
- AbstractGML, Associable, Child, Copyable, GML, ModelObject, StandardObjectProperties
- All Known Subinterfaces:
- ValueArray
- All Known Implementing Classes:
- CompositeValueImpl, ValueArrayImpl
public interface CompositeValue
- extends AbstractGML
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties |
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName |
getValueComponent
java.util.List<ValueProperty> getValueComponent()
getValueComponents
ValueArrayProperty getValueComponents()
isSetValueComponent
boolean isSetValueComponent()
isSetValueComponents
boolean isSetValueComponents()
addValueComponent
void addValueComponent(ValueProperty valueComponent)
setValueComponent
void setValueComponent(java.util.List<ValueProperty> valueComponent)
setValueComponents
void setValueComponents(ValueArrayProperty valueComponents)
unsetValueComponent
boolean unsetValueComponent(ValueProperty valueComponent)
unsetValueComponent
void unsetValueComponent()
unsetValueComponents
void unsetValueComponents()