public class SMD extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_TYPE |
static String |
DEFAULT_VERSION |
Constructor and Description |
---|
SMD() |
Modifier and Type | Method and Description |
---|---|
void |
addSMDMethod(SMDMethod method) |
Set<SMDMethod> |
getMethods() |
String |
getObjectName() |
String |
getServiceType() |
String |
getServiceUrl() |
String |
getVersion() |
void |
setObjectName(String objectName) |
void |
setServiceType(String serviceType) |
void |
setServiceUrl(String serviceUrl) |
void |
setVersion(String version) |
public static final String DEFAULT_VERSION
public static final String DEFAULT_SERVICE_TYPE
public void addSMDMethod(SMDMethod method)
public String getVersion()
public void setVersion(String version)
public String getObjectName()
public void setObjectName(String objectName)
public String getServiceType()
public void setServiceType(String serviceType)
public String getServiceUrl()
public void setServiceUrl(String serviceUrl)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.