Class SmlConnection
- java.lang.Object
-
- org.n52.shetland.ogc.sensorML.elements.SmlConnection
-
public class SmlConnection extends Object
-
-
Constructor Summary
Constructors Constructor Description SmlConnection()SmlConnection(String name)constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmlConnectionaddConnection(SmlLink connection)List<SmlLink>getConnections()StringgetHref()StringgetName()StringgetRole()StringgetTitle()booleanisSetConnections()SmlConnectionsetConnections(List<SmlLink> connections)voidsetHref(String href)voidsetName(String name)voidsetRole(String role)voidsetTitle(String title)
-
-
-
Constructor Detail
-
SmlConnection
public SmlConnection()
-
SmlConnection
public SmlConnection(String name)
constructor- Parameters:
name- Component name
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- The name
-
setTitle
public void setTitle(String title)
-
getTitle
public String getTitle()
-
setHref
public void setHref(String href)
-
getHref
public String getHref()
-
getRole
public String getRole()
-
setRole
public void setRole(String role)
-
setConnections
public SmlConnection setConnections(List<SmlLink> connections)
-
addConnection
public SmlConnection addConnection(SmlLink connection)
-
isSetConnections
public boolean isSetConnections()
-
-