|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesDeleteContributionType
public class AesDeleteContributionType
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 |
|---|
protected int contributionId
protected boolean deleteProcesses
| Constructor Detail |
|---|
public AesDeleteContributionType()
| Method Detail |
|---|
public int getContributionId()
public void setContributionId(int value)
public boolean isDeleteProcesses()
public void setDeleteProcesses(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||