public class Key extends Object
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://plasma.org/metamodel}KeyType" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Key() |
| Modifier and Type | Method and Description |
|---|---|
KeyType |
getType()
Gets the value of the type property.
|
void |
setType(KeyType value)
Sets the value of the type property.
|
protected KeyType type
Copyright © 2017. All rights reserved.