org.plasma.provisioning
Class Key

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

public class Key
extends java.lang.Object

This stereotype tags or annotates a UML property as representing some type of key within a data store, data transfer or transient storage medium.

Java class for Key complex type.

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

 <complexType name="Key">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="type" use="required" type="{http://www.servicelabs.org/plasma/provisioning}KeyType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  KeyType type
           
 
Constructor Summary
Key()
           
 
Method Summary
 KeyType getType()
          Gets the value of the type property.
 void setType(KeyType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected KeyType type
Constructor Detail

Key

public Key()
Method Detail

getType

public KeyType getType()
Gets the value of the type property.

Returns:
possible object is KeyType

setType

public void setType(KeyType value)
Sets the value of the type property.

Parameters:
value - allowed object is KeyType


Copyright © 2013. All Rights Reserved.