org.plasma.provisioning
Class ClassAppInfo
java.lang.Object
org.plasma.provisioning.Element
org.plasma.provisioning.NamedElement
org.plasma.provisioning.ClassAppInfo
public class ClassAppInfo
- extends NamedElement
Application specific provisioning information for a class element
Java class for ClassAppInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassAppInfo">
<complexContent>
<extension base="{http://www.servicelabs.org/plasma/provisioning}NamedElement">
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
|
Field Summary |
protected java.lang.String |
uri
|
| Fields inherited from class org.plasma.provisioning.Element |
id |
|
Method Summary |
java.lang.String |
getUri()
Gets the value of the uri property. |
void |
setUri(java.lang.String value)
Sets the value of the uri property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uri
protected java.lang.String uri
ClassAppInfo
public ClassAppInfo()
getUri
public java.lang.String getUri()
- Gets the value of the uri property.
- Returns:
- possible object is
String
setUri
public void setUri(java.lang.String value)
- Sets the value of the uri property.
- Parameters:
value - allowed object is
String
Copyright © 2013. All Rights Reserved.