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

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesCatalogEntry
Direct Known Subclasses:
AesCatalogDetail

public class AesCatalogEntry
extends Object

Java class for AesCatalogEntry complex type.

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

 <complexType name="AesCatalogEntry">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="processGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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}AesCatalogState"/>
         <element name="typeUri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String contentType
           
protected  String description
           
protected  XMLGregorianCalendar lastModified
           
protected  String location
           
protected  String name
           
protected  String namespace
           
protected  String processGroup
           
protected  AesCatalogState state
           
protected  String tenantContextId
           
protected  String typeUri
           
protected  String version
           
 
Constructor Summary
AesCatalogEntry()
           
 
Method Summary
 String getContentType()
          Gets the value of the contentType property.
 String getDescription()
          Gets the value of the description property.
 XMLGregorianCalendar getLastModified()
          Gets the value of the lastModified property.
 String getLocation()
          Gets the value of the location property.
 String getName()
          Gets the value of the name property.
 String getNamespace()
          Gets the value of the namespace property.
 String getProcessGroup()
          Gets the value of the processGroup property.
 AesCatalogState getState()
          Gets the value of the state property.
 String getTenantContextId()
          Gets the value of the tenantContextId property.
 String getTypeUri()
          Gets the value of the typeUri property.
 String getVersion()
          Gets the value of the version property.
 void setContentType(String value)
          Sets the value of the contentType property.
 void setDescription(String value)
          Sets the value of the description property.
 void setLastModified(XMLGregorianCalendar value)
          Sets the value of the lastModified property.
 void setLocation(String value)
          Sets the value of the location property.
 void setName(String value)
          Sets the value of the name property.
 void setNamespace(String value)
          Sets the value of the namespace property.
 void setProcessGroup(String value)
          Sets the value of the processGroup property.
 void setState(AesCatalogState value)
          Sets the value of the state property.
 void setTenantContextId(String value)
          Sets the value of the tenantContextId property.
 void setTypeUri(String value)
          Sets the value of the typeUri 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

name

protected String name

location

protected String location

version

protected String version

namespace

protected String namespace

description

protected String description

processGroup

protected String processGroup

tenantContextId

protected String tenantContextId

state

protected AesCatalogState state

typeUri

protected String typeUri

contentType

protected String contentType

lastModified

protected XMLGregorianCalendar lastModified
Constructor Detail

AesCatalogEntry

public AesCatalogEntry()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

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

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

getNamespace

public String getNamespace()
Gets the value of the namespace property.

Returns:
possible object is String

setNamespace

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

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

getTenantContextId

public String getTenantContextId()
Gets the value of the tenantContextId property.

Returns:
possible object is String

setTenantContextId

public void setTenantContextId(String value)
Sets the value of the tenantContextId property.

Parameters:
value - allowed object is String

getState

public AesCatalogState getState()
Gets the value of the state property.

Returns:
possible object is AesCatalogState

setState

public void setState(AesCatalogState value)
Sets the value of the state property.

Parameters:
value - allowed object is AesCatalogState

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

getLastModified

public XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.

Returns:
possible object is XMLGregorianCalendar

setLastModified

public void setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.

Parameters:
value - allowed object is XMLGregorianCalendar


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