net.aerith.misao.xml
Class MagnitudeRecordAttributes

java.lang.Object
  |
  +--net.aerith.misao.xml.MagnitudeRecordAttributes

public class MagnitudeRecordAttributes
extends java.lang.Object

The MagnitudeRecordAttributes represents the attributes of the magnitude record.


Field Summary
protected  boolean discarded
          True if discarded.
protected  boolean imported
          True if imported.
protected  boolean preempted
          True if preempted.
protected  boolean reported_vsnet
          True if reported to VSNET.
protected  boolean reported_vsolj
          True if reported to VSOLJ.
protected  boolean unofficial
          True if unofficial.
 
Constructor Summary
MagnitudeRecordAttributes()
          Constructs a MagnitudeRecordAttributes.
 
Method Summary
 boolean isDiscarded()
          Returns true if discarded.
 boolean isImported()
          Returns true if imported.
 boolean isPreempted()
          Returns true if preempted.
 boolean isReportedToVsnet()
          Returns true if reported to VSNET.
 boolean isReportedToVsolj()
          Returns true if reported to VSOLJ.
 boolean isUnofficial()
          Returns true if unofficial.
 void setDiscarded(boolean f)
          Sets the flag if discarded.
 void setImported(boolean f)
          Sets the flag if imported.
 void setPreempted(boolean f)
          Sets the flag if preempted.
 void setReportedToVsnet(boolean f)
          Sets the flag if reported to VSNET.
 void setReportedToVsolj(boolean f)
          Sets the flag if reported to VSOLJ.
 void setUnofficial(boolean f)
          Sets the flag if unofficial.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

reported_vsnet

protected boolean reported_vsnet
True if reported to VSNET.

reported_vsolj

protected boolean reported_vsolj
True if reported to VSOLJ.

unofficial

protected boolean unofficial
True if unofficial.

discarded

protected boolean discarded
True if discarded.

preempted

protected boolean preempted
True if preempted.

imported

protected boolean imported
True if imported.
Constructor Detail

MagnitudeRecordAttributes

public MagnitudeRecordAttributes()
Constructs a MagnitudeRecordAttributes.
Method Detail

isReportedToVsnet

public boolean isReportedToVsnet()
Returns true if reported to VSNET.
Returns:
true if reported to VSNET.

setReportedToVsnet

public void setReportedToVsnet(boolean f)
Sets the flag if reported to VSNET.
Parameters:
f - true if reported to VSNET.

isReportedToVsolj

public boolean isReportedToVsolj()
Returns true if reported to VSOLJ.
Returns:
true if reported to VSOLJ.

setReportedToVsolj

public void setReportedToVsolj(boolean f)
Sets the flag if reported to VSOLJ.
Parameters:
f - true if reported to VSOLJ.

isUnofficial

public boolean isUnofficial()
Returns true if unofficial.
Returns:
true if unofficial.

setUnofficial

public void setUnofficial(boolean f)
Sets the flag if unofficial.
Parameters:
f - true if unofficial.

isDiscarded

public boolean isDiscarded()
Returns true if discarded.
Returns:
true if discarded.

setDiscarded

public void setDiscarded(boolean f)
Sets the flag if discarded.
Parameters:
f - true if discarded.

isPreempted

public boolean isPreempted()
Returns true if preempted.
Returns:
true if preempted.

setPreempted

public void setPreempted(boolean f)
Sets the flag if preempted.
Parameters:
f - true if preempted.

isImported

public boolean isImported()
Returns true if imported.
Returns:
true if imported.

setImported

public void setImported(boolean f)
Sets the flag if imported.
Parameters:
f - true if imported.