org.opcfoundation.ua.core
Class ReferenceTypeAttributes
java.lang.Object
org.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.NodeAttributes
org.opcfoundation.ua.core.ReferenceTypeAttributes
- All Implemented Interfaces:
- Cloneable, Structure, IEncodeable
public class ReferenceTypeAttributes
- extends NodeAttributes
ID
public static final ExpandedNodeId ID
BINARY
public static final ExpandedNodeId BINARY
XML
public static final ExpandedNodeId XML
IsAbstract
protected Boolean IsAbstract
Symmetric
protected Boolean Symmetric
InverseName
protected LocalizedText InverseName
ReferenceTypeAttributes
public ReferenceTypeAttributes()
ReferenceTypeAttributes
public ReferenceTypeAttributes(UnsignedInteger SpecifiedAttributes,
LocalizedText DisplayName,
LocalizedText Description,
UnsignedInteger WriteMask,
UnsignedInteger UserWriteMask,
Boolean IsAbstract,
Boolean Symmetric,
LocalizedText InverseName)
getIsAbstract
public Boolean getIsAbstract()
setIsAbstract
public void setIsAbstract(Boolean IsAbstract)
getSymmetric
public Boolean getSymmetric()
setSymmetric
public void setSymmetric(Boolean Symmetric)
getInverseName
public LocalizedText getInverseName()
setInverseName
public void setInverseName(LocalizedText InverseName)
clone
public ReferenceTypeAttributes clone()
- Deep clone
- Specified by:
clone in interface Structure- Overrides:
clone in class NodeAttributes
- Returns:
- cloned ReferenceTypeAttributes
equals
public boolean equals(Object obj)
- Overrides:
equals in class NodeAttributes
hashCode
public int hashCode()
- Overrides:
hashCode in class NodeAttributes
getTypeId
public ExpandedNodeId getTypeId()
- Description copied from interface:
Structure
getTypeId.
- Specified by:
getTypeId in interface Structure- Overrides:
getTypeId in class NodeAttributes
- Returns:
- a
ExpandedNodeId object.
getXmlEncodeId
public ExpandedNodeId getXmlEncodeId()
- Description copied from interface:
Structure
getXmlEncodeId.
- Specified by:
getXmlEncodeId in interface Structure- Overrides:
getXmlEncodeId in class NodeAttributes
- Returns:
- a
ExpandedNodeId object.
getBinaryEncodeId
public ExpandedNodeId getBinaryEncodeId()
- Description copied from interface:
Structure
getBinaryEncodeId.
- Specified by:
getBinaryEncodeId in interface Structure- Overrides:
getBinaryEncodeId in class NodeAttributes
- Returns:
- a
ExpandedNodeId object.
toString
public String toString()
- Overrides:
toString in class NodeAttributes
Copyright © 2018. All rights reserved.