public class DataInterfaceImpl extends org.vast.data.AbstractSWEIdentifiableImpl implements DataInterface
Modifier and Type | Field and Description |
---|---|
protected OgcProperty<DataStream> |
data |
protected OgcProperty<DataRecord> |
interfaceParameters |
Constructor and Description |
---|
DataInterfaceImpl() |
Modifier and Type | Method and Description |
---|---|
DataStream |
getData()
Gets the data property
|
OgcProperty<DataStream> |
getDataProperty()
Gets extra info (name, xlink, etc.) carried by the data property
|
DataRecord |
getInterfaceParameters()
Gets the interfaceParameters property
|
OgcProperty<DataRecord> |
getInterfaceParametersProperty()
Gets extra info (name, xlink, etc.) carried by the interfaceParameters property
|
boolean |
isSetInterfaceParameters()
Checks if interfaceParameters is set
|
void |
setData(DataStream data)
Sets the data property
|
void |
setInterfaceParameters(DataRecord interfaceParameters)
Sets the interfaceParameters property
|
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected OgcProperty<DataStream> data
protected OgcProperty<DataRecord> interfaceParameters
public DataStream getData()
getData
in interface DataInterface
public OgcProperty<DataStream> getDataProperty()
getDataProperty
in interface DataInterface
public void setData(DataStream data)
setData
in interface DataInterface
public DataRecord getInterfaceParameters()
getInterfaceParameters
in interface DataInterface
public OgcProperty<DataRecord> getInterfaceParametersProperty()
getInterfaceParametersProperty
in interface DataInterface
public boolean isSetInterfaceParameters()
isSetInterfaceParameters
in interface DataInterface
public void setInterfaceParameters(DataRecord interfaceParameters)
setInterfaceParameters
in interface DataInterface