public class KeyStorageType extends Object
Java class for KeyStorageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyStorageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="medium" use="required" type="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}mediumType"
/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MediumType |
medium |
| Constructor and Description |
|---|
KeyStorageType() |
| Modifier and Type | Method and Description |
|---|---|
MediumType |
getMedium()
Gets the value of the medium property.
|
void |
setMedium(MediumType value)
Sets the value of the medium property.
|
protected MediumType medium
public MediumType getMedium()
MediumTypepublic void setMedium(MediumType value)
value - allowed object is MediumTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.