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

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

public class RestrictedLengthType
extends LengthType

Java class for RestrictedLengthType complex type.

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

 <complexType name="RestrictedLengthType">
   <complexContent>
     <restriction base="{urn:oasis:names:tc:SAML:2.0:ac:classes:XMLDSig}LengthType">
       <attribute name="min" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
             <minInclusive value="3"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.jboss.identity.federation.saml.v2.ac.classes.xmldsig.LengthType
max, min
 
Constructor Summary
RestrictedLengthType()
           
 
Method Summary
 
Methods inherited from class org.jboss.identity.federation.saml.v2.ac.classes.xmldsig.LengthType
getMax, getMin, setMax, setMin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestrictedLengthType

public RestrictedLengthType()


Copyright © 2009 JBoss Inc.. All Rights Reserved.