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

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesCatalogInsert
Direct Known Subclasses:
AesCatalogUpdate

public class AesCatalogInsert
extends Object

Java class for AesCatalogInsert complex type.

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

 <complexType name="AesCatalogInsert">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="processGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="typeUri" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  byte[] content
           
protected  String contentType
           
protected  String description
           
protected  String location
           
protected  String processGroup
           
protected  String typeUri
           
 
Constructor Summary
AesCatalogInsert()
           
 
Method Summary
 byte[] getContent()
          Gets the value of the content property.
 String getContentType()
          Gets the value of the contentType property.
 String getDescription()
          Gets the value of the description property.
 String getLocation()
          Gets the value of the location property.
 String getProcessGroup()
          Gets the value of the processGroup property.
 String getTypeUri()
          Gets the value of the typeUri property.
 void setContent(byte[] value)
          Sets the value of the content property.
 void setContentType(String value)
          Sets the value of the contentType property.
 void setDescription(String value)
          Sets the value of the description property.
 void setLocation(String value)
          Sets the value of the location property.
 void setProcessGroup(String value)
          Sets the value of the processGroup property.
 void setTypeUri(String value)
          Sets the value of the typeUri property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected String location

processGroup

protected String processGroup

description

protected String description

typeUri

protected String typeUri

contentType

protected String contentType

content

protected byte[] content
Constructor Detail

AesCatalogInsert

public AesCatalogInsert()
Method Detail

getLocation

public String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(String value)
Sets the value of the location 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

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

getTypeUri

public String getTypeUri()
Gets the value of the typeUri property.

Returns:
possible object is String

setTypeUri

public void setTypeUri(String value)
Sets the value of the typeUri property.

Parameters:
value - allowed object is String

getContentType

public String getContentType()
Gets the value of the contentType property.

Returns:
possible object is String

setContentType

public void setContentType(String value)
Sets the value of the contentType property.

Parameters:
value - allowed object is String

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.