|
||||||||||
| 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.ServerOnNetwork
public class ServerOnNetwork
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
protected String |
DiscoveryUrl
|
static ExpandedNodeId |
ID
|
protected UnsignedInteger |
RecordId
|
protected String[] |
ServerCapabilities
|
protected String |
ServerName
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
ServerOnNetwork()
|
|
ServerOnNetwork(UnsignedInteger RecordId,
String ServerName,
String DiscoveryUrl,
String[] ServerCapabilities)
|
|
| Method Summary | |
|---|---|
ServerOnNetwork |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
String |
getDiscoveryUrl()
|
UnsignedInteger |
getRecordId()
|
String[] |
getServerCapabilities()
|
String |
getServerName()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setDiscoveryUrl(String DiscoveryUrl)
|
void |
setRecordId(UnsignedInteger RecordId)
|
void |
setServerCapabilities(String[] ServerCapabilities)
|
void |
setServerName(String ServerName)
|
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 RecordId
protected String ServerName
protected String DiscoveryUrl
protected String[] ServerCapabilities
| Constructor Detail |
|---|
public ServerOnNetwork()
public ServerOnNetwork(UnsignedInteger RecordId,
String ServerName,
String DiscoveryUrl,
String[] ServerCapabilities)
| Method Detail |
|---|
public UnsignedInteger getRecordId()
public void setRecordId(UnsignedInteger RecordId)
public String getServerName()
public void setServerName(String ServerName)
public String getDiscoveryUrl()
public void setDiscoveryUrl(String DiscoveryUrl)
public String[] getServerCapabilities()
public void setServerCapabilities(String[] ServerCapabilities)
public ServerOnNetwork 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 | |||||||||