public abstract class AbstractStorageLoad
extends java.lang.Object
implements java.io.Serializable
Java class for AbstractStorageLoad complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractStorageLoad">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idStorageLoad" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="InterfaceID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
idStorageLoad |
protected java.lang.String |
interfaceID |
| Constructor and Description |
|---|
AbstractStorageLoad() |
| Modifier and Type | Method and Description |
|---|---|
long |
getIdStorageLoad()
Gets the value of the idStorageLoad property.
|
java.lang.String |
getInterfaceID()
Gets the value of the interfaceID property.
|
void |
setIdStorageLoad(long value)
Sets the value of the idStorageLoad property.
|
void |
setInterfaceID(java.lang.String value)
Sets the value of the interfaceID property.
|
protected long idStorageLoad
protected java.lang.String interfaceID
public long getIdStorageLoad()
public void setIdStorageLoad(long value)
public java.lang.String getInterfaceID()
Stringpublic void setInterfaceID(java.lang.String value)
value - allowed object is
String