org.plasma.provisioning
Class Type

java.lang.Object
  extended by org.plasma.provisioning.Element
      extended by org.plasma.provisioning.NamedElement
          extended by org.plasma.provisioning.Type
Direct Known Subclasses:
Class, Enumeration

public abstract class Type
extends NamedElement

A type abstraction used for both datatypes, classes, enumerations etc..

Java class for Type complex type.

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

 <complexType name="Type">
   <complexContent>
     <extension base="{http://www.servicelabs.org/plasma/provisioning}NamedElement">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.plasma.provisioning.NamedElement
alias, derivation, name
 
Fields inherited from class org.plasma.provisioning.Element
id
 
Constructor Summary
Type()
           
 
Method Summary
 
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
 

Constructor Detail

Type

public Type()


Copyright © 2013. All rights reserved.