public class GetServiceDetail extends java.lang.Object implements RegistryObject, Inquiry
Constructor and Description |
---|
GetServiceDetail()
Construct a new empty get_serviceDetail request.
|
Modifier and Type | Method and Description |
---|---|
void |
addServiceKey(ServiceKey key)
Add a ServiceKey to the collection of ServiceKeys
|
void |
addServiceKey(java.lang.String key)
Add a ServiceKey to the collection of ServiceKeys
|
java.lang.String |
getGeneric() |
java.util.Vector |
getServiceKeyVector() |
void |
setGeneric(java.lang.String genericValue) |
void |
setServiceKeyVector(java.util.Vector keys)
Sets the ServiceKey Vector
|
public GetServiceDetail()
public void setGeneric(java.lang.String genericValue)
genericValue
- public java.lang.String getGeneric()
public java.util.Vector getServiceKeyVector()
public void addServiceKey(ServiceKey key)
key
- The new ServiceKey to addpublic void addServiceKey(java.lang.String key)
key
- The new ServiceKey to add to the collection of ServiceKeyspublic void setServiceKeyVector(java.util.Vector keys)
keys
- The new collection of ServiceKeysCopyright ? 2003 Apache Software Foundation. All rights reserved.