org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony
Class KeyStorageType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony.KeyStorageType

public class KeyStorageType
extends java.lang.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>
 


Field Summary
protected  MediumType medium
           
 
Constructor Summary
KeyStorageType()
           
 
Method Summary
 MediumType getMedium()
          Gets the value of the medium property.
 void setMedium(MediumType value)
          Sets the value of the medium property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

medium

protected MediumType medium
Constructor Detail

KeyStorageType

public KeyStorageType()
Method Detail

getMedium

public MediumType getMedium()
Gets the value of the medium property.

Returns:
possible object is MediumType

setMedium

public void setMedium(MediumType value)
Sets the value of the medium property.

Parameters:
value - allowed object is MediumType


Copyright © 2009 JBoss Inc.. All Rights Reserved.