com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes
Class AesCatalogUpdate

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesCatalogInsert
      extended by com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesCatalogUpdate

public class AesCatalogUpdate
extends AesCatalogInsert

Java class for AesCatalogUpdate complex type.

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

 <complexType name="AesCatalogUpdate">
   <complexContent>
     <extension base="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineManagementTypes.xsd}AesCatalogInsert">
       <sequence>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String version
           
 
Fields inherited from class com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesCatalogInsert
content, contentType, description, location, processGroup, typeUri
 
Constructor Summary
AesCatalogUpdate()
           
 
Method Summary
 String getVersion()
          Gets the value of the version property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesCatalogInsert
getContent, getContentType, getDescription, getLocation, getProcessGroup, getTypeUri, setContent, setContentType, setDescription, setLocation, setProcessGroup, setTypeUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

protected String version
Constructor Detail

AesCatalogUpdate

public AesCatalogUpdate()
Method Detail

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


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