com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes
Class AesDeleteContributionType

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesDeleteContributionType

public class AesDeleteContributionType
extends Object

Java class for AesDeleteContributionType complex type.

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

 <complexType name="AesDeleteContributionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="contributionId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="deleteProcesses" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int contributionId
           
protected  boolean deleteProcesses
           
 
Constructor Summary
AesDeleteContributionType()
           
 
Method Summary
 int getContributionId()
          Gets the value of the contributionId property.
 boolean isDeleteProcesses()
          Gets the value of the deleteProcesses property.
 void setContributionId(int value)
          Sets the value of the contributionId property.
 void setDeleteProcesses(boolean value)
          Sets the value of the deleteProcesses property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contributionId

protected int contributionId

deleteProcesses

protected boolean deleteProcesses
Constructor Detail

AesDeleteContributionType

public AesDeleteContributionType()
Method Detail

getContributionId

public int getContributionId()
Gets the value of the contributionId property.


setContributionId

public void setContributionId(int value)
Sets the value of the contributionId property.


isDeleteProcesses

public boolean isDeleteProcesses()
Gets the value of the deleteProcesses property.


setDeleteProcesses

public void setDeleteProcesses(boolean value)
Sets the value of the deleteProcesses property.



Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.