com.sun.xml.ws.tx.common
Class Identifier

java.lang.Object
  extended by com.sun.xml.ws.tx.common.Identifier
Direct Known Subclasses:
ActivityIdentifier, RegistrantIdentifier

public abstract class Identifier
extends java.lang.Object

This serves as a base class for different kinds of ids

Since:
1.0

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

value

protected java.lang.String value
Constructor Detail

Identifier

public Identifier()
Method Detail

getValue

@NotNull
public java.lang.String getValue()
Gets the value of the value property.

Returns:
the id value

setValue

public void setValue(@NotNull
                     java.lang.String value)
Sets the value of the value property.

Parameters:
value - the non-null value

getName

protected abstract javax.xml.namespace.QName getName()