com.active_endpoints.schemas.engineapi._2010._05.engineapitypes
Class AesDeployedPlan

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesDeployedPlan

public class AesDeployedPlan
extends Object

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

id

protected int id

name

protected QName name

processGroup

protected String processGroup

tenantContextId

protected String tenantContextId

version

protected float version

state

protected AesPlanState state

processRetentionSeconds

protected int processRetentionSeconds

persistenceType

protected AesPersistenceType persistenceType

expirationDate

protected XMLGregorianCalendar expirationDate
Constructor Detail

AesDeployedPlan

public AesDeployedPlan()
Method Detail

getId

public int getId()
Gets the value of the id property.


setId

public void setId(int value)
Sets the value of the id property.


getName

public QName getName()
Gets the value of the name property.

Returns:
possible object is QName

setName

public void setName(QName value)
Sets the value of the name property.

Parameters:
value - allowed object is QName

getProcessGroup

public String getProcessGroup()
Gets the value of the processGroup property.

Returns:
possible object is String

setProcessGroup

public void setProcessGroup(String value)
Sets the value of the processGroup property.

Parameters:
value - allowed object is String

getTenantContextId

public String getTenantContextId()
Gets the value of the tenantContextId property.

Returns:
possible object is String

setTenantContextId

public void setTenantContextId(String value)
Sets the value of the tenantContextId property.

Parameters:
value - allowed object is String

getVersion

public float getVersion()
Gets the value of the version property.


setVersion

public void setVersion(float value)
Sets the value of the version property.


getState

public AesPlanState getState()
Gets the value of the state property.

Returns:
possible object is AesPlanState

setState

public void setState(AesPlanState value)
Sets the value of the state property.

Parameters:
value - allowed object is AesPlanState

getProcessRetentionSeconds

public int getProcessRetentionSeconds()
Gets the value of the processRetentionSeconds property.


setProcessRetentionSeconds

public void setProcessRetentionSeconds(int value)
Sets the value of the processRetentionSeconds property.


getPersistenceType

public AesPersistenceType getPersistenceType()
Gets the value of the persistenceType property.

Returns:
possible object is AesPersistenceType

setPersistenceType

public void setPersistenceType(AesPersistenceType value)
Sets the value of the persistenceType property.

Parameters:
value - allowed object is AesPersistenceType

getExpirationDate

public XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.

Returns:
possible object is XMLGregorianCalendar

setExpirationDate

public void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.

Parameters:
value - allowed object is XMLGregorianCalendar


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