Class SmlDocumentation
- java.lang.Object
-
- org.n52.shetland.ogc.sensorML.elements.AbstractSmlDocumentation
-
- org.n52.shetland.ogc.sensorML.elements.SmlDocumentation
-
public class SmlDocumentation extends AbstractSmlDocumentation
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SmlDocumentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContact()TimeInstantgetDate()StringgetFormat()StringgetOnlineResource()StringgetVersion()booleanisSeOnlineResource()booleanisSetContact()booleanisSetDate()booleanisSetFormat()booleanisSetVersion()SmlDocumentationsetContact(String contact)SmlDocumentationsetDate(TimeInstant date)SmlDocumentationsetFormat(String format)SmlDocumentationsetOnlineResource(String onlineResource)voidsetVersion(String version)-
Methods inherited from class org.n52.shetland.ogc.sensorML.elements.AbstractSmlDocumentation
getDescription, isSetDescription, setDescription
-
-
-
-
Method Detail
-
getVersion
public String getVersion()
-
getDate
public TimeInstant getDate()
-
getContact
public String getContact()
-
getFormat
public String getFormat()
-
getOnlineResource
public String getOnlineResource()
-
setVersion
public void setVersion(String version)
-
setDate
public SmlDocumentation setDate(TimeInstant date)
-
setContact
public SmlDocumentation setContact(String contact)
-
setFormat
public SmlDocumentation setFormat(String format)
-
setOnlineResource
public SmlDocumentation setOnlineResource(String onlineResource)
-
isSetVersion
public boolean isSetVersion()
-
isSetDate
public boolean isSetDate()
-
isSetContact
public boolean isSetContact()
-
isSetFormat
public boolean isSetFormat()
-
isSeOnlineResource
public boolean isSeOnlineResource()
-
-