|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.tx.common.Identifier
public abstract class Identifier
This serves as a base class for different kinds of ids
Field Summary | |
---|---|
protected java.lang.String |
value
|
Constructor Summary | |
---|---|
Identifier()
|
Method Summary | |
---|---|
protected abstract javax.xml.namespace.QName |
getName()
|
java.lang.String |
getValue()
Gets the value of the value property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String value
Constructor Detail |
---|
public Identifier()
Method Detail |
---|
@NotNull public java.lang.String getValue()
public void setValue(@NotNull java.lang.String value)
value
- the non-null valueprotected abstract javax.xml.namespace.QName getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |