Package net.opengis.fes20
Interface ResourceIdType
- All Superinterfaces:
AbstractIdType
,EObject
,Notifier
- All Known Implementing Classes:
ResourceIdTypeImpl
A representation of the model object 'Resource Id Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'End Date' attribute.Returns the value of the 'Previous Rid' attribute.getRid()
Returns the value of the 'Rid' attribute.Returns the value of the 'Start Date' attribute.Returns the value of the 'Version' attribute.void
setEndDate
(XMLGregorianCalendar value) Sets the value of the 'End Date
' attribute.void
setPreviousRid
(String value) Sets the value of the 'Previous Rid
' attribute.void
Sets the value of the 'Rid
' attribute.void
setStartDate
(XMLGregorianCalendar value) Sets the value of the 'Start Date
' attribute.void
setVersion
(Object value) Sets the value of the 'Version
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getEndDate
XMLGregorianCalendar getEndDate()Returns the value of the 'End Date' attribute.If the meaning of the 'End Date' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'End Date' attribute.
- See Also:
-
setEndDate
Sets the value of the 'End Date
' attribute.- Parameters:
value
- the new value of the 'End Date' attribute.- See Also:
-
getPreviousRid
String getPreviousRid()Returns the value of the 'Previous Rid' attribute.If the meaning of the 'Previous Rid' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Previous Rid' attribute.
- See Also:
-
setPreviousRid
Sets the value of the 'Previous Rid
' attribute.- Parameters:
value
- the new value of the 'Previous Rid' attribute.- See Also:
-
getRid
String getRid()Returns the value of the 'Rid' attribute.If the meaning of the 'Rid' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Rid' attribute.
- See Also:
-
setRid
Sets the value of the 'Rid
' attribute.- Parameters:
value
- the new value of the 'Rid' attribute.- See Also:
-
getStartDate
XMLGregorianCalendar getStartDate()Returns the value of the 'Start Date' attribute.If the meaning of the 'Start Date' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Start Date' attribute.
- See Also:
-
setStartDate
Sets the value of the 'Start Date
' attribute.- Parameters:
value
- the new value of the 'Start Date' attribute.- See Also:
-
getVersion
Object getVersion()Returns the value of the 'Version' attribute.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
-