org.plasma.provisioning
Class Key
java.lang.Object
org.plasma.provisioning.Key
public class Key
- extends 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>
|
Constructor Summary |
Key()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected KeyType type
Key
public Key()
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.