|
||||||||||
| 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.enginemanagementtypes.AesCatalogInsert
public class AesCatalogInsert
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 |
|---|
protected String location
protected String processGroup
protected String description
protected String typeUri
protected String contentType
protected byte[] content
| Constructor Detail |
|---|
public AesCatalogInsert()
| Method Detail |
|---|
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getProcessGroup()
Stringpublic void setProcessGroup(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getTypeUri()
Stringpublic void setTypeUri(String value)
value - allowed object is
Stringpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic byte[] getContent()
public void setContent(byte[] value)
value - allowed object is
byte[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||