java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.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>
 
  • Field Details

  • Constructor Details

    • ResultCode

      public ResultCode()
  • Method Details

    • getCode

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

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

      public LDAPResultCode getDescr()
      Gets the value of the descr property.
      Returns:
      possible object is LDAPResultCode
    • setDescr

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