com.ibm.ram.internal.jaxb
Class CustomReturnCode

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

public class CustomReturnCode
extends java.lang.Object

Java class for CustomReturnCode complex type.

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

 <complexType name="CustomReturnCode">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.lang.String identifier
           
 
Constructor Summary
CustomReturnCode()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getIdentifier()
          Gets the value of the identifier property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setIdentifier(java.lang.String value)
          Sets the value of the identifier property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

identifier

protected java.lang.String identifier
Constructor Detail

CustomReturnCode

public CustomReturnCode()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getIdentifier

public java.lang.String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(java.lang.String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object