public abstract class AbstractInterfaceFlow
extends java.lang.Object
implements java.io.Serializable
Java class for AbstractInterfaceFlow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractInterfaceFlow">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idInterfaceFlow" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
idInterfaceFlow |
| Constructor and Description |
|---|
AbstractInterfaceFlow() |
| Modifier and Type | Method and Description |
|---|---|
long |
getIdInterfaceFlow()
Gets the value of the idInterfaceFlow property.
|
void |
setIdInterfaceFlow(long value)
Sets the value of the idInterfaceFlow property.
|