|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.feide.moria.webservices.v2_3.Attribute
public final class Attribute
| 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 |
|---|
private java.lang.String name
private java.lang.String[] values
| Constructor Detail |
|---|
public Attribute()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public java.lang.String[] getValues()
public void setValues(java.lang.String[] values)
values - The values to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||