com.active_endpoints.schemas.activebpeladmin._2007._01.activebpeladmin
Class AesStringResponseType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
response
protected String response
AesStringResponseType
public AesStringResponseType()
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.