|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.builtintypes.DiagnosticInfo
public class DiagnosticInfo
DiagnosticInfo class.
| Field Summary | |
|---|---|
static NodeId |
ID
Constant ID |
| Constructor Summary | |
|---|---|
DiagnosticInfo()
Constructor for DiagnosticInfo. |
|
DiagnosticInfo(String additionalInfo,
DiagnosticInfo innerDiagnosticInfo,
StatusCode innerStatusCode,
Integer locale,
Integer localizedText,
Integer namespaceUri,
Integer symbolicId)
Constructor for DiagnosticInfo. |
|
DiagnosticInfo(String additionalInfo,
DiagnosticInfo innerDiagnosticInfo,
StatusCode innerStatusCode,
String locale,
String localizedText,
String namespaceUri,
String symbolicId,
List<String> stringTable)
Constructor for DiagnosticInfo. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAdditionalInfo()
Getter for the field additionalInfo. |
DiagnosticInfo |
getInnerDiagnosticInfo()
Getter for the field innerDiagnosticInfo. |
StatusCode |
getInnerStatusCode()
Getter for the field innerStatusCode. |
Integer |
getLocale()
Getter for the field locale. |
String |
getLocaleStr()
getLocaleStr. |
Integer |
getLocalizedText()
Getter for the field localizedText. |
String |
getLocalizedTextStr()
getLocalizedTextStr. |
Integer |
getNamespaceUri()
Getter for the field namespaceUri. |
String |
getNamespaceUriStr()
getNamespaceUriStr. |
List<String> |
getStringTable()
Getter for the field stringTable. |
Integer |
getSymbolicId()
Getter for the field symbolicId. |
String |
getSymbolicIdStr()
getSymbolicIdStr. |
int |
hashCode()
|
void |
setAdditionalInfo(String additionalInfo)
Setter for the field additionalInfo. |
void |
setInnerDiagnosticInfo(DiagnosticInfo innerDiagnosticInfo)
Setter for the field innerDiagnosticInfo. |
void |
setInnerStatusCode(StatusCode innerStatusCode)
Setter for the field innerStatusCode. |
void |
setLocale(Integer locale)
Setter for the field locale. |
void |
setLocaleStr(String locale)
setLocaleStr. |
void |
setLocalizedText(Integer localizedText)
Setter for the field localizedText. |
void |
setLocalizedTextStr(String localizedText)
setLocalizedTextStr. |
void |
setNamespaceUri(Integer namespaceUri)
Setter for the field namespaceUri. |
void |
setNamespaceUriStr(String namespaceUri)
setNamespaceUriStr. |
void |
setStringArray(String[] array)
Setter for the field stringArray. |
void |
setStringTable(List<String> stringTable)
Setter for the field stringTable. |
void |
setSymbolicId(Integer symbolicId)
Setter for the field symbolicId. |
void |
setSymbolicIdStr(String symbolicId)
setSymbolicIdStr. |
String |
toString()
|
static void |
toString(DiagnosticInfo di,
StringBuilder sb,
boolean omitLocalizedTextField,
boolean omitStatusCode,
boolean innerInfo)
toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final NodeId ID
ID
| Constructor Detail |
|---|
public DiagnosticInfo()
Constructor for DiagnosticInfo.
public DiagnosticInfo(String additionalInfo,
DiagnosticInfo innerDiagnosticInfo,
StatusCode innerStatusCode,
Integer locale,
Integer localizedText,
Integer namespaceUri,
Integer symbolicId)
Constructor for DiagnosticInfo.
additionalInfo - a String object.innerDiagnosticInfo - a DiagnosticInfo object.innerStatusCode - a StatusCode object.locale - a Integer object.localizedText - a Integer object.namespaceUri - a Integer object.symbolicId - a Integer object.
public DiagnosticInfo(String additionalInfo,
DiagnosticInfo innerDiagnosticInfo,
StatusCode innerStatusCode,
String locale,
String localizedText,
String namespaceUri,
String symbolicId,
List<String> stringTable)
Constructor for DiagnosticInfo.
additionalInfo - a String object.innerDiagnosticInfo - a DiagnosticInfo object.innerStatusCode - a StatusCode object.locale - a String object.localizedText - a String object.namespaceUri - a String object.symbolicId - a String object.stringTable - a List object.| Method Detail |
|---|
public void setStringArray(String[] array)
Setter for the field stringArray.
array - an array of String objects.public void setStringTable(List<String> stringTable)
Setter for the field stringTable.
stringTable - a List object.public List<String> getStringTable()
Getter for the field stringTable.
List object.public Integer getSymbolicId()
Getter for the field symbolicId.
Integer object.public void setSymbolicId(Integer symbolicId)
Setter for the field symbolicId.
symbolicId - a Integer object.public String getSymbolicIdStr()
getSymbolicIdStr.
String object.public void setSymbolicIdStr(String symbolicId)
setSymbolicIdStr.
symbolicId - a String object.public String getNamespaceUriStr()
getNamespaceUriStr.
String object.public void setNamespaceUriStr(String namespaceUri)
setNamespaceUriStr.
namespaceUri - a String object.public Integer getNamespaceUri()
Getter for the field namespaceUri.
Integer object.public void setNamespaceUri(Integer namespaceUri)
Setter for the field namespaceUri.
namespaceUri - a Integer object.public String getLocalizedTextStr()
getLocalizedTextStr.
String object.public void setLocalizedTextStr(String localizedText)
setLocalizedTextStr.
localizedText - a String object.public Integer getLocalizedText()
Getter for the field localizedText.
Integer object.public void setLocalizedText(Integer localizedText)
Setter for the field localizedText.
localizedText - a Integer object.public Integer getLocale()
Getter for the field locale.
Integer object.public void setLocale(Integer locale)
Setter for the field locale.
locale - a Integer object.public String getLocaleStr()
getLocaleStr.
String object.public void setLocaleStr(String locale)
setLocaleStr.
locale - a String object.public String getAdditionalInfo()
Getter for the field additionalInfo.
String object.public void setAdditionalInfo(String additionalInfo)
Setter for the field additionalInfo.
additionalInfo - a String object.public StatusCode getInnerStatusCode()
Getter for the field innerStatusCode.
StatusCode object.public void setInnerStatusCode(StatusCode innerStatusCode)
Setter for the field innerStatusCode.
innerStatusCode - a StatusCode object.public DiagnosticInfo getInnerDiagnosticInfo()
Getter for the field innerDiagnosticInfo.
DiagnosticInfo object.public void setInnerDiagnosticInfo(DiagnosticInfo innerDiagnosticInfo)
Setter for the field innerDiagnosticInfo.
innerDiagnosticInfo - a DiagnosticInfo object.public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
public static void toString(DiagnosticInfo di,
StringBuilder sb,
boolean omitLocalizedTextField,
boolean omitStatusCode,
boolean innerInfo)
toString.
di - a DiagnosticInfo object.sb - a StringBuilder object.omitLocalizedTextField - a boolean.omitStatusCode - a boolean.innerInfo - a boolean.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||