|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.feide.moria.webservices.v2_2.Attribute
public final class Attribute
| Field Summary | |
|---|---|
private java.lang.String |
name
The name of this Attribute. |
private java.lang.String |
separator
The actual separator character(s) used for encoding. |
private static long |
serialVersionUID
Serial version UID (generated). |
private java.lang.String |
values
The encoded values of this Attribute. |
| Constructor Summary | |
|---|---|
Attribute()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of this attribute. |
java.lang.String |
getSeparator()
Get the actual separator value used for encoding the attribute values. |
java.lang.String |
getValues()
Get the encoded String containing the values of the
attribute, separated by separator. |
void |
setName(java.lang.String name)
Sets the name of the attribute. |
void |
setSeparator(java.lang.String separator)
Set the actual separator value used for encoding the attribute values. |
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 static final long serialVersionUID
private java.lang.String name
private java.lang.String separator
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 getSeparator()
public void setSeparator(java.lang.String separator)
separator - The separator character(s).public java.lang.String getValues()
String containing the values of the
attribute, separated by separator. All natural occurences
of separator in the original values will show up as two
separator character sequences. Be sure to check the actual
separator value using getSeparator().
getSeparator()public void setValues(java.lang.String values)
getSeparator()) between the values, and any natural
occurences of the separator in an attribute value must be replaced with
two subsequent occurences of the separator.
values - The values to set.getSeparator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||