|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.active_endpoints.schemas.activebpeladmin._2007._01.activebpeladmin.AesDeployBprType
public class AesDeployBprType
Java class for AesDeployBprType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AesDeployBprType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bprFilename" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="base64File" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected byte[] |
base64File
|
protected String |
bprFilename
|
| Constructor Summary | |
|---|---|
AesDeployBprType()
|
|
| Method Summary | |
|---|---|
byte[] |
getBase64File()
Gets the value of the base64File property. |
String |
getBprFilename()
Gets the value of the bprFilename property. |
void |
setBase64File(byte[] value)
Sets the value of the base64File property. |
void |
setBprFilename(String value)
Sets the value of the bprFilename property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String bprFilename
protected byte[] base64File
| Constructor Detail |
|---|
public AesDeployBprType()
| Method Detail |
|---|
public String getBprFilename()
Stringpublic void setBprFilename(String value)
value - allowed object is
Stringpublic byte[] getBase64File()
public void setBase64File(byte[] value)
value - allowed object is
byte[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||