Class ResultCode
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.ResultCode
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCode()Gets the value of the code property.getDescr()Gets the value of the descr property.voidsetCode(int value) Sets the value of the code property.voidsetDescr(LDAPResultCode value) Sets the value of the descr property.
-
Field Details
-
code
protected int code -
descr
-
-
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
Gets the value of the descr property.- Returns:
- possible object is
LDAPResultCode
-
setDescr
Sets the value of the descr property.- Parameters:
value- allowed object isLDAPResultCode
-