Uses of Class
com.helger.xsds.xmldsig.ReferenceType
-
-
Uses of ReferenceType in com.helger.xsds.xmldsig
Methods in com.helger.xsds.xmldsig that return ReferenceType Modifier and Type Method Description ReferenceTypeReferenceType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2ReferenceTypeObjectFactory. createReferenceType()Create an instance ofReferenceTypeReferenceTypeManifestType. getReferenceAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionReferenceTypeSignedInfoType. getReferenceAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in com.helger.xsds.xmldsig that return types with arguments of type ReferenceType Modifier and Type Method Description 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 com.helger.xsds.xmldsig with parameters of type ReferenceType Modifier and Type Method Description voidManifestType. addReference(ReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidSignedInfoType. addReference(ReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidReferenceType. cloneTo(ReferenceType ret)This method clones all values fromthisto the passed object.JAXBElement<ReferenceType>ObjectFactory. createReference(ReferenceType value)Method parameters in com.helger.xsds.xmldsig with type arguments of type ReferenceType Modifier and Type Method Description voidManifestType. setReference(List<ReferenceType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidSignedInfoType. setReference(List<ReferenceType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-