|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesCatalogEntry
public class AesCatalogEntry
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 |
|---|
protected String name
protected String location
protected String version
protected String namespace
protected String description
protected String processGroup
protected String tenantContextId
protected AesCatalogState state
protected String typeUri
protected String contentType
protected XMLGregorianCalendar lastModified
| Constructor Detail |
|---|
public AesCatalogEntry()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getProcessGroup()
Stringpublic void setProcessGroup(String value)
value - allowed object is
Stringpublic String getTenantContextId()
Stringpublic void setTenantContextId(String value)
value - allowed object is
Stringpublic AesCatalogState getState()
AesCatalogStatepublic void setState(AesCatalogState value)
value - allowed object is
AesCatalogStatepublic String getTypeUri()
Stringpublic void setTypeUri(String value)
value - allowed object is
Stringpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||