org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorunregistered
Class KeySharingType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorunregistered.KeySharingType

public class KeySharingType
extends java.lang.Object

Java class for KeySharingType complex type.

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

 <complexType name="KeySharingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="sharing" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean sharing
           
 
Constructor Summary
KeySharingType()
           
 
Method Summary
 boolean isSharing()
          Gets the value of the sharing property.
 void setSharing(boolean value)
          Sets the value of the sharing property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sharing

protected boolean sharing
Constructor Detail

KeySharingType

public KeySharingType()
Method Detail

isSharing

public boolean isSharing()
Gets the value of the sharing property.


setSharing

public void setSharing(boolean value)
Sets the value of the sharing property.



Copyright © 2009 JBoss Inc.. All Rights Reserved.