Uses of Class
org.apache.cxf.xkms.model.xmlenc.ReferenceType
-
Packages that use ReferenceType Package Description 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 Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<ReferenceType>>ReferenceList. dataReferenceOrKeyReferenceMethods in org.apache.cxf.xkms.model.xmlenc that return ReferenceType Modifier and Type Method Description ReferenceTypeObjectFactory. createReferenceType()Create an instance ofReferenceTypeMethods in org.apache.cxf.xkms.model.xmlenc that return types with arguments of type ReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReferenceListDataReference(ReferenceType value)javax.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReferenceListKeyReference(ReferenceType value)List<javax.xml.bind.JAXBElement<ReferenceType>>ReferenceList. getDataReferenceOrKeyReference()Gets the value of the dataReferenceOrKeyReference property.Methods in org.apache.cxf.xkms.model.xmlenc with parameters of type ReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReferenceListDataReference(ReferenceType value)javax.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReferenceListKeyReference(ReferenceType value)
-