com.ibm.ram.internal.jaxb
Class PolicyResultDetail

java.lang.Object
  extended by com.ibm.ram.internal.jaxb.PolicyResultDetail

public class PolicyResultDetail
extends java.lang.Object

Java class for PolicyResultDetail complex type.

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

 <complexType name="PolicyResultDetail">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="returnCode" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}PolicyReturnCode" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String message
           
protected  PolicyReturnCode returnCode
           
 
Constructor Summary
PolicyResultDetail()
           
 
Method Summary
 java.lang.String getMessage()
          Gets the value of the message property.
 PolicyReturnCode getReturnCode()
          Gets the value of the returnCode property.
 void setMessage(java.lang.String value)
          Sets the value of the message property.
 void setReturnCode(PolicyReturnCode value)
          Sets the value of the returnCode property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

protected java.lang.String message

returnCode

protected PolicyReturnCode returnCode
Constructor Detail

PolicyResultDetail

public PolicyResultDetail()
Method Detail

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getReturnCode

public PolicyReturnCode getReturnCode()
Gets the value of the returnCode property.

Returns:
possible object is PolicyReturnCode

setReturnCode

public void setReturnCode(PolicyReturnCode value)
Sets the value of the returnCode property.

Parameters:
value - allowed object is PolicyReturnCode