Uses of Class
com.helger.xsds.xmldsig.SignaturePropertyType
-
-
Uses of SignaturePropertyType in com.helger.xsds.xmldsig
Methods in com.helger.xsds.xmldsig that return SignaturePropertyType Modifier and Type Method Description SignaturePropertyTypeSignaturePropertyType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2SignaturePropertyTypeObjectFactory. createSignaturePropertyType()Create an instance ofSignaturePropertyTypeSignaturePropertyTypeSignaturePropertiesType. getSignaturePropertyAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in com.helger.xsds.xmldsig that return types with arguments of type SignaturePropertyType Modifier and Type Method Description JAXBElement<SignaturePropertyType>ObjectFactory. createSignatureProperty(SignaturePropertyType value)List<SignaturePropertyType>SignaturePropertiesType. getSignatureProperty()Gets the value of the signatureProperty property.Methods in com.helger.xsds.xmldsig with parameters of type SignaturePropertyType Modifier and Type Method Description voidSignaturePropertiesType. addSignatureProperty(SignaturePropertyType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidSignaturePropertyType. cloneTo(SignaturePropertyType ret)This method clones all values fromthisto the passed object.JAXBElement<SignaturePropertyType>ObjectFactory. createSignatureProperty(SignaturePropertyType value)Method parameters in com.helger.xsds.xmldsig with type arguments of type SignaturePropertyType Modifier and Type Method Description voidSignaturePropertiesType. setSignatureProperty(List<SignaturePropertyType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-