Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.run.xml
Class SimpleAttribute

java.lang.Object
  extended by com.tangosol.run.xml.SimpleAttribute

All Implemented Interfaces:
XmlAttribute

public class SimpleAttribute
extends java.lang.Object
implements XmlAttribute

A SimpleAttribute provides a basic implementation of an XmlAttribute.

Author:
bko 2011.06.14

Constructor Summary
SimpleAttribute(XmlElement xmlElement, java.lang.String sName, XmlValue xmlValue)
          Standard Constructor.

 

Method Summary
 java.lang.String getName()
          Return the name of the XmlAttribute.
 QualifiedName getQualifiedName()
          Return the QualifiedName of the XmlAttribute.
 XmlElement getXmlElement()
          Return the XmlElement in which the XmlAttribute is defined.
 XmlValue getXmlValue()
          Return the XmlValue defined by the XmlAttribute.

 

Constructor Detail

SimpleAttribute

public SimpleAttribute(XmlElement xmlElement,
                       java.lang.String sName,
                       XmlValue xmlValue)
Standard Constructor.
Parameters:
xmlElement - The XmlElement in which the XmlAttribute is defined.
sName - The name of the XmlAttribute
xmlValue - The value of the XmlElement represented as an XmlValue.

Method Detail

getName

public java.lang.String getName()
Return the name of the XmlAttribute.
Specified by:
getName in interface XmlAttribute
Returns:
A String

getQualifiedName

public QualifiedName getQualifiedName()
Return the QualifiedName of the XmlAttribute.
Specified by:
getQualifiedName in interface XmlAttribute
Returns:
A QualifiedName

getXmlElement

public XmlElement getXmlElement()
Return the XmlElement in which the XmlAttribute is defined.
Specified by:
getXmlElement in interface XmlAttribute
Returns:
An XmlElement

getXmlValue

public XmlValue getXmlValue()
Return the XmlValue defined by the XmlAttribute.
Specified by:
getXmlValue in interface XmlAttribute
Returns:
An XmlValue

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.