|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.active_endpoints.schemas.engineapi._2010._05.enginemanagementtypes.AesDeleteURN
public class AesDeleteURN
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 |
|---|
protected String tenantContextId
protected List<String> urn
| Constructor Detail |
|---|
public AesDeleteURN()
| Method Detail |
|---|
public String getTenantContextId()
Stringpublic void setTenantContextId(String value)
value - allowed object is
Stringpublic List<String> getURN()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||