Uses of Class
net.webpdf.wsclient.schema.extraction.info.SignatureType
-
Packages that use SignatureType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of SignatureType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as SignatureType Modifier and Type Field Description protected SignatureTypeFieldAnnotationType. signatureRelates this field to a signature.protected SignatureTypeFieldType. signature<?Fields in net.webpdf.wsclient.schema.extraction.info with type parameters of type SignatureType Modifier and Type Field Description protected List<SignatureType>DocumentType.Signatures. signatureMethods in net.webpdf.wsclient.schema.extraction.info that return SignatureType Modifier and Type Method Description SignatureTypeObjectFactory. createSignatureType()Create an instance ofSignatureTypeSignatureTypeFieldAnnotationType. getSignature()Relates this field to a signature.SignatureTypeFieldType. getSignature()<?Methods in net.webpdf.wsclient.schema.extraction.info that return types with arguments of type SignatureType Modifier and Type Method Description List<SignatureType>DocumentType.Signatures. getSignature()Gets the value of the signature property.Methods in net.webpdf.wsclient.schema.extraction.info with parameters of type SignatureType Modifier and Type Method Description voidFieldAnnotationType. setSignature(SignatureType value)Sets the value of the signature property.voidFieldType. setSignature(SignatureType value)Sets the value of the signature property.
-