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

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

public class AesContributionDetail
extends AesContribution

Java class for AesContributionDetail complex type.

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

 <complexType name="AesContributionDetail">
   <complexContent>
     <extension base="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesContribution">
       <sequence>
         <element name="plans" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesPlans"/>
         <element name="catalogEntries" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesCatalogEntries"/>
         <element name="namespaceImports" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesNamespaceImports"/>
         <element name="namespaceExports" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesNamespaceExports"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AesCatalogEntries catalogEntries
           
protected  AesNamespaceExports namespaceExports
           
protected  AesNamespaceImports namespaceImports
           
protected  AesPlans plans
           
 
Fields inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesContribution
baseUri, deployerId, deploymentDate, description, id, lastModified, manifest, processGroup, state, tenantContextId, version
 
Constructor Summary
AesContributionDetail()
           
 
Method Summary
 AesCatalogEntries getCatalogEntries()
          Gets the value of the catalogEntries property.
 AesNamespaceExports getNamespaceExports()
          Gets the value of the namespaceExports property.
 AesNamespaceImports getNamespaceImports()
          Gets the value of the namespaceImports property.
 AesPlans getPlans()
          Gets the value of the plans property.
 void setCatalogEntries(AesCatalogEntries value)
          Sets the value of the catalogEntries property.
 void setNamespaceExports(AesNamespaceExports value)
          Sets the value of the namespaceExports property.
 void setNamespaceImports(AesNamespaceImports value)
          Sets the value of the namespaceImports property.
 void setPlans(AesPlans value)
          Sets the value of the plans property.
 
Methods inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesContribution
getBaseUri, getDeployerId, getDeploymentDate, getDescription, getId, getLastModified, getManifest, getProcessGroup, getState, getTenantContextId, getVersion, setBaseUri, setDeployerId, setDeploymentDate, setDescription, setId, setLastModified, setManifest, setProcessGroup, setState, setTenantContextId, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plans

protected AesPlans plans

catalogEntries

protected AesCatalogEntries catalogEntries

namespaceImports

protected AesNamespaceImports namespaceImports

namespaceExports

protected AesNamespaceExports namespaceExports
Constructor Detail

AesContributionDetail

public AesContributionDetail()
Method Detail

getPlans

public AesPlans getPlans()
Gets the value of the plans property.

Returns:
possible object is AesPlans

setPlans

public void setPlans(AesPlans value)
Sets the value of the plans property.

Parameters:
value - allowed object is AesPlans

getCatalogEntries

public AesCatalogEntries getCatalogEntries()
Gets the value of the catalogEntries property.

Returns:
possible object is AesCatalogEntries

setCatalogEntries

public void setCatalogEntries(AesCatalogEntries value)
Sets the value of the catalogEntries property.

Parameters:
value - allowed object is AesCatalogEntries

getNamespaceImports

public AesNamespaceImports getNamespaceImports()
Gets the value of the namespaceImports property.

Returns:
possible object is AesNamespaceImports

setNamespaceImports

public void setNamespaceImports(AesNamespaceImports value)
Sets the value of the namespaceImports property.

Parameters:
value - allowed object is AesNamespaceImports

getNamespaceExports

public AesNamespaceExports getNamespaceExports()
Gets the value of the namespaceExports property.

Returns:
possible object is AesNamespaceExports

setNamespaceExports

public void setNamespaceExports(AesNamespaceExports value)
Sets the value of the namespaceExports property.

Parameters:
value - allowed object is AesNamespaceExports


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