|
||||||||||
| 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.engineapitypes.AesDeployedPlan
public class AesDeployedPlan
Java class for AesDeployedPlan complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AesDeployedPlan">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="processGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tenantContextId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="state" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesPlanState"/>
<element name="processRetentionSeconds" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="persistenceType" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesPersistenceType"/>
<element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
expirationDate
|
protected int |
id
|
protected QName |
name
|
protected AesPersistenceType |
persistenceType
|
protected String |
processGroup
|
protected int |
processRetentionSeconds
|
protected AesPlanState |
state
|
protected String |
tenantContextId
|
protected float |
version
|
| Constructor Summary | |
|---|---|
AesDeployedPlan()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getExpirationDate()
Gets the value of the expirationDate property. |
int |
getId()
Gets the value of the id property. |
QName |
getName()
Gets the value of the name property. |
AesPersistenceType |
getPersistenceType()
Gets the value of the persistenceType property. |
String |
getProcessGroup()
Gets the value of the processGroup property. |
int |
getProcessRetentionSeconds()
Gets the value of the processRetentionSeconds property. |
AesPlanState |
getState()
Gets the value of the state property. |
String |
getTenantContextId()
Gets the value of the tenantContextId property. |
float |
getVersion()
Gets the value of the version property. |
void |
setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property. |
void |
setId(int value)
Sets the value of the id property. |
void |
setName(QName value)
Sets the value of the name property. |
void |
setPersistenceType(AesPersistenceType value)
Sets the value of the persistenceType property. |
void |
setProcessGroup(String value)
Sets the value of the processGroup property. |
void |
setProcessRetentionSeconds(int value)
Sets the value of the processRetentionSeconds property. |
void |
setState(AesPlanState value)
Sets the value of the state property. |
void |
setTenantContextId(String value)
Sets the value of the tenantContextId property. |
void |
setVersion(float value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int id
protected QName name
protected String processGroup
protected String tenantContextId
protected float version
protected AesPlanState state
protected int processRetentionSeconds
protected AesPersistenceType persistenceType
protected XMLGregorianCalendar expirationDate
| Constructor Detail |
|---|
public AesDeployedPlan()
| Method Detail |
|---|
public int getId()
public void setId(int value)
public QName getName()
QNamepublic void setName(QName value)
value - allowed object is
QNamepublic String getProcessGroup()
Stringpublic void setProcessGroup(String value)
value - allowed object is
Stringpublic String getTenantContextId()
Stringpublic void setTenantContextId(String value)
value - allowed object is
Stringpublic float getVersion()
public void setVersion(float value)
public AesPlanState getState()
AesPlanStatepublic void setState(AesPlanState value)
value - allowed object is
AesPlanStatepublic int getProcessRetentionSeconds()
public void setProcessRetentionSeconds(int value)
public AesPersistenceType getPersistenceType()
AesPersistenceTypepublic void setPersistenceType(AesPersistenceType value)
value - allowed object is
AesPersistenceTypepublic XMLGregorianCalendar getExpirationDate()
XMLGregorianCalendarpublic void setExpirationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||