org.plasma.provisioning
Class TypeRef

java.lang.Object
  extended by org.plasma.provisioning.Element
      extended by org.plasma.provisioning.NamedElement
          extended by org.plasma.provisioning.TypeRef
Direct Known Subclasses:
ClassRef, DataTypeRef, EnumerationRef

public abstract class TypeRef
extends NamedElement

A reference to a type abstraction used for both datatypes and classes

Java class for TypeRef complex type.

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

 <complexType name="TypeRef">
   <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
TypeRef()
           
 
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

TypeRef

public TypeRef()
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 © 2014. All rights reserved.