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

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

public class AesStringResponseType
extends Object

Java class for AesStringResponseType complex type.

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

 <complexType name="AesStringResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="response" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String response
           
 
Constructor Summary
AesStringResponseType()
           
 
Method Summary
 String getResponse()
          Gets the value of the response property.
 void setResponse(String value)
          Sets the value of the response property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

response

protected String response
Constructor Detail

AesStringResponseType

public AesStringResponseType()
Method Detail

getResponse

public String getResponse()
Gets the value of the response property.

Returns:
possible object is String

setResponse

public void setResponse(String value)
Sets the value of the response property.

Parameters:
value - allowed object is String


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