Uses of Class
org.jboss.seam.security.external.jaxb.samlv2.assertion.AdviceType

Packages that use AdviceType
org.jboss.seam.security.external.jaxb.samlv2.assertion   
 

Uses of AdviceType in org.jboss.seam.security.external.jaxb.samlv2.assertion
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.assertion declared as AdviceType
protected  AdviceType AssertionType.advice
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return AdviceType
 AdviceType ObjectFactory.createAdviceType()
          Create an instance of AdviceType
 AdviceType AssertionType.getAdvice()
          Gets the value of the advice property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return types with arguments of type AdviceType
 JAXBElement<AdviceType> ObjectFactory.createAdvice(AdviceType value)
          Create an instance of JAXBElement<AdviceType>}
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion with parameters of type AdviceType
 JAXBElement<AdviceType> ObjectFactory.createAdvice(AdviceType value)
          Create an instance of JAXBElement<AdviceType>}
 void AssertionType.setAdvice(AdviceType value)
          Sets the value of the advice property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.