|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.juddi.datatype.subscription.SubscriptionKey
public class SubscriptionKey
| Constructor Summary | |
|---|---|
SubscriptionKey()
Construct a new initialized instance. |
|
SubscriptionKey(java.lang.String keyValue)
Construct a new instance with a given key value. |
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
Returns the key value of this instance. |
void |
setValue(java.lang.String newValue)
Sets the value of this instance 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 SubscriptionKey()
public SubscriptionKey(java.lang.String keyValue)
keyValue - The value of the new key value.| Method Detail |
|---|
public void setValue(java.lang.String newValue)
newValue - The new key value.public java.lang.String getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||