Class RestrictedLengthType
java.lang.Object
org.keycloak.dom.saml.v2.ac.classes.LengthType
org.keycloak.dom.saml.v2.ac.classes.RestrictedLengthType
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:AuthenticatedTelephony}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.keycloak.dom.saml.v2.ac.classes.LengthType
max, min
-
Constructor Summary
-
Method Summary
Methods inherited from class org.keycloak.dom.saml.v2.ac.classes.LengthType
getMax, getMin, setMax, setMin
-
Constructor Details
-
RestrictedLengthType
public RestrictedLengthType()
-