org.plasma.provisioning
Class EnumerationAppInfo

java.lang.Object
  extended by org.plasma.provisioning.Element
      extended by org.plasma.provisioning.NamedElement
          extended by org.plasma.provisioning.EnumerationAppInfo

public class EnumerationAppInfo
extends NamedElement

Application specific provisioning information for an enumeration element

Java class for EnumerationAppInfo complex type.

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

 <complexType name="EnumerationAppInfo">
   <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  String uri
           
 
Fields inherited from class org.plasma.provisioning.NamedElement
alias, derivation, name
 
Fields inherited from class org.plasma.provisioning.Element
id
 
Constructor Summary
EnumerationAppInfo()
           
 
Method Summary
 String getUri()
          Gets the value of the uri property.
 void setUri(String value)
          Sets the value of the uri property.
 
Methods inherited from class org.plasma.provisioning.NamedElement
getAlias, getDerivation, getName, setAlias, setDerivation, setName
 
Methods inherited from class org.plasma.provisioning.Element
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

protected String uri
Constructor Detail

EnumerationAppInfo

public EnumerationAppInfo()
Method Detail

getUri

public String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.