Uses of Class
org.w3.xmldsig.RetrievalMethodType
-
Packages that use RetrievalMethodType Package Description org.w3.xmldsig -
-
Uses of RetrievalMethodType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as RetrievalMethodType Modifier and Type Field Description protected RetrievalMethodTypeRetrievalMethodType.Builder. _storedValueMethods in org.w3.xmldsig with type parameters of type RetrievalMethodType Modifier and Type Method Description protected <_P extends RetrievalMethodType>
_PRetrievalMethodType.Builder. init(_P _product)Methods in org.w3.xmldsig that return RetrievalMethodType Modifier and Type Method Description RetrievalMethodTypeRetrievalMethodType.Builder. build()RetrievalMethodTypeObjectFactory. createRetrievalMethodType()Create an instance ofRetrievalMethodTypeMethods in org.w3.xmldsig that return types with arguments of type RetrievalMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<RetrievalMethodType>ObjectFactory. createRetrievalMethod(RetrievalMethodType value)Methods in org.w3.xmldsig with parameters of type RetrievalMethodType Modifier and Type Method Description static RetrievalMethodType.Builder<Void>RetrievalMethodType. copyExcept(RetrievalMethodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)RetrievalMethodType.Builder<_B>RetrievalMethodType.Builder. copyOf(RetrievalMethodType _other)static <_B> RetrievalMethodType.Builder<_B>RetrievalMethodType. copyOf(RetrievalMethodType _other)static <_B> RetrievalMethodType.Builder<_B>RetrievalMethodType. copyOf(RetrievalMethodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static RetrievalMethodType.Builder<Void>RetrievalMethodType. copyOnly(RetrievalMethodType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<RetrievalMethodType>ObjectFactory. createRetrievalMethod(RetrievalMethodType value)Method parameters in org.w3.xmldsig with type arguments of type RetrievalMethodType Modifier and Type Method Description KeyInfoType.Builder<_B>KeyInfoType.Builder. addRetrievalMethod(Iterable<? extends javax.xml.bind.JAXBElement<RetrievalMethodType>> retrievalMethod_)Adds the given items to the value of "retrievalMethod_"Constructors in org.w3.xmldsig with parameters of type RetrievalMethodType Constructor Description Builder(_B _parentBuilder, RetrievalMethodType _other, boolean _copy)Builder(_B _parentBuilder, RetrievalMethodType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-