|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wsrf.Attribute
public class Attribute
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.
Constructor Summary | |
---|---|
Attribute(javax.xml.namespace.QName attributeName,
java.lang.String attributeValue)
Constructs an Attribute with a name and value |
Method Summary | |
---|---|
javax.xml.namespace.QName |
getName()
Returns the qualified name part of the attribute |
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 |
---|
public Attribute(javax.xml.namespace.QName attributeName, java.lang.String attributeValue)
attributeName
- the qualified name of the AttributeattributeValue
- the value of the AttributeMethod Detail |
---|
public javax.xml.namespace.QName getName()
public java.lang.String getValue()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |