|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.builtintypes.DataValue
public class DataValue
DataValue class.
| Field Summary | |
|---|---|
static NodeId |
ID
Constant ID |
| Constructor Summary | |
|---|---|
DataValue()
Constructor for DataValue. |
|
DataValue(StatusCode statusCode)
Constructor for DataValue. |
|
DataValue(Variant variant)
Constructor for DataValue. |
|
DataValue(Variant value,
StatusCode statusCode)
Constructor for DataValue. |
|
DataValue(Variant value,
StatusCode statusCode,
DateTime sourceTimestamp,
DateTime serverTimestamp)
Constructor for DataValue. |
|
DataValue(Variant value,
StatusCode statusCode,
DateTime sourceTimestamp,
UnsignedShort sourcePicoseconds,
DateTime serverTimestamp,
UnsignedShort serverPicoseconds)
Constructor for DataValue. |
|
| Method Summary | |
|---|---|
Object |
clone()
|
boolean |
equals(Object obj)
|
UnsignedShort |
getServerPicoseconds()
Getter for the field serverPicoseconds. |
DateTime |
getServerTimestamp()
Getter for the field serverTimestamp. |
UnsignedShort |
getSourcePicoseconds()
Getter for the field sourcePicoseconds. |
DateTime |
getSourceTimestamp()
Getter for the field sourceTimestamp. |
StatusCode |
getStatusCode()
Getter for the field statusCode. |
Variant |
getValue()
Getter for the field value. |
int |
hashCode()
|
boolean |
isNull()
Check if Value is null. |
void |
setServerPicoseconds(UnsignedShort serverPicoseconds)
Setter for the field serverPicoseconds. |
void |
setServerTimestamp(DateTime serverTimestamp)
Setter for the field serverTimestamp. |
void |
setSourcePicoseconds(UnsignedShort sourcePicoseconds)
Setter for the field sourcePicoseconds. |
void |
setSourceTimestamp(DateTime sourceTimestamp)
Setter for the field sourceTimestamp. |
void |
setStatusCode(StatusCode statusCode)
Setter for the field statusCode. |
void |
setStatusCode(UnsignedInteger value)
Setter for the field statusCode. |
void |
setValue(Variant value)
Setter for the field value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final NodeId ID
ID
| Constructor Detail |
|---|
public DataValue()
Constructor for DataValue.
public DataValue(Variant value,
StatusCode statusCode,
DateTime sourceTimestamp,
UnsignedShort sourcePicoseconds,
DateTime serverTimestamp,
UnsignedShort serverPicoseconds)
Constructor for DataValue.
value - a Variant object.statusCode - a StatusCode object.sourceTimestamp - a DateTime object.sourcePicoseconds - a UnsignedShort object.serverTimestamp - a DateTime object.serverPicoseconds - a UnsignedShort object.
public DataValue(Variant value,
StatusCode statusCode,
DateTime sourceTimestamp,
DateTime serverTimestamp)
Constructor for DataValue.
value - a Variant object.statusCode - a StatusCode object.sourceTimestamp - a DateTime object.serverTimestamp - a DateTime object.public DataValue(StatusCode statusCode)
Constructor for DataValue.
statusCode - a StatusCode object.
public DataValue(Variant value,
StatusCode statusCode)
Constructor for DataValue.
value - a Variant object.statusCode - a StatusCode object.public DataValue(Variant variant)
Constructor for DataValue.
variant - a Variant object.| Method Detail |
|---|
public DateTime getServerTimestamp()
Getter for the field serverTimestamp.
DateTime object.public void setServerTimestamp(DateTime serverTimestamp)
Setter for the field serverTimestamp.
serverTimestamp - a DateTime object.public DateTime getSourceTimestamp()
Getter for the field sourceTimestamp.
DateTime object.public void setSourceTimestamp(DateTime sourceTimestamp)
Setter for the field sourceTimestamp.
sourceTimestamp - a DateTime object.public StatusCode getStatusCode()
Getter for the field statusCode.
StatusCode object.public void setStatusCode(StatusCode statusCode)
Setter for the field statusCode.
statusCode - a StatusCode object.public void setStatusCode(UnsignedInteger value)
Setter for the field statusCode.
value - a UnsignedInteger object.public Variant getValue()
Getter for the field value.
Variant object.public boolean isNull()
public void setValue(Variant value)
Setter for the field value.
value - a Variant object.public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic UnsignedShort getSourcePicoseconds()
Getter for the field sourcePicoseconds.
UnsignedShort object.public void setSourcePicoseconds(UnsignedShort sourcePicoseconds)
Setter for the field sourcePicoseconds.
sourcePicoseconds - a UnsignedShort object.public UnsignedShort getServerPicoseconds()
Getter for the field serverPicoseconds.
UnsignedShort object.public void setServerPicoseconds(UnsignedShort serverPicoseconds)
Setter for the field serverPicoseconds.
serverPicoseconds - a UnsignedShort object.public String toString()
toString in class Objectpublic Object clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||