|
||||||||||
| 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.AesContribution
public class AesContribution
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 |
|---|
protected int id
protected String baseUri
protected String version
protected String description
protected String processGroup
protected String tenantContextId
protected AesContributionState state
protected AesSCAManifest manifest
protected XMLGregorianCalendar deploymentDate
protected XMLGregorianCalendar lastModified
protected String deployerId
| Constructor Detail |
|---|
public AesContribution()
| Method Detail |
|---|
public int getId()
public void setId(int value)
public String getBaseUri()
Stringpublic void setBaseUri(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getProcessGroup()
Stringpublic void setProcessGroup(String value)
value - allowed object is
Stringpublic String getTenantContextId()
Stringpublic void setTenantContextId(String value)
value - allowed object is
Stringpublic AesContributionState getState()
AesContributionStatepublic void setState(AesContributionState value)
value - allowed object is
AesContributionStatepublic AesSCAManifest getManifest()
AesSCAManifestpublic void setManifest(AesSCAManifest value)
value - allowed object is
AesSCAManifestpublic XMLGregorianCalendar getDeploymentDate()
XMLGregorianCalendarpublic void setDeploymentDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getDeployerId()
Stringpublic void setDeployerId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||