public class PointingBlockSlew extends PointingBlock
BLOCK_TAG, ENDTIME_TAG, STARTTIME_TAG, TYPE_GSEP, TYPE_MNAV, TYPE_MOCM, TYPE_MSLW, TYPE_MWAC, TYPE_MWNV, TYPE_MWOL, TYPE_OBS, TYPE_SLEW
Constructor and Description |
---|
PointingBlockSlew() |
Modifier and Type | Method and Description |
---|---|
PointingBlockInterface |
getBlockAfter() |
PointingBlockInterface |
getBlockBefore() |
java.util.Date |
getEndTime() |
java.util.Date |
getStartTime() |
void |
setBlockAfter(PointingBlockInterface after)
Set the pointing block after the slew
|
void |
setBlockBefore(PointingBlockInterface before)
Set the pointing block before the slew
|
java.lang.String |
toString() |
java.lang.String |
toXml(int indent)
Write a XML representation of this element
|
addMetadata, asDataset, copy, dateToZulu, getAttitude, getDuration, getInstrument, getMetadata, getMetadata, getMetadataElement, getType, getVstpNumberMeta, isMaintenance, isSlew, readFrom, setAttitude, setEndTime, setMetadata, setStartTime, toPointingBlock, validate, zuluToDate
addAttribute, addChild, copyFrom, equals, getAttribute, getAttributes, getChild, getChildren, getDescription, getFirstLevelTextContent, getName, getValue, hasAttributtes, hasChildren, regenerate, removeAttribute, removeAttribute, setDescription, setValue, toStringParameter
public void setBlockBefore(PointingBlockInterface before)
before
- public void setBlockAfter(PointingBlockInterface after)
before
- public PointingBlockInterface getBlockBefore()
public PointingBlockInterface getBlockAfter()
public java.util.Date getStartTime()
getStartTime
in interface PointingBlockInterface
getStartTime
in class PointingBlock
public java.util.Date getEndTime()
getEndTime
in interface PointingBlockInterface
getEndTime
in class PointingBlock
public java.lang.String toXml(int indent)
PointingElement
toXml
in class PointingElement
indent
- The initial indent to be applied to the XMLpublic java.lang.String toString()
toString
in class PointingElement