org.plasma.provisioning
Class Derivation

java.lang.Object
  extended by org.plasma.provisioning.Derivation

public class Derivation
extends Object

This UML stereotype is applied to a consumer UML named-element that is computed from the supplier element.

Java class for Derivation complex type.

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

 <complexType name="Derivation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="classSupplier" type="{http://www.servicelabs.org/plasma/provisioning}ClassRef"/>
         <element name="enumerationSupplier" type="{http://www.servicelabs.org/plasma/provisioning}EnumerationRef"/>
         <element name="propertySupplier" type="{http://www.servicelabs.org/plasma/provisioning}PropertyRef"/>
         <element name="packageSupplier" type="{http://www.servicelabs.org/plasma/provisioning}PackageRef"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ClassRef classSupplier
           
protected  EnumerationRef enumerationSupplier
           
protected  PackageRef packageSupplier
           
protected  PropertyRef propertySupplier
           
 
Constructor Summary
Derivation()
           
 
Method Summary
 ClassRef getClassSupplier()
          Gets the value of the classSupplier property.
 EnumerationRef getEnumerationSupplier()
          Gets the value of the enumerationSupplier property.
 PackageRef getPackageSupplier()
          Gets the value of the packageSupplier property.
 PropertyRef getPropertySupplier()
          Gets the value of the propertySupplier property.
 void setClassSupplier(ClassRef value)
          Sets the value of the classSupplier property.
 void setEnumerationSupplier(EnumerationRef value)
          Sets the value of the enumerationSupplier property.
 void setPackageSupplier(PackageRef value)
          Sets the value of the packageSupplier property.
 void setPropertySupplier(PropertyRef value)
          Sets the value of the propertySupplier property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packageSupplier

protected PackageRef packageSupplier

propertySupplier

protected PropertyRef propertySupplier

enumerationSupplier

protected EnumerationRef enumerationSupplier

classSupplier

protected ClassRef classSupplier
Constructor Detail

Derivation

public Derivation()
Method Detail

getPackageSupplier

public PackageRef getPackageSupplier()
Gets the value of the packageSupplier property.

Returns:
possible object is PackageRef

setPackageSupplier

public void setPackageSupplier(PackageRef value)
Sets the value of the packageSupplier property.

Parameters:
value - allowed object is PackageRef

getPropertySupplier

public PropertyRef getPropertySupplier()
Gets the value of the propertySupplier property.

Returns:
possible object is PropertyRef

setPropertySupplier

public void setPropertySupplier(PropertyRef value)
Sets the value of the propertySupplier property.

Parameters:
value - allowed object is PropertyRef

getEnumerationSupplier

public EnumerationRef getEnumerationSupplier()
Gets the value of the enumerationSupplier property.

Returns:
possible object is EnumerationRef

setEnumerationSupplier

public void setEnumerationSupplier(EnumerationRef value)
Sets the value of the enumerationSupplier property.

Parameters:
value - allowed object is EnumerationRef

getClassSupplier

public ClassRef getClassSupplier()
Gets the value of the classSupplier property.

Returns:
possible object is ClassRef

setClassSupplier

public void setClassSupplier(ClassRef value)
Sets the value of the classSupplier property.

Parameters:
value - allowed object is ClassRef


Copyright © 2014. All rights reserved.