|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.nps.moves.dis7mobile.StorageFuelReload
public class StorageFuelReload
For each type or location of Storage Fuel, this record shall specify the type, location, fuel measure- ment units, reload quantity and maximum quantity for storage fuel either for the whole entity or a specific storage fuel location (tank). Section 6.2.84. Copyright (c) 2008-2010, MOVES Institute, Naval Postgraduate School. All rights reserved. This work is licensed under the BSD open source license, available at https://www.movesinstitute.org/licenses/bsd.html
Field Summary | |
---|---|
protected short |
fuelLocation
Location of fuel as related to entity. |
protected short |
fuelMeasurementUnits
the fuel measurement units. |
protected short |
fuelType
Fuel type. |
protected long |
maximumQuantity
the maximum quantity of this fuel type that this sta- tion/launcher is capable of holding when a station/launcher is specified. |
protected short |
maximumQuantityReloadTime
the seconds normally required to reload the maximum possible quantity of this fuel type at this station/launcher. |
protected short |
padding
padding |
protected long |
standardQuantity
the standard quantity of this fuel type normally loaded at this station/launcher if a station/launcher is specified. |
protected short |
standardQuantityReloadTime
the seconds normally required to reload the standard quantity of this fuel type at this specific station/launcher. |
Constructor Summary | |
---|---|
StorageFuelReload()
Constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
boolean |
equalsImpl(java.lang.Object obj)
Compare all fields that contribute to the state, ignoring transient and static fields, for this and the supplied object |
short |
getFuelLocation()
|
short |
getFuelMeasurementUnits()
|
short |
getFuelType()
|
int |
getMarshalledSize()
|
long |
getMaximumQuantity()
|
short |
getMaximumQuantityReloadTime()
|
short |
getPadding()
|
long |
getStandardQuantity()
|
short |
getStandardQuantityReloadTime()
|
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer. |
void |
marshal(java.io.DataOutputStream dos)
|
void |
setFuelLocation(short pFuelLocation)
|
void |
setFuelMeasurementUnits(short pFuelMeasurementUnits)
|
void |
setFuelType(short pFuelType)
|
void |
setMaximumQuantity(long pMaximumQuantity)
|
void |
setMaximumQuantityReloadTime(short pMaximumQuantityReloadTime)
|
void |
setPadding(short pPadding)
|
void |
setStandardQuantity(long pStandardQuantity)
|
void |
setStandardQuantityReloadTime(short pStandardQuantityReloadTime)
|
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data. |
void |
unmarshal(java.io.DataInputStream dis)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long standardQuantity
protected long maximumQuantity
protected short standardQuantityReloadTime
protected short maximumQuantityReloadTime
protected short fuelMeasurementUnits
protected short fuelType
protected short fuelLocation
protected short padding
Constructor Detail |
---|
public StorageFuelReload()
Method Detail |
---|
public int getMarshalledSize()
public void setStandardQuantity(long pStandardQuantity)
public long getStandardQuantity()
public void setMaximumQuantity(long pMaximumQuantity)
public long getMaximumQuantity()
public void setStandardQuantityReloadTime(short pStandardQuantityReloadTime)
public short getStandardQuantityReloadTime()
public void setMaximumQuantityReloadTime(short pMaximumQuantityReloadTime)
public short getMaximumQuantityReloadTime()
public void setFuelMeasurementUnits(short pFuelMeasurementUnits)
public short getFuelMeasurementUnits()
public void setFuelType(short pFuelType)
public short getFuelType()
public void setFuelLocation(short pFuelLocation)
public short getFuelLocation()
public void setPadding(short pPadding)
public short getPadding()
public void marshal(java.io.DataOutputStream dos)
public void unmarshal(java.io.DataInputStream dis)
public void marshal(java.nio.ByteBuffer buff)
buff
- The ByteBuffer at the position to begin writing
java.nio.BufferOverflowException
- if buff is too small
java.nio.ReadOnlyBufferException
- if buff is read onlyByteBuffer
public void unmarshal(java.nio.ByteBuffer buff)
buff
- The ByteBuffer at the position to begin reading
java.nio.BufferUnderflowException
- if buff is too smallByteBuffer
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equalsImpl(java.lang.Object obj)
this
and the supplied object
obj
- the object to compare to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |