Class ResultCode


  • public class ResultCode
    extends Object

    Java class for ResultCode complex type.

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

     <complexType name="ResultCode">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="descr" type="{urn:oasis:names:tc:DSML:2:0:core}LDAPResultCode" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ResultCode

        public ResultCode()
    • Method Detail

      • getCode

        public int getCode()
        Gets the value of the code property.
      • setCode

        public void setCode​(int value)
        Sets the value of the code property.
      • setDescr

        public void setDescr​(LDAPResultCode value)
        Sets the value of the descr property.
        Parameters:
        value - allowed object is LDAPResultCode