com.active_endpoints.schemas.activebpeladmin._2007._01.activebpeladmin
Class AesDeployBprType

java.lang.Object
  extended by com.active_endpoints.schemas.activebpeladmin._2007._01.activebpeladmin.AesDeployBprType

public class AesDeployBprType
extends Object

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

bprFilename

protected String bprFilename

base64File

protected byte[] base64File
Constructor Detail

AesDeployBprType

public AesDeployBprType()
Method Detail

getBprFilename

public String getBprFilename()
Gets the value of the bprFilename property.

Returns:
possible object is String

setBprFilename

public void setBprFilename(String value)
Sets the value of the bprFilename property.

Parameters:
value - allowed object is String

getBase64File

public byte[] getBase64File()
Gets the value of the base64File property.

Returns:
possible object is byte[]

setBase64File

public void setBase64File(byte[] value)
Sets the value of the base64File property.

Parameters:
value - allowed object is byte[]


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