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

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

public class AesDeleteURN
extends Object

Java class for AesDeleteURN complex type.

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

 <complexType name="AesDeleteURN">
   <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" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String tenantContextId
           
protected  List<String> urn
           
 
Constructor Summary
AesDeleteURN()
           
 
Method Summary
 String getTenantContextId()
          Gets the value of the tenantContextId property.
 List<String> getURN()
          Gets the value of the urn 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

urn

protected List<String> urn
Constructor Detail

AesDeleteURN

public AesDeleteURN()
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 List<String> getURN()
Gets the value of the urn property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the urn property.

For example, to add a new item, do as follows:

    getURN().add(newItem);
 

Objects of the following type(s) are allowed in the list String



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