no.feide.moria.webservices.v2_1
Class Attribute

java.lang.Object
  extended by no.feide.moria.webservices.v2_1.Attribute
All Implemented Interfaces:
java.io.Serializable

public final class Attribute
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 1.6 $
Author:
Bjørn Ola Smievoll <b.o.smievoll@conduct.no>
See Also:
Serialized Form

Field Summary
private  java.lang.String name
          The name of this Attribute.
private  java.lang.String[] values
          The values of this Attribute.
 
Constructor Summary
Attribute()
           
 
Method Summary
 java.lang.String getName()
          Gets the name of this attribute.
 java.lang.String[] getValues()
          Gets a String array containing the values of the attribute.
 void setName(java.lang.String name)
          Sets the name of the attribute.
 void setValues(java.lang.String[] values)
          Sets the values for the attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name
The name of this Attribute.


values

private java.lang.String[] values
The values of this Attribute.

Constructor Detail

Attribute

public Attribute()
Method Detail

getName

public java.lang.String getName()
Gets the name of this attribute.

Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Sets the name of the attribute.

Parameters:
name - The name to set.

getValues

public java.lang.String[] getValues()
Gets a String array containing the values of the attribute.

Returns:
The value array.

setValues

public void setValues(java.lang.String[] values)
Sets the values for the attribute.

Parameters:
values - The values to set.


Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.