public class SNode extends ServiceDataObject implements Serializable
Constructor and Description |
---|
SNode() |
Modifier and Type | Method and Description |
---|---|
Date[] |
getD()
Gets the values of any date fields on this node.
|
Date |
getD(int index)
Gets the value at the specified index in the D array.
|
int[] |
getI()
Gets the values of any integer fields on this node.
|
int |
getI(int index)
Gets the value at the specified index in the I array.
|
String |
getID()
Gets the ID of this node.
|
double[] |
getR()
Gets the values of any real fields on this node.
|
double |
getR(int index)
Gets the value at the specified index in the R array.
|
String[] |
getS()
Gets the values of any string fields on this node.
|
String |
getS(int index)
Gets the value at the specified index in the S array.
|
String |
getType()
Gets the ID of the DataBagType which describes this node.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setD(Date[] value)
Sets the values of any date fields on this node.
|
void |
setD(int index,
Date value)
Sets the value at the specified index in the fD array.
|
void |
setI(int[] value)
Sets the values of any integer fields on this node.
|
void |
setI(int index,
int value)
Sets the value at the specified index in the fI array.
|
void |
setID(String value)
Sets the ID of this node.
|
void |
setR(double[] value)
Sets the values of any real fields on this node.
|
void |
setR(int index,
double value)
Sets the value at the specified index in the fR array.
|
void |
setS(int index,
String value)
Sets the value at the specified index in the fS array.
|
void |
setS(String[] value)
Sets the values of any string fields on this node.
|
void |
setType(String value)
Sets the ID of the DataBagType which describes this node.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setD(Date[] value)
public Date[] getD()
public void setD(int index, Date value)
public Date getD(int index)
public void setI(int[] value)
public int[] getI()
public void setI(int index, int value)
public int getI(int index)
public void setID(String value)
public String getID()
public void setR(double[] value)
public double[] getR()
public void setR(int index, double value)
public double getR(int index)
public void setS(String[] value)
public String[] getS()
public void setS(int index, String value)
public String getS(int index)
public void setType(String value)
public String getType()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.