|
||||||||||
| 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.RedundantServerDataType
public class RedundantServerDataType
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected String |
ServerId
|
protected ServerState |
ServerState
|
protected UnsignedByte |
ServiceLevel
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
RedundantServerDataType()
|
|
RedundantServerDataType(String ServerId,
UnsignedByte ServiceLevel,
ServerState ServerState)
|
|
| Method Summary | |
|---|---|
RedundantServerDataType |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
String |
getServerId()
|
ServerState |
getServerState()
|
UnsignedByte |
getServiceLevel()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setServerId(String ServerId)
|
void |
setServerState(ServerState ServerState)
|
void |
setServiceLevel(UnsignedByte ServiceLevel)
|
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 String ServerId
protected UnsignedByte ServiceLevel
protected ServerState ServerState
| Constructor Detail |
|---|
public RedundantServerDataType()
public RedundantServerDataType(String ServerId,
UnsignedByte ServiceLevel,
ServerState ServerState)
| Method Detail |
|---|
public String getServerId()
public void setServerId(String ServerId)
public UnsignedByte getServiceLevel()
public void setServiceLevel(UnsignedByte ServiceLevel)
public ServerState getServerState()
public void setServerState(ServerState ServerState)
public RedundantServerDataType 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 | |||||||||