Package thredds.client.catalog
Class Service
- java.lang.Object
-
- thredds.client.catalog.Service
-
@Immutable public class Service extends Object
Client catalog service- Since:
- 1/7/2015
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAccessType()StringgetBase()StringgetDesc()StringgetName()List<Service>getNestedServices()List<Property>getProperties()StringgetServiceTypeName()StringgetSuffix()ServiceTypegetType()inthashCode()booleanisRelativeBase()See if the service Base is relativeStringtoString()protected StringtoString(Indent indent)
-
-
-
Method Detail
-
getName
public String getName()
-
getBase
public String getBase()
-
getServiceTypeName
public String getServiceTypeName()
-
getType
public ServiceType getType()
-
getDesc
public String getDesc()
-
getAccessType
public String getAccessType()
-
getSuffix
public String getSuffix()
-
isRelativeBase
public boolean isRelativeBase()
See if the service Base is relative- Returns:
- true if the service Base is relative
-
-