|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.OptionSet
public class OptionSet
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected ByteString |
ValidBits
|
protected ByteString |
Value
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
OptionSet()
|
|
OptionSet(ByteString Value,
ByteString ValidBits)
|
|
| Method Summary | |
|---|---|
OptionSet |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
ExpandedNodeId |
getTypeId()
getTypeId. |
ByteString |
getValidBits()
|
ByteString |
getValue()
|
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setValidBits(ByteString ValidBits)
|
void |
setValue(ByteString Value)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ExpandedNodeId ID
public static final ExpandedNodeId BINARY
public static final ExpandedNodeId XML
protected ByteString Value
protected ByteString ValidBits
| Constructor Detail |
|---|
public OptionSet()
public OptionSet(ByteString Value,
ByteString ValidBits)
| Method Detail |
|---|
public ByteString getValue()
public void setValue(ByteString Value)
public ByteString getValidBits()
public void setValidBits(ByteString ValidBits)
public OptionSet clone()
clone in interface Structureclone in class AbstractStructurepublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic ExpandedNodeId getTypeId()
StructuregetTypeId.
ExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
ExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
ExpandedNodeId object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||