Class Result


  • public class Result
    extends 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="errno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="keyType" type="{urn:uddi-org:api_v2}keyType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • errInfo

        protected ErrInfo errInfo
      • errno

        protected int errno
      • keyType

        protected KeyType keyType
    • 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
      • getErrno

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

        public void setErrno​(int value)
        Sets the value of the errno property.
      • 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