Uses of Class
org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorcontract.LengthType

Packages that use LengthType
org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorcontract   
 

Uses of LengthType in org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorcontract
 

Subclasses of LengthType in org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorcontract
 class RestrictedLengthType
          Java class for RestrictedLengthType complex type.
 

Fields in org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorcontract declared as LengthType
protected  LengthType PasswordType.length
           
protected  LengthType ActivationPinType.length
           
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorcontract that return LengthType
 LengthType ObjectFactory.createLengthType()
          Create an instance of LengthType
 LengthType PasswordType.getLength()
          Gets the value of the length property.
 LengthType ActivationPinType.getLength()
          Gets the value of the length property.
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorcontract that return types with arguments of type LengthType
 javax.xml.bind.JAXBElement<LengthType> ObjectFactory.createLength(LengthType value)
          Create an instance of JAXBElement<LengthType>}
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.mobileonefactorcontract with parameters of type LengthType
 javax.xml.bind.JAXBElement<LengthType> ObjectFactory.createLength(LengthType value)
          Create an instance of JAXBElement<LengthType>}
 void PasswordType.setLength(LengthType value)
          Sets the value of the length property.
 void ActivationPinType.setLength(LengthType value)
          Sets the value of the length property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.