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, zuluToDateaddAttribute, addChild, copyFrom, equals, getAttribute, getAttributes, getChild, getChildren, getDescription, getFirstLevelTextContent, getName, getValue, hasAttributtes, hasChildren, regenerate, removeAttribute, removeAttribute, setDescription, setValue, toStringParameterpublic 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 PointingBlockInterfacegetStartTime in class PointingBlockpublic java.util.Date getEndTime()
getEndTime in interface PointingBlockInterfacegetEndTime in class PointingBlockpublic java.lang.String toXml(int indent)
PointingElementtoXml in class PointingElementindent - The initial indent to be applied to the XMLpublic java.lang.String toString()
toString in class PointingElement