Uses of Class
com.helger.xsds.xmldsig.TransformType
-
-
Uses of TransformType in com.helger.xsds.xmldsig
Methods in com.helger.xsds.xmldsig that return TransformType Modifier and Type Method Description TransformTypeTransformType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2TransformTypeObjectFactory. createTransformType()Create an instance ofTransformTypeTransformTypeTransformsType. getTransformAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in com.helger.xsds.xmldsig that return types with arguments of type TransformType Modifier and Type Method Description JAXBElement<TransformType>ObjectFactory. createTransform(TransformType value)List<TransformType>TransformsType. getTransform()Gets the value of the transform property.Methods in com.helger.xsds.xmldsig with parameters of type TransformType Modifier and Type Method Description voidTransformsType. addTransform(TransformType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidTransformType. cloneTo(TransformType ret)This method clones all values fromthisto the passed object.JAXBElement<TransformType>ObjectFactory. createTransform(TransformType value)Method parameters in com.helger.xsds.xmldsig with type arguments of type TransformType Modifier and Type Method Description voidTransformsType. setTransform(List<TransformType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-