org.mule.example.employee
Class AddEmployee

java.lang.Object
  extended by org.mule.example.employee.AddEmployee

public class AddEmployee
extends Object

Java class for addEmployee complex type.

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

 <complexType name="addEmployee">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="employee" type="{http://employee.example.mule.org/}employee" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Employee employee
           
 
Constructor Summary
AddEmployee()
           
 
Method Summary
 Employee getEmployee()
          Gets the value of the employee property.
 void setEmployee(Employee value)
          Sets the value of the employee property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

employee

protected Employee employee
Constructor Detail

AddEmployee

public AddEmployee()
Method Detail

getEmployee

public Employee getEmployee()
Gets the value of the employee property.

Returns:
possible object is Employee

setEmployee

public void setEmployee(Employee value)
Sets the value of the employee property.

Parameters:
value - allowed object is Employee


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.