com.active_endpoints.schemas.engineapi._2010._05.engineapitypes
Class AesURNMapping

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesURNMapping

public class AesURNMapping
extends Object

Java class for AesURNMapping complex type.

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

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


Field Summary
protected  String tenantContextId
           
protected  String url
           
protected  String urn
           
 
Constructor Summary
AesURNMapping()
           
 
Method Summary
 String getTenantContextId()
          Gets the value of the tenantContextId property.
 String getURL()
          Gets the value of the url property.
 String getURN()
          Gets the value of the urn property.
 void setTenantContextId(String value)
          Sets the value of the tenantContextId property.
 void setURL(String value)
          Sets the value of the url property.
 void setURN(String value)
          Sets the value of the urn 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

urn

protected String urn

url

protected String url
Constructor Detail

AesURNMapping

public AesURNMapping()
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

getURN

public String getURN()
Gets the value of the urn property.

Returns:
possible object is String

setURN

public void setURN(String value)
Sets the value of the urn property.

Parameters:
value - allowed object is String

getURL

public String getURL()
Gets the value of the url property.

Returns:
possible object is String

setURL

public void setURL(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String


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