Package net.opengis.gml311
Interface TemporalDatumType
- 
- All Superinterfaces:
- AbstractDatumBaseType,- AbstractDatumType,- AbstractGMLType,- DefinitionType,- EObject,- Notifier,- TemporalDatumBaseType
 - All Known Implementing Classes:
- TemporalDatumTypeImpl
 
 public interface TemporalDatumType extends TemporalDatumBaseType A representation of the model object 'Temporal Datum Type'. Defines the origin of a temporal coordinate reference system. This type extends the TemporalDatumRestrictionType to add the "origin" element with the dateTime type.The following features are supported: - See Also:
- Gml311Package.getTemporalDatumType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLGregorianCalendargetOrigin()Returns the value of the 'Origin' attribute.voidsetOrigin(XMLGregorianCalendar value)Sets the value of the 'Origin' attribute.- 
Methods inherited from interface AbstractDatumBaseTypegetDatumName, setDatumName
 - 
Methods inherited from interface AbstractDatumTypegetAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidArea
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getOriginXMLGregorianCalendar getOrigin() Returns the value of the 'Origin' attribute. The date and time origin of this temporal datum.- Returns:
- the value of the 'Origin' attribute.
- See Also:
- setOrigin(XMLGregorianCalendar),- Gml311Package.getTemporalDatumType_Origin()
 
 - 
setOriginvoid setOrigin(XMLGregorianCalendar value) Sets the value of the 'Origin' attribute.- Parameters:
- value- the new value of the 'Origin' attribute.
- See Also:
- getOrigin()
 
 
- 
 
-