Package eu.clarin.sru.client.fcs
Class ClarinFCSEndpointDescription.Layer
- java.lang.Object
-
- eu.clarin.sru.client.fcs.ClarinFCSEndpointDescription.Layer
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ClarinFCSEndpointDescription
public static final class ClarinFCSEndpointDescription.Layer extends Object implements Serializable
This class implements a description of supported layers for resources by the endpoint.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClarinFCSEndpointDescription.Layer.ContentEncodingEnumeration to indicate the content encoding of a layer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAltValueInfo()Get the alternative value information of this layerURIgetAltValueInfoURI()Get the alternative value information URI of this layerClarinFCSEndpointDescription.Layer.ContentEncodinggetEncoding()Get the content encoding of this layerStringgetIdentifier()Get the identifier of this layerStringgetLayerType()Get the layer type of this layerStringgetQualifier()Get the qualifier of this layerURIgetResultId()Get the result URI of this layerStringtoString()
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
Get the identifier of this layer- Returns:
- the identifier of the layer
-
getResultId
public URI getResultId()
Get the result URI of this layer- Returns:
- the result URI of the layer
-
getLayerType
public String getLayerType()
Get the layer type of this layer- Returns:
- the layer type of the layer
-
getEncoding
public ClarinFCSEndpointDescription.Layer.ContentEncoding getEncoding()
Get the content encoding of this layer- Returns:
- the content encoding of the layer
-
getQualifier
public String getQualifier()
Get the qualifier of this layer- Returns:
- the qualifier of the layer or
nullif none
-
getAltValueInfo
public String getAltValueInfo()
Get the alternative value information of this layer- Returns:
- the alternative value information of the layer or
nullif none
-
getAltValueInfoURI
public URI getAltValueInfoURI()
Get the alternative value information URI of this layer- Returns:
- the alternative value information URI of the layer or
nullif none
-
-