com.ibm.websphere.wsrf

Class Attribute

  1. java.lang.Object
  2. extended bycom.ibm.websphere.wsrf.Attribute
All implemented interfaces:
java.io.Serializable

  1. public class Attribute
  2. extends java.lang.Object
  3. implements java.io.Serializable
The Attribute class represents an attribute of a BaseFault. A BaseFault can have zero or more attributes. An attribute consists of a qualified name and a value.
See Also:
Serialized Form

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
  1. javax.xml.namespace.QName
getName()
Returns the qualified name part of the attribute
  1. java.lang.String
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

  1. public Attribute(javax.xml.namespace.QName attributeName,
  2. 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

  1. public javax.xml.namespace.QName getName( )
Returns the qualified name part of the attribute
Returns:
the qualified name part of the attribute

getValue

  1. public java.lang.String getValue( )
Returns the value part of the attribute
Returns:
the value part of the attribute