jBrokerTM Web 2.0

com.sssw.jbroker.web.mapping
Class Attribute

java.lang.Object
  |
  +--com.sssw.jbroker.web.mapping.Attribute

Deprecated. As of jBroker Web 2.0

public final class Attribute
extends Object

XML Attribute

See Also:
Attribute

Constructor Summary
Attribute(QName name, QName value)
          Deprecated. Construct an XML Attribute.
Attribute(QName name, String value)
          Deprecated. Construct an XML Attribute.
 
Method Summary
 QName getName()
          Deprecated. Get the Attribute name.
 QName getValue()
          Deprecated. Get the Attribute value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(QName name,
                 String value)
Deprecated. 
Construct an XML Attribute.

Attribute

public Attribute(QName name,
                 QName value)
Deprecated. 
Construct an XML Attribute.
Method Detail

getName

public QName getName()
Deprecated. 
Get the Attribute name.

getValue

public QName getValue()
Deprecated. 
Get the Attribute value.

jBrokerTM Web 2.0

jBroker is a registered trademark of SilverStream Software, Inc.
Copyright © 2001-2002 SilverStream Software, Inc. All Rights Reserved.