public class CiOnlineResource extends AbstractObject
| Constructor and Description |
|---|
CiOnlineResource(Nillable<URI> linkage) |
CiOnlineResource(String linkage) |
CiOnlineResource(URI linkage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationProfile() |
String |
getDescription() |
String |
getFunction() |
Nillable<URI> |
getLinkage() |
String |
getName() |
Nillable<String> |
getProtocol() |
boolean |
isSetApplicationProfile() |
boolean |
isSetDescription() |
boolean |
isSetFunction() |
boolean |
isSetName() |
boolean |
isSetProtocol() |
void |
setApplicationProfile(String applicationProfile) |
void |
setDescription(String description) |
void |
setFunction(String function) |
void |
setLinkage(Nillable<URI> linkage) |
void |
setName(String name) |
void |
setProtocol(Nillable<String> protocol) |
void |
setProtocol(String protocol) |
getId, getUuid, isSetId, isSetUuid, setId, setId, setUuidgetDefaultElementEncoding, isSetDefaultElementEncoding, setDefaultElementEncodingpublic CiOnlineResource(URI linkage)
public CiOnlineResource(String linkage)
public void setProtocol(Nillable<String> protocol)
protocol - the protocol to setpublic void setProtocol(String protocol)
protocol - the protocol to setpublic boolean isSetProtocol()
public String getApplicationProfile()
public void setApplicationProfile(String applicationProfile)
applicationProfile - the applicationProfile to setpublic boolean isSetApplicationProfile()
public String getName()
public void setName(String name)
name - the name to setpublic boolean isSetName()
public String getDescription()
public void setDescription(String description)
description - the description to setpublic boolean isSetDescription()
public String getFunction()
public void setFunction(String function)
function - the function to setpublic boolean isSetFunction()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.