Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

weblogic.uddi.client.structures.datatypes
Class ErrInfo

java.lang.Object
  extended by weblogic.uddi.client.structures.datatypes.TextNode
      extended by weblogic.uddi.client.structures.datatypes.ErrInfo

public class ErrInfo
extends TextNode

The errInfo structure stores the description of an error and its error code. It is returned as part of a result structure in the disposition report.


Field Summary
 
Fields inherited from class weblogic.uddi.client.structures.datatypes.TextNode
value
 
Constructor Summary
ErrInfo()
          Class constructor.
ErrInfo(String code, String value)
          Class constructor.
 
Method Summary
 String getErrCode()
          Gets the value of the error code.
 void setErrCode(String value)
          Sets the value of the error code.
 
Methods inherited from class weblogic.uddi.client.structures.datatypes.TextNode
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrInfo

public ErrInfo()
Class constructor.


ErrInfo

public ErrInfo(String code,
               String value)
Class constructor.

Method Detail

getErrCode

public String getErrCode()
Gets the value of the error code.

Returns:
the current value of the error code.

setErrCode

public void setErrCode(String value)
Sets the value of the error code.

Parameters:
the - current value of the error code.

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04