XGTRBAC
Class CredType.Attribute

java.lang.Object
  extended by XGTRBAC.CredType.Attribute
Enclosing class:
CredType

public class CredType.Attribute
extends java.lang.Object

An inner "Attribute" class *


Field Summary
private  java.lang.String AttributeName
           
private  java.lang.String AttributeValue
           
 
Constructor Summary
CredType.Attribute(java.lang.String name)
          Creates a new instance of Attribute
 
Method Summary
 java.lang.String getAttributeName()
          Returns the attribute name
 java.lang.String getAttributeValue()
          Returns the attribute value
 void setAttributeValue(java.lang.String value)
          Sets the attribute value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AttributeName

private java.lang.String AttributeName

AttributeValue

private java.lang.String AttributeValue
Constructor Detail

CredType.Attribute

public CredType.Attribute(java.lang.String name)
Creates a new instance of Attribute

Method Detail

getAttributeName

public java.lang.String getAttributeName()
Returns the attribute name

Returns:
The name of the attribute as String

setAttributeValue

public void setAttributeValue(java.lang.String value)
Sets the attribute value

Parameters:
value - The value of the attribute supplied as String

getAttributeValue

public java.lang.String getAttributeValue()
Returns the attribute value

Returns:
The value of the attribute as String