Interface Location
- All Superinterfaces:
- Identifier
- All Known Implementing Classes:
- LocationImpl1
public interface Location extends Identifier
An Identifier which points to the location of an object, which may be a
 physical object..
- Since:
- 06-Sep-2021 15:59:46
- Version:
- 1.0
- Author:
- David
- 
Method SummaryModifier and Type Method Description LocationgetLocation()Returns the location.StringgetString()Returns the location as a String.URIgetUri()Returns the URI if any.voidsetLocation(Location loc)Sets the location.voidsetString(String loc)Sets the location as a Stingr.voidsetUri(URI loc)Sets the location as a URI.StringtoString()Convert the Location to a String.Methods inherited from interface info.oais.interfaces.infomodel.IdentifiergetURI, setURI
- 
Method Details- 
getLocationLocation getLocation()Returns the location.- Returns:
- Details of the location.
 
- 
setLocationSets the location.- Parameters:
- loc- Details of the location.
 
- 
getUriURI getUri()Returns the URI if any.- Returns:
- Details of the location as a URI if possible.
 
- 
setUriSets the location as a URI.- Parameters:
- loc- Details of the location as a URI.
 
- 
getStringString getString()Returns the location as a String.- Returns:
- Details of the location as a String.
 
- 
setStringSets the location as a Stingr.- Parameters:
- loc- Details of the location as a String.
 
- 
toStringString toString()Convert the Location to a String.
 
-