|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.nidp.policy.soap.injection.DataElement
public class DataElement
Contains methods for managing the data in the DataElement object. This is the object that you need to fill with values from your data source.
| Method Summary | |
|---|---|
java.lang.String |
getDataTagIdentifier()
Returns the tag identifying the data to be filled in. |
int |
getInjectionLocation()
Returns the location identifier for where the data is going to be inserted. |
int |
getTTL()
Gets the time, in seconds, the data is considered to be valid. |
java.lang.String |
getValue()
Returns the current value of the data element. |
void |
setTTL(int newTimetolive)
Sets the time, in seconds, the data is considered to be valid. |
void |
setValue(java.lang.String newValue)
Sets the current value of the data element to the specified value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getInjectionLocation()
public java.lang.String getDataTagIdentifier()
public java.lang.String getValue()
public void setValue(java.lang.String newValue)
newValue - The value for the data element.public int getTTL()
public void setTTL(int newTimetolive)
newTimetolive - The number of seconds the data can be valid, or -1 for unlimited time.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||