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

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesContribution
Direct Known Subclasses:
AesContributionDetail

public class AesContribution
extends Object

Java class for AesContribution complex type.

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

 <complexType name="AesContribution">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="baseUri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="processGroup" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="tenantContextId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="state" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesContributionState"/>
         <element name="manifest" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesSCAManifest"/>
         <element name="deploymentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="deployerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String baseUri
           
protected  String deployerId
           
protected  XMLGregorianCalendar deploymentDate
           
protected  String description
           
protected  int id
           
protected  XMLGregorianCalendar lastModified
           
protected  AesSCAManifest manifest
           
protected  String processGroup
           
protected  AesContributionState state
           
protected  String tenantContextId
           
protected  String version
           
 
Constructor Summary
AesContribution()
           
 
Method Summary
 String getBaseUri()
          Gets the value of the baseUri property.
 String getDeployerId()
          Gets the value of the deployerId property.
 XMLGregorianCalendar getDeploymentDate()
          Gets the value of the deploymentDate property.
 String getDescription()
          Gets the value of the description property.
 int getId()
          Gets the value of the id property.
 XMLGregorianCalendar getLastModified()
          Gets the value of the lastModified property.
 AesSCAManifest getManifest()
          Gets the value of the manifest property.
 String getProcessGroup()
          Gets the value of the processGroup property.
 AesContributionState getState()
          Gets the value of the state property.
 String getTenantContextId()
          Gets the value of the tenantContextId property.
 String getVersion()
          Gets the value of the version property.
 void setBaseUri(String value)
          Sets the value of the baseUri property.
 void setDeployerId(String value)
          Sets the value of the deployerId property.
 void setDeploymentDate(XMLGregorianCalendar value)
          Sets the value of the deploymentDate property.
 void setDescription(String value)
          Sets the value of the description property.
 void setId(int value)
          Sets the value of the id property.
 void setLastModified(XMLGregorianCalendar value)
          Sets the value of the lastModified property.
 void setManifest(AesSCAManifest value)
          Sets the value of the manifest property.
 void setProcessGroup(String value)
          Sets the value of the processGroup property.
 void setState(AesContributionState value)
          Sets the value of the state property.
 void setTenantContextId(String value)
          Sets the value of the tenantContextId property.
 void setVersion(String 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

baseUri

protected String baseUri

version

protected String version

description

protected String description

processGroup

protected String processGroup

tenantContextId

protected String tenantContextId

state

protected AesContributionState state

manifest

protected AesSCAManifest manifest

deploymentDate

protected XMLGregorianCalendar deploymentDate

lastModified

protected XMLGregorianCalendar lastModified

deployerId

protected String deployerId
Constructor Detail

AesContribution

public AesContribution()
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.


getBaseUri

public String getBaseUri()
Gets the value of the baseUri property.

Returns:
possible object is String

setBaseUri

public void setBaseUri(String value)
Sets the value of the baseUri property.

Parameters:
value - allowed object is String

getVersion

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

Returns:
possible object is String

setVersion

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

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

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

getState

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

Returns:
possible object is AesContributionState

setState

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

Parameters:
value - allowed object is AesContributionState

getManifest

public AesSCAManifest getManifest()
Gets the value of the manifest property.

Returns:
possible object is AesSCAManifest

setManifest

public void setManifest(AesSCAManifest value)
Sets the value of the manifest property.

Parameters:
value - allowed object is AesSCAManifest

getDeploymentDate

public XMLGregorianCalendar getDeploymentDate()
Gets the value of the deploymentDate property.

Returns:
possible object is XMLGregorianCalendar

setDeploymentDate

public void setDeploymentDate(XMLGregorianCalendar value)
Sets the value of the deploymentDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getLastModified

public XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.

Returns:
possible object is XMLGregorianCalendar

setLastModified

public void setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDeployerId

public String getDeployerId()
Gets the value of the deployerId property.

Returns:
possible object is String

setDeployerId

public void setDeployerId(String value)
Sets the value of the deployerId property.

Parameters:
value - allowed object is String


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