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

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

public class AesCatalogDetail
extends AesCatalogEntry

Java class for AesCatalogDetail complex type.

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

 <complexType name="AesCatalogDetail">
   <complexContent>
     <extension base="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesCatalogEntry">
       <sequence>
         <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  byte[] content
           
 
Fields inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesCatalogEntry
contentType, description, lastModified, location, name, namespace, processGroup, state, tenantContextId, typeUri, version
 
Constructor Summary
AesCatalogDetail()
           
 
Method Summary
 byte[] getContent()
          Gets the value of the content property.
 void setContent(byte[] value)
          Sets the value of the content property.
 
Methods inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesCatalogEntry
getContentType, getDescription, getLastModified, getLocation, getName, getNamespace, getProcessGroup, getState, getTenantContextId, getTypeUri, getVersion, setContentType, setDescription, setLastModified, setLocation, setName, setNamespace, setProcessGroup, setState, setTenantContextId, setTypeUri, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected byte[] content
Constructor Detail

AesCatalogDetail

public AesCatalogDetail()
Method Detail

getContent

public byte[] getContent()
Gets the value of the content property.

Returns:
possible object is byte[]

setContent

public void setContent(byte[] value)
Sets the value of the content property.

Parameters:
value - allowed object is byte[]


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