Class 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}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>
     
    • Constructor Detail

      • RestrictedLengthType

        public RestrictedLengthType()