Uses of Class
org.apache.cxf.xkms.model.xmldsig.ReferenceType
-
Packages that use ReferenceType Package Description org.apache.cxf.xkms.model.xmldsig -
-
Uses of ReferenceType in org.apache.cxf.xkms.model.xmldsig
Fields in org.apache.cxf.xkms.model.xmldsig with type parameters of type ReferenceType Modifier and Type Field Description protected List<ReferenceType>ManifestType. referenceprotected List<ReferenceType>SignedInfoType. referenceMethods in org.apache.cxf.xkms.model.xmldsig that return ReferenceType Modifier and Type Method Description ReferenceTypeObjectFactory. createReferenceType()Create an instance ofReferenceTypeMethods in org.apache.cxf.xkms.model.xmldsig that return types with arguments of type ReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value)List<ReferenceType>ManifestType. getReference()Gets the value of the reference property.List<ReferenceType>SignedInfoType. getReference()Gets the value of the reference property.Methods in org.apache.cxf.xkms.model.xmldsig with parameters of type ReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value)
-