com.ibm.websphere.wsrf
Class Attribute
- java.lang.Object
com.ibm.websphere.wsrf.Attribute
All implemented interfaces:
java.io.Serializable
- public class Attribute
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
Attribute(javax.xml.namespace.QName attributeName,java.lang.String attributeValue)
Constructs an Attribute with a name and value
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getName()
Returns the qualified name part of the attribute
|
|
getValue()
Returns the value part of the attribute
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
Attribute
- public Attribute(javax.xml.namespace.QName attributeName,
- java.lang.String attributeValue)
Constructs an Attribute with a name and value
Parameters:
attributeName
- the qualified name of the Attribute attributeValue
- the value of the Attribute Method Detail
getName
- public javax.xml.namespace.QName getName( )
Returns the qualified name part of the attribute
Returns:
the qualified name part of the attribute
getValue
- public java.lang.String getValue( )
Returns the value part of the attribute
Returns:
the value part of the attribute