public interface PointingBlockInterface
Modifier and Type | Method and Description |
---|---|
void |
addMetadata(PointingMetadata newMetadata)
The child element
|
PointingAttitude |
getAttitude()
Get the attitude of this block
|
long |
getDuration() |
java.util.Date |
getEndTime() |
java.lang.String |
getInstrument() |
PointingElement[] |
getMetadata()
Get all the metadata that this block have or null if it has no metadata
|
PointingElement |
getMetadata(java.lang.String name)
Get a specific metadata of the given name (vstpNumber,positionError,hgaRequest,comment or planning)
|
PointingMetadata |
getMetadataElement() |
java.util.Date |
getStartTime() |
java.lang.String |
getType() |
int |
getVstpNumberMeta() |
boolean |
isMaintenance() |
boolean |
isSlew() |
void |
setAttitude(PointingAttitude newAttitude)
Set the attitude of this block
|
void |
setEndTime(java.util.Date time)
Set end date of the time interval during which the pointing block is valid
|
void |
setMetadata(PointingMetadata meta) |
void |
setStartTime(java.util.Date time)
Set start date of the time interval during which the pointing block is valid
|
boolean |
validate() |
java.lang.String getType()
java.util.Date getStartTime()
java.util.Date getEndTime()
void setStartTime(java.util.Date time)
time
- void setEndTime(java.util.Date time)
time
- long getDuration()
void setAttitude(PointingAttitude newAttitude)
newAttitude
- PointingAttitude getAttitude()
PointingElement getMetadata(java.lang.String name)
name
- PointingMetadata getMetadataElement()
PointingElement[] getMetadata()
void addMetadata(PointingMetadata newMetadata)
newMetadata
- void setMetadata(PointingMetadata meta)
boolean isSlew()
boolean isMaintenance()
boolean validate()
java.lang.String getInstrument()
int getVstpNumberMeta()