Uses of Class
org.jboss.seam.security.external.jaxb.xenc.ReferenceType

Packages that use ReferenceType
org.jboss.seam.security.external.jaxb.xenc   
 

Uses of ReferenceType in org.jboss.seam.security.external.jaxb.xenc
 

Fields in org.jboss.seam.security.external.jaxb.xenc with type parameters of type ReferenceType
protected  List<JAXBElement<ReferenceType>> ReferenceList.dataReferenceOrKeyReference
           
 

Methods in org.jboss.seam.security.external.jaxb.xenc that return ReferenceType
 ReferenceType ObjectFactory.createReferenceType()
          Create an instance of ReferenceType
 

Methods in org.jboss.seam.security.external.jaxb.xenc that return types with arguments of type ReferenceType
 JAXBElement<ReferenceType> ObjectFactory.createReferenceListDataReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 JAXBElement<ReferenceType> ObjectFactory.createReferenceListKeyReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 List<JAXBElement<ReferenceType>> ReferenceList.getDataReferenceOrKeyReference()
          Gets the value of the dataReferenceOrKeyReference property.
 

Methods in org.jboss.seam.security.external.jaxb.xenc with parameters of type ReferenceType
 JAXBElement<ReferenceType> ObjectFactory.createReferenceListDataReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 JAXBElement<ReferenceType> ObjectFactory.createReferenceListKeyReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 



Copyright © 2011 Seam Framework. All Rights Reserved.