public class User
Constructor Summary |
---|
User()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
int | getDel() | |
void | setDel(intvalue) | |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
int | getID() | |
void | setID(intvalue) | |
The unique ID of the element within its parent element. | ||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
The name of the element. | ||
java.lang.String | getNameU() | |
void | setNameU(java.lang.Stringvalue) | |
The universal name of the element. | ||
Str2Value | getPrompt() | |
void | ||
It specifies a descriptive prompt or comment for the user-defined element. | ||
Value | getValue() | |
void | ||
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document. |
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public Value getValue() / public void setValue(Value value)
public java.lang.String getName() / public void setName(java.lang.String value)
public java.lang.String getNameU() / public void setNameU(java.lang.String value)
public int getID() / public void setID(int value)
public int getDel() / public void setDel(int value)
public Str2Value getPrompt() / public void setPrompt(Str2Value value)