public class PostLoad
extends java.lang.Object
Java class for post-load complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="post-load">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="method-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
description  | 
protected java.lang.String | 
methodName  | 
| Constructor and Description | 
|---|
PostLoad()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescription()
Gets the value of the description property. 
 | 
java.lang.String | 
getMethodName()
Gets the value of the methodName property. 
 | 
void | 
setDescription(java.lang.String value)
Sets the value of the description property. 
 | 
void | 
setMethodName(java.lang.String value)
Sets the value of the methodName property. 
 | 
protected java.lang.String description
protected java.lang.String methodName
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
              Stringpublic java.lang.String getMethodName()
Stringpublic void setMethodName(java.lang.String value)
value - allowed object is
              String