|
||||||||||
| 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.AddNodesItem
public class AddNodesItem
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
protected QualifiedName |
BrowseName
|
static ExpandedNodeId |
ID
|
protected ExtensionObject |
NodeAttributes
|
protected NodeClass |
NodeClass
|
protected ExpandedNodeId |
ParentNodeId
|
protected NodeId |
ReferenceTypeId
|
protected ExpandedNodeId |
RequestedNewNodeId
|
protected ExpandedNodeId |
TypeDefinition
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
AddNodesItem()
|
|
AddNodesItem(ExpandedNodeId ParentNodeId,
NodeId ReferenceTypeId,
ExpandedNodeId RequestedNewNodeId,
QualifiedName BrowseName,
NodeClass NodeClass,
ExtensionObject NodeAttributes,
ExpandedNodeId TypeDefinition)
|
|
| Method Summary | |
|---|---|
AddNodesItem |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
QualifiedName |
getBrowseName()
|
ExtensionObject |
getNodeAttributes()
|
NodeClass |
getNodeClass()
|
ExpandedNodeId |
getParentNodeId()
|
NodeId |
getReferenceTypeId()
|
ExpandedNodeId |
getRequestedNewNodeId()
|
ExpandedNodeId |
getTypeDefinition()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setBrowseName(QualifiedName BrowseName)
|
void |
setNodeAttributes(ExtensionObject NodeAttributes)
|
void |
setNodeClass(NodeClass NodeClass)
|
void |
setParentNodeId(ExpandedNodeId ParentNodeId)
|
void |
setReferenceTypeId(NodeId ReferenceTypeId)
|
void |
setRequestedNewNodeId(ExpandedNodeId RequestedNewNodeId)
|
void |
setTypeDefinition(ExpandedNodeId TypeDefinition)
|
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 ExpandedNodeId ParentNodeId
protected NodeId ReferenceTypeId
protected ExpandedNodeId RequestedNewNodeId
protected QualifiedName BrowseName
protected NodeClass NodeClass
protected ExtensionObject NodeAttributes
protected ExpandedNodeId TypeDefinition
| Constructor Detail |
|---|
public AddNodesItem()
public AddNodesItem(ExpandedNodeId ParentNodeId,
NodeId ReferenceTypeId,
ExpandedNodeId RequestedNewNodeId,
QualifiedName BrowseName,
NodeClass NodeClass,
ExtensionObject NodeAttributes,
ExpandedNodeId TypeDefinition)
| Method Detail |
|---|
public ExpandedNodeId getParentNodeId()
public void setParentNodeId(ExpandedNodeId ParentNodeId)
public NodeId getReferenceTypeId()
public void setReferenceTypeId(NodeId ReferenceTypeId)
public ExpandedNodeId getRequestedNewNodeId()
public void setRequestedNewNodeId(ExpandedNodeId RequestedNewNodeId)
public QualifiedName getBrowseName()
public void setBrowseName(QualifiedName BrowseName)
public NodeClass getNodeClass()
public void setNodeClass(NodeClass NodeClass)
public ExtensionObject getNodeAttributes()
public void setNodeAttributes(ExtensionObject NodeAttributes)
public ExpandedNodeId getTypeDefinition()
public void setTypeDefinition(ExpandedNodeId TypeDefinition)
public AddNodesItem 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 | |||||||||