Class ResultCode
- 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 Summary
Fields Modifier and Type Field Description protected int
code
protected LDAPResultCode
descr
-
Constructor Summary
Constructors Constructor Description ResultCode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
Gets the value of the code property.LDAPResultCode
getDescr()
Gets the value of the descr property.void
setCode(int value)
Sets the value of the code property.void
setDescr(LDAPResultCode value)
Sets the value of the descr property.
-
-
-
Field Detail
-
code
protected int code
-
descr
protected LDAPResultCode descr
-
-
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.
-
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 isLDAPResultCode
-
-