|
||||||||||
| 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.RegisteredServer
public class RegisteredServer
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
protected String[] |
DiscoveryUrls
|
protected String |
GatewayServerUri
|
static ExpandedNodeId |
ID
|
protected Boolean |
IsOnline
|
protected String |
ProductUri
|
protected String |
SemaphoreFilePath
|
protected LocalizedText[] |
ServerNames
|
protected ApplicationType |
ServerType
|
protected String |
ServerUri
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
RegisteredServer()
|
|
RegisteredServer(String ServerUri,
String ProductUri,
LocalizedText[] ServerNames,
ApplicationType ServerType,
String GatewayServerUri,
String[] DiscoveryUrls,
String SemaphoreFilePath,
Boolean IsOnline)
|
|
| Method Summary | |
|---|---|
RegisteredServer |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
String[] |
getDiscoveryUrls()
|
String |
getGatewayServerUri()
|
Boolean |
getIsOnline()
|
String |
getProductUri()
|
String |
getSemaphoreFilePath()
|
LocalizedText[] |
getServerNames()
|
ApplicationType |
getServerType()
|
String |
getServerUri()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setDiscoveryUrls(String[] DiscoveryUrls)
|
void |
setGatewayServerUri(String GatewayServerUri)
|
void |
setIsOnline(Boolean IsOnline)
|
void |
setProductUri(String ProductUri)
|
void |
setSemaphoreFilePath(String SemaphoreFilePath)
|
void |
setServerNames(LocalizedText[] ServerNames)
|
void |
setServerType(ApplicationType ServerType)
|
void |
setServerUri(String ServerUri)
|
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 ServerUri
protected String ProductUri
protected LocalizedText[] ServerNames
protected ApplicationType ServerType
protected String GatewayServerUri
protected String[] DiscoveryUrls
protected String SemaphoreFilePath
protected Boolean IsOnline
| Constructor Detail |
|---|
public RegisteredServer()
public RegisteredServer(String ServerUri,
String ProductUri,
LocalizedText[] ServerNames,
ApplicationType ServerType,
String GatewayServerUri,
String[] DiscoveryUrls,
String SemaphoreFilePath,
Boolean IsOnline)
| Method Detail |
|---|
public String getServerUri()
public void setServerUri(String ServerUri)
public String getProductUri()
public void setProductUri(String ProductUri)
public LocalizedText[] getServerNames()
public void setServerNames(LocalizedText[] ServerNames)
public ApplicationType getServerType()
public void setServerType(ApplicationType ServerType)
public String getGatewayServerUri()
public void setGatewayServerUri(String GatewayServerUri)
public String[] getDiscoveryUrls()
public void setDiscoveryUrls(String[] DiscoveryUrls)
public String getSemaphoreFilePath()
public void setSemaphoreFilePath(String SemaphoreFilePath)
public Boolean getIsOnline()
public void setIsOnline(Boolean IsOnline)
public RegisteredServer 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 | |||||||||