org.apache.ws.scout.model.uddi.v2
Class Result

java.lang.Object
  extended by org.apache.ws.scout.model.uddi.v2.Result

public class Result
extends java.lang.Object

Java class for result complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="result">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:api_v2}errInfo" minOccurs="0"/>
       </sequence>
       <attribute name="keyType" type="{urn:uddi-org:api_v2}keyType" />
       <attribute name="errno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ErrInfo errInfo
           
protected  int errno
           
protected  KeyType keyType
           
 
Constructor Summary
Result()
           
 
Method Summary
 ErrInfo getErrInfo()
          Gets the value of the errInfo property.
 int getErrno()
          Gets the value of the errno property.
 KeyType getKeyType()
          Gets the value of the keyType property.
 void setErrInfo(ErrInfo value)
          Sets the value of the errInfo property.
 void setErrno(int value)
          Sets the value of the errno property.
 void setKeyType(KeyType value)
          Sets the value of the keyType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errInfo

protected ErrInfo errInfo

keyType

protected KeyType keyType

errno

protected int errno
Constructor Detail

Result

public Result()
Method Detail

getErrInfo

public ErrInfo getErrInfo()
Gets the value of the errInfo property.

Returns:
possible object is ErrInfo

setErrInfo

public void setErrInfo(ErrInfo value)
Sets the value of the errInfo property.

Parameters:
value - allowed object is ErrInfo

getKeyType

public KeyType getKeyType()
Gets the value of the keyType property.

Returns:
possible object is KeyType

setKeyType

public void setKeyType(KeyType value)
Sets the value of the keyType property.

Parameters:
value - allowed object is KeyType

getErrno

public int getErrno()
Gets the value of the errno property.


setErrno

public void setErrno(int value)
Sets the value of the errno property.



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.