PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.ac
Class ActivationLimitDurationType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v2.ac.ActivationLimitDurationType

public class ActivationLimitDurationType
extends Object

Java class for ActivationLimitDurationType complex type.

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

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


Field Summary
protected  Duration duration
           
 
Constructor Summary
ActivationLimitDurationType(Duration theDuration)
           
 
Method Summary
 Duration getDuration()
          Gets the value of the duration property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

duration

protected Duration duration
Constructor Detail

ActivationLimitDurationType

public ActivationLimitDurationType(Duration theDuration)
Method Detail

getDuration

public Duration getDuration()
Gets the value of the duration property.

Returns:
possible object is Duration

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.