com.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes
Class AesTenantKey
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tenantContextId
protected String tenantContextId
AesTenantKey
public AesTenantKey()
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.