public class SSignal extends Object implements SXmlEntity, SEntityWithId
| Constructor and Description |
|---|
SSignal()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Returns the id.
|
String |
getSourceDescription() |
SSimpleValue |
getValue() |
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked before unmarshalling into target.
|
void |
setId(long id) |
void |
setSourceDescription(String sourceDescription) |
void |
setValue(SSimpleValue value) |
String |
toString() |
public long getId()
SEntityWithIdgetId in interface SEntityWithIdpublic void setId(long id)
public String getSourceDescription()
public void setSourceDescription(String sourceDescription)
public SSimpleValue getValue()
public void setValue(SSimpleValue value)
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallbackpreUnmarshal in interface UnmarshalCallbackparent - instance of JAXB mapped class that will eventually reference target.
null when target is root element.public void postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallbackpostUnmarshal in interface UnmarshalCallbackparent - instance of JAXB mapped class that will reference target.
null when target is root element.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.