com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes
Class AesTenantKey

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesTenantKey

public class AesTenantKey
extends Object

Java class for AesTenantKey complex type.

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

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


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

Field Detail

tenantContextId

protected String tenantContextId
Constructor Detail

AesTenantKey

public AesTenantKey()
Method Detail

getTenantContextId

public String getTenantContextId()
Gets the value of the tenantContextId property.

Returns:
possible object is String

setTenantContextId

public void setTenantContextId(String value)
Sets the value of the tenantContextId property.

Parameters:
value - allowed object is String


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