org.jboss.identity.federation.saml.v2.ac.classes.personalizedtelephony
Class ActivationLimitType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.personalizedtelephony.ActivationLimitType

public class ActivationLimitType
extends java.lang.Object

Java class for ActivationLimitType complex type.

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

 <complexType name="ActivationLimitType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:PersonalizedTelephony}ActivationLimitDuration"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:PersonalizedTelephony}ActivationLimitUsages"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:PersonalizedTelephony}ActivationLimitSession"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ActivationLimitDurationType activationLimitDuration
           
protected  ActivationLimitSessionType activationLimitSession
           
protected  ActivationLimitUsagesType activationLimitUsages
           
 
Constructor Summary
ActivationLimitType()
           
 
Method Summary
 ActivationLimitDurationType getActivationLimitDuration()
          Gets the value of the activationLimitDuration property.
 ActivationLimitSessionType getActivationLimitSession()
          Gets the value of the activationLimitSession property.
 ActivationLimitUsagesType getActivationLimitUsages()
          Gets the value of the activationLimitUsages property.
 void setActivationLimitDuration(ActivationLimitDurationType value)
          Sets the value of the activationLimitDuration property.
 void setActivationLimitSession(ActivationLimitSessionType value)
          Sets the value of the activationLimitSession property.
 void setActivationLimitUsages(ActivationLimitUsagesType value)
          Sets the value of the activationLimitUsages property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activationLimitDuration

protected ActivationLimitDurationType activationLimitDuration

activationLimitUsages

protected ActivationLimitUsagesType activationLimitUsages

activationLimitSession

protected ActivationLimitSessionType activationLimitSession
Constructor Detail

ActivationLimitType

public ActivationLimitType()
Method Detail

getActivationLimitDuration

public ActivationLimitDurationType getActivationLimitDuration()
Gets the value of the activationLimitDuration property.

Returns:
possible object is ActivationLimitDurationType

setActivationLimitDuration

public void setActivationLimitDuration(ActivationLimitDurationType value)
Sets the value of the activationLimitDuration property.

Parameters:
value - allowed object is ActivationLimitDurationType

getActivationLimitUsages

public ActivationLimitUsagesType getActivationLimitUsages()
Gets the value of the activationLimitUsages property.

Returns:
possible object is ActivationLimitUsagesType

setActivationLimitUsages

public void setActivationLimitUsages(ActivationLimitUsagesType value)
Sets the value of the activationLimitUsages property.

Parameters:
value - allowed object is ActivationLimitUsagesType

getActivationLimitSession

public ActivationLimitSessionType getActivationLimitSession()
Gets the value of the activationLimitSession property.

Returns:
possible object is ActivationLimitSessionType

setActivationLimitSession

public void setActivationLimitSession(ActivationLimitSessionType value)
Sets the value of the activationLimitSession property.

Parameters:
value - allowed object is ActivationLimitSessionType


Copyright © 2009 JBoss Inc.. All Rights Reserved.