Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xmlenc.ReferenceType

Packages that use ReferenceType
org.apache.cxf.xkms.model.xmlenc   
 

Uses of ReferenceType in org.apache.cxf.xkms.model.xmlenc
 

Fields in org.apache.cxf.xkms.model.xmlenc with type parameters of type ReferenceType
protected  List<JAXBElement<ReferenceType>> ReferenceList.dataReferenceOrKeyReference
           
 

Methods in org.apache.cxf.xkms.model.xmlenc that return ReferenceType
 ReferenceType ObjectFactory.createReferenceType()
          Create an instance of ReferenceType
 

Methods in org.apache.cxf.xkms.model.xmlenc 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.apache.cxf.xkms.model.xmlenc 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>}
 


Apache CXF API

Apache CXF