|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.datatype.ServiceKey
public class ServiceKey
Constructor Summary | |
---|---|
ServiceKey()
Construct a new initialized serviceKey instance. |
|
ServiceKey(java.lang.String keyValue)
Construct a new ServiceKey with a given key value. |
Method Summary | |
---|---|
java.lang.String |
getValue()
Returns the key value of this ServiceKey. |
void |
setValue(java.lang.String newValue)
Sets the value of this ServiceKey to the new key value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceKey()
public ServiceKey(java.lang.String keyValue)
keyValue
- The ServiceKey of the new key value.Method Detail |
---|
public void setValue(java.lang.String newValue)
newValue
- The new key value for this ServiceKey.public java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |