Package net.opengis.fes20
Interface ResourceIdType
-
- All Superinterfaces:
AbstractIdType
,EObject
,Notifier
- All Known Implementing Classes:
ResourceIdTypeImpl
public interface ResourceIdType extends AbstractIdType
A representation of the model object 'Resource Id Type'.The following features are supported:
- See Also:
Fes20Package.getResourceIdType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLGregorianCalendar
getEndDate()
Returns the value of the 'End Date' attribute.String
getPreviousRid()
Returns the value of the 'Previous Rid' attribute.String
getRid()
Returns the value of the 'Rid' attribute.XMLGregorianCalendar
getStartDate()
Returns the value of the 'Start Date' attribute.Object
getVersion()
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
setRid(String value)
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.
-
-
-
Method Detail
-
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(XMLGregorianCalendar)
,Fes20Package.getResourceIdType_EndDate()
-
setEndDate
void setEndDate(XMLGregorianCalendar value)
Sets the value of the 'End Date
' attribute.- Parameters:
value
- the new value of the 'End Date' attribute.- See Also:
getEndDate()
-
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(String)
,Fes20Package.getResourceIdType_PreviousRid()
-
setPreviousRid
void setPreviousRid(String value)
Sets the value of the 'Previous Rid
' attribute.- Parameters:
value
- the new value of the 'Previous Rid' attribute.- See Also:
getPreviousRid()
-
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(String)
,Fes20Package.getResourceIdType_Rid()
-
setRid
void setRid(String value)
Sets the value of the 'Rid
' attribute.- Parameters:
value
- the new value of the 'Rid' attribute.- See Also:
getRid()
-
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(XMLGregorianCalendar)
,Fes20Package.getResourceIdType_StartDate()
-
setStartDate
void setStartDate(XMLGregorianCalendar value)
Sets the value of the 'Start Date
' attribute.- Parameters:
value
- the new value of the 'Start Date' attribute.- See Also:
getStartDate()
-
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(Object)
,Fes20Package.getResourceIdType_Version()
-
setVersion
void setVersion(Object value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
getVersion()
-
-