org.uddi.v3.schema.api
Class Result

java.lang.Object
  extended byorg.uddi.v3.schema.api.Result
All Implemented Interfaces:
java.io.Serializable

public class Result
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Result()
           
 
Method Summary
 ErrInfo getErrInfo()
           
 int getErrno()
           
 KeyType getKeyType()
           
 void setErrInfo(ErrInfo errInfo)
           
 void setErrno(int errno)
           
 void setKeyType(KeyType keyType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result()
Method Detail

getKeyType

public KeyType getKeyType()

setKeyType

public void setKeyType(KeyType keyType)

getErrno

public int getErrno()

setErrno

public void setErrno(int errno)

getErrInfo

public ErrInfo getErrInfo()

setErrInfo

public void setErrInfo(ErrInfo errInfo)