Uses of Class
org.w3.xmldsig.TransformType
-
Packages that use TransformType Package Description org.w3.xmldsig -
-
Uses of TransformType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as TransformType Modifier and Type Field Description protected TransformTypeTransformType.Builder. _storedValueFields in org.w3.xmldsig with type parameters of type TransformType Modifier and Type Field Description protected List<TransformType>TransformsType. transformMethods in org.w3.xmldsig with type parameters of type TransformType Modifier and Type Method Description protected <_P extends TransformType>
_PTransformType.Builder. init(_P _product)Methods in org.w3.xmldsig that return TransformType Modifier and Type Method Description TransformTypeTransformType.Builder. build()TransformTypeObjectFactory. createTransformType()Create an instance ofTransformTypeMethods in org.w3.xmldsig that return types with arguments of type TransformType Modifier and Type Method Description javax.xml.bind.JAXBElement<TransformType>ObjectFactory. createTransform(TransformType value)List<TransformType>TransformsType. getTransform()Gets the value of the transform property.Methods in org.w3.xmldsig with parameters of type TransformType Modifier and Type Method Description TransformsType.Builder<_B>TransformsType.Builder. addTransform(TransformType... transform)Adds the given items to the value of "transform"static TransformType.Builder<Void>TransformType. copyExcept(TransformType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)TransformType.Builder<_B>TransformType.Builder. copyOf(TransformType _other)static <_B> TransformType.Builder<_B>TransformType. copyOf(TransformType _other)static <_B> TransformType.Builder<_B>TransformType. copyOf(TransformType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static TransformType.Builder<Void>TransformType. copyOnly(TransformType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<TransformType>ObjectFactory. createTransform(TransformType value)TransformsType.Builder<_B>TransformsType.Builder. withTransform(TransformType... transform)Sets the new value of "transform" (any previous value will be replaced)Method parameters in org.w3.xmldsig with type arguments of type TransformType Modifier and Type Method Description TransformsType.Builder<_B>TransformsType.Builder. addTransform(Iterable<? extends TransformType> transform)Adds the given items to the value of "transform"TransformsType.Builder<_B>TransformsType.Builder. withTransform(Iterable<? extends TransformType> transform)Sets the new value of "transform" (any previous value will be replaced)Constructors in org.w3.xmldsig with parameters of type TransformType Constructor Description Builder(_B _parentBuilder, TransformType _other, boolean _copy)Builder(_B _parentBuilder, TransformType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-