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
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClarinFCSEndpointDescription.Layer.ContentEncoding
Enumeration to indicate the content encoding of a layer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAltValueInfo()
Get the alternative value information of this layerURI
getAltValueInfoURI()
Get the alternative value information URI of this layerClarinFCSEndpointDescription.Layer.ContentEncoding
getEncoding()
Get the content encoding of this layerString
getIdentifier()
Get the identifier of this layerString
getLayerType()
Get the layer type of this layerString
getQualifier()
Get the qualifier of this layerURI
getResultId()
Get the result URI of this layerString
toString()
-
-
-
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
null
if none
-
getAltValueInfo
public String getAltValueInfo()
Get the alternative value information of this layer- Returns:
- the alternative value information of the layer or
null
if none
-
getAltValueInfoURI
public URI getAltValueInfoURI()
Get the alternative value information URI of this layer- Returns:
- the alternative value information URI of the layer or
null
if none
-
-