Class SignatureType.Add.Signer
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SignatureType.Add.Signer
-
- Enclosing class:
- SignatureType.Add
public static class SignatureType.Add.Signer extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="keyPair" type="{http://schema.webpdf.de/1.0/operation}KeyPairType"/> </all> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected KeyPairTypekeyPair
-
Constructor Summary
Constructors Constructor Description Signer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyPairTypegetKeyPair()Gets the value of the keyPair property.booleanisSetKeyPair()voidsetKeyPair(KeyPairType value)Sets the value of the keyPair property.
-
-
-
Field Detail
-
keyPair
protected KeyPairType keyPair
-
-
Method Detail
-
getKeyPair
public KeyPairType getKeyPair()
Gets the value of the keyPair property.- Returns:
- possible object is
KeyPairType
-
setKeyPair
public void setKeyPair(KeyPairType value)
Sets the value of the keyPair property.- Parameters:
value- allowed object isKeyPairType
-
isSetKeyPair
public boolean isSetKeyPair()
-
-