Uses of Class
org.w3.xmldsig.TransformsType
-
Packages that use TransformsType Package Description org.w3.xmldsig -
-
Uses of TransformsType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as TransformsType Modifier and Type Field Description protected TransformsTypeTransformsType.Builder. _storedValueprotected TransformsTypeReferenceType. transformsprotected TransformsTypeRetrievalMethodType. transformsMethods in org.w3.xmldsig with type parameters of type TransformsType Modifier and Type Method Description protected <_P extends TransformsType>
_PTransformsType.Builder. init(_P _product)Methods in org.w3.xmldsig that return TransformsType Modifier and Type Method Description TransformsTypeTransformsType.Builder. build()TransformsTypeObjectFactory. createTransformsType()Create an instance ofTransformsTypeTransformsTypeReferenceType. getTransforms()Gets the value of the transforms property.TransformsTypeRetrievalMethodType. getTransforms()Gets the value of the transforms property.Methods in org.w3.xmldsig that return types with arguments of type TransformsType Modifier and Type Method Description javax.xml.bind.JAXBElement<TransformsType>ObjectFactory. createTransforms(TransformsType value)Methods in org.w3.xmldsig with parameters of type TransformsType Modifier and Type Method Description static TransformsType.Builder<Void>TransformsType. copyExcept(TransformsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)TransformsType.Builder<_B>TransformsType.Builder. copyOf(TransformsType _other)static <_B> TransformsType.Builder<_B>TransformsType. copyOf(TransformsType _other)static <_B> TransformsType.Builder<_B>TransformsType. copyOf(TransformsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static TransformsType.Builder<Void>TransformsType. copyOnly(TransformsType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<TransformsType>ObjectFactory. createTransforms(TransformsType value)voidReferenceType. setTransforms(TransformsType value)Sets the value of the transforms property.voidRetrievalMethodType. setTransforms(TransformsType value)Sets the value of the transforms property.ReferenceType.Builder<_B>ReferenceType.Builder. withTransforms(TransformsType transforms)Sets the new value of "transforms" (any previous value will be replaced)RetrievalMethodType.Builder<_B>RetrievalMethodType.Builder. withTransforms(TransformsType transforms)Sets the new value of "transforms" (any previous value will be replaced)Constructors in org.w3.xmldsig with parameters of type TransformsType Constructor Description Builder(_B _parentBuilder, TransformsType _other, boolean _copy)Builder(_B _parentBuilder, TransformsType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-