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 boolean
equals(Object o)
String
getAccessType()
String
getBase()
String
getDesc()
String
getName()
List<Service>
getNestedServices()
List<Property>
getProperties()
String
getServiceTypeName()
String
getSuffix()
ServiceType
getType()
int
hashCode()
boolean
isRelativeBase()
See if the service Base is relativeString
toString()
protected String
toString(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
-
-