Uses of Class
org.w3.xmldsig.SignatureType
-
Packages that use SignatureType Package Description org.oasis_open.docs.ebxml_bp.ebbp_signals_2 org.w3.xmldsig -
-
Uses of SignatureType in org.oasis_open.docs.ebxml_bp.ebbp_signals_2
Fields in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 declared as SignatureType Modifier and Type Field Description protected SignatureTypeAcceptanceAcknowledgement. signatureprotected SignatureTypeReceiptAcknowledgement. signatureMethods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 that return SignatureType Modifier and Type Method Description SignatureTypeAcceptanceAcknowledgement. getSignature()Gets the value of the signature property.SignatureTypeReceiptAcknowledgement. getSignature()Gets the value of the signature property.Methods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 with parameters of type SignatureType Modifier and Type Method Description voidAcceptanceAcknowledgement. setSignature(SignatureType value)Sets the value of the signature property.voidReceiptAcknowledgement. setSignature(SignatureType value)Sets the value of the signature property.AcceptanceAcknowledgement.Builder<_B>AcceptanceAcknowledgement.Builder. withSignature(SignatureType signature)Sets the new value of "signature" (any previous value will be replaced)ReceiptAcknowledgement.Builder<_B>ReceiptAcknowledgement.Builder. withSignature(SignatureType signature)Sets the new value of "signature" (any previous value will be replaced) -
Uses of SignatureType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as SignatureType Modifier and Type Field Description protected SignatureTypeSignatureType.Builder. _storedValueMethods in org.w3.xmldsig with type parameters of type SignatureType Modifier and Type Method Description protected <_P extends SignatureType>
_PSignatureType.Builder. init(_P _product)Methods in org.w3.xmldsig that return SignatureType Modifier and Type Method Description SignatureTypeSignatureType.Builder. build()SignatureTypeObjectFactory. createSignatureType()Create an instance ofSignatureTypeMethods in org.w3.xmldsig that return types with arguments of type SignatureType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignatureType>ObjectFactory. createSignature(SignatureType value)Methods in org.w3.xmldsig with parameters of type SignatureType Modifier and Type Method Description static SignatureType.Builder<Void>SignatureType. copyExcept(SignatureType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)SignatureType.Builder<_B>SignatureType.Builder. copyOf(SignatureType _other)static <_B> SignatureType.Builder<_B>SignatureType. copyOf(SignatureType _other)static <_B> SignatureType.Builder<_B>SignatureType. copyOf(SignatureType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static SignatureType.Builder<Void>SignatureType. copyOnly(SignatureType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<SignatureType>ObjectFactory. createSignature(SignatureType value)Constructors in org.w3.xmldsig with parameters of type SignatureType Constructor Description Builder(_B _parentBuilder, SignatureType _other, boolean _copy)Builder(_B _parentBuilder, SignatureType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-