|
||||||||||
| 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.NodeAttributes
public class NodeAttributes
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
protected LocalizedText |
Description
|
protected LocalizedText |
DisplayName
|
static ExpandedNodeId |
ID
|
protected UnsignedInteger |
SpecifiedAttributes
|
protected UnsignedInteger |
UserWriteMask
|
protected UnsignedInteger |
WriteMask
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
NodeAttributes()
|
|
NodeAttributes(UnsignedInteger SpecifiedAttributes,
LocalizedText DisplayName,
LocalizedText Description,
UnsignedInteger WriteMask,
UnsignedInteger UserWriteMask)
|
|
| Method Summary | |
|---|---|
NodeAttributes |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
LocalizedText |
getDescription()
|
LocalizedText |
getDisplayName()
|
UnsignedInteger |
getSpecifiedAttributes()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
UnsignedInteger |
getUserWriteMask()
|
UnsignedInteger |
getWriteMask()
|
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setDescription(LocalizedText Description)
|
void |
setDisplayName(LocalizedText DisplayName)
|
void |
setSpecifiedAttributes(UnsignedInteger SpecifiedAttributes)
|
void |
setUserWriteMask(UnsignedInteger UserWriteMask)
|
void |
setWriteMask(UnsignedInteger WriteMask)
|
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 UnsignedInteger SpecifiedAttributes
protected LocalizedText DisplayName
protected LocalizedText Description
protected UnsignedInteger WriteMask
protected UnsignedInteger UserWriteMask
| Constructor Detail |
|---|
public NodeAttributes()
public NodeAttributes(UnsignedInteger SpecifiedAttributes,
LocalizedText DisplayName,
LocalizedText Description,
UnsignedInteger WriteMask,
UnsignedInteger UserWriteMask)
| Method Detail |
|---|
public UnsignedInteger getSpecifiedAttributes()
public void setSpecifiedAttributes(UnsignedInteger SpecifiedAttributes)
public LocalizedText getDisplayName()
public void setDisplayName(LocalizedText DisplayName)
public LocalizedText getDescription()
public void setDescription(LocalizedText Description)
public UnsignedInteger getWriteMask()
public void setWriteMask(UnsignedInteger WriteMask)
public UnsignedInteger getUserWriteMask()
public void setUserWriteMask(UnsignedInteger UserWriteMask)
public NodeAttributes 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 | |||||||||