public interface AccessPointInterfaceFacet
extends org.gcube.informationsystem.model.entity.Facet
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
NAME |
static String |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.informationsystem.model.embedded.ValueSchema |
getAuthorization() |
String |
getDescription() |
URI |
getEndpoint() |
String |
getEntryName() |
List<org.gcube.informationsystem.model.embedded.ValueSchema> |
getProperties() |
String |
getProtocol() |
void |
set(URI endpoint) |
void |
setDescription(String description) |
void |
setEntryName(String entryName) |
void |
setProperties(List<org.gcube.informationsystem.model.embedded.ValueSchema> properties) |
void |
setProtocol(String protocol) |
void |
setSpatial(org.gcube.informationsystem.model.embedded.ValueSchema authorization) |
static final String NAME
static final String DESCRIPTION
static final String VERSION
String getEntryName()
void setEntryName(String entryName)
URI getEndpoint()
void set(URI endpoint)
String getProtocol()
void setProtocol(String protocol)
String getDescription()
void setDescription(String description)
org.gcube.informationsystem.model.embedded.ValueSchema getAuthorization()
void setSpatial(org.gcube.informationsystem.model.embedded.ValueSchema authorization)
List<org.gcube.informationsystem.model.embedded.ValueSchema> getProperties()
void setProperties(List<org.gcube.informationsystem.model.embedded.ValueSchema> properties)
Copyright © 2016. All Rights Reserved.