org.jboss.identity.federation.saml.v2.ac.classes.xmldsig
Class ActivationLimitDurationType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.xmldsig.ActivationLimitDurationType

public class ActivationLimitDurationType
extends java.lang.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  javax.xml.datatype.Duration duration
           
 
Constructor Summary
ActivationLimitDurationType()
           
 
Method Summary
 javax.xml.datatype.Duration getDuration()
          Gets the value of the duration property.
 void setDuration(javax.xml.datatype.Duration value)
          Sets 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 javax.xml.datatype.Duration duration
Constructor Detail

ActivationLimitDurationType

public ActivationLimitDurationType()
Method Detail

getDuration

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

Returns:
possible object is Duration

setDuration

public void setDuration(javax.xml.datatype.Duration value)
Sets the value of the duration property.

Parameters:
value - allowed object is Duration


Copyright © 2009 JBoss Inc.. All Rights Reserved.