Class ActivationLimitType


  • public class ActivationLimitType
    extends 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}ActivationLimitDuration"/>
             <element ref="{urn:oasis:names:tc:SAML:2.0:ac}ActivationLimitUsages"/>
             <element ref="{urn:oasis:names:tc:SAML:2.0:ac}ActivationLimitSession"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>