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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLGregorianCalendargetEndDate()Returns the value of the 'End Date' attribute.StringgetPreviousRid()Returns the value of the 'Previous Rid' attribute.StringgetRid()Returns the value of the 'Rid' attribute.XMLGregorianCalendargetStartDate()Returns the value of the 'Start Date' attribute.ObjectgetVersion()Returns the value of the 'Version' attribute.voidsetEndDate(XMLGregorianCalendar value)Sets the value of the 'End Date' attribute.voidsetPreviousRid(String value)Sets the value of the 'Previous Rid' attribute.voidsetRid(String value)Sets the value of the 'Rid' attribute.voidsetStartDate(XMLGregorianCalendar value)Sets the value of the 'Start Date' attribute.voidsetVersion(Object value)Sets the value of the 'Version' attribute.
 
- 
- 
- 
Method Detail- 
getEndDateXMLGregorianCalendar 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()
 
 - 
setEndDatevoid setEndDate(XMLGregorianCalendar value) Sets the value of the 'End Date' attribute.- Parameters:
- value- the new value of the 'End Date' attribute.
- See Also:
- getEndDate()
 
 - 
getPreviousRidString 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()
 
 - 
setPreviousRidvoid setPreviousRid(String value) Sets the value of the 'Previous Rid' attribute.- Parameters:
- value- the new value of the 'Previous Rid' attribute.
- See Also:
- getPreviousRid()
 
 - 
getRidString 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()
 
 - 
setRidvoid setRid(String value) Sets the value of the 'Rid' attribute.- Parameters:
- value- the new value of the 'Rid' attribute.
- See Also:
- getRid()
 
 - 
getStartDateXMLGregorianCalendar 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()
 
 - 
setStartDatevoid setStartDate(XMLGregorianCalendar value) Sets the value of the 'Start Date' attribute.- Parameters:
- value- the new value of the 'Start Date' attribute.
- See Also:
- getStartDate()
 
 - 
getVersionObject 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()
 
 - 
setVersionvoid setVersion(Object value) Sets the value of the 'Version' attribute.- Parameters:
- value- the new value of the 'Version' attribute.
- See Also:
- getVersion()
 
 
- 
 
-