FileDocCategorySizeDatePackage
Identifier.javaAPI DocExample2722Tue May 29 16:57:16 BST 2007com.sun.xml.ws.tx.common

Identifier

public abstract class Identifier extends Object
This serves as a base class for different kinds of ids
author
Ryan.Shoemaker@Sun.COM
version
$Revision: 1.4.6.1 $
since
1.0

Fields Summary
protected String
value
Constructors Summary
Methods Summary
protected abstract javax.xml.namespace.QNamegetName()

public java.lang.StringgetValue()
Gets the value of the value property.

return
the id value

        return value;
    
public voidsetValue(java.lang.String value)
Sets the value of the value property.

param
value the non-null value

        this.value = value;