es.indra.www.portafirmasws.cws
Class Signer

java.lang.Object
  extended by es.indra.www.portafirmasws.cws.Signer
All Implemented Interfaces:
java.io.Serializable

public class Signer
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Signer()
           
Signer(java.lang.String id, java.lang.String name, java.lang.String email, java.lang.Boolean checkCert, java.util.Calendar date, Delegates delegates, Certificate certificate, Rejection rejection, SignerSignatureFiles signatureFiles, java.lang.String idUpdate, PdfAppearance pdfAppearance)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Certificate getCertificate()
          Gets the certificate value for this Signer.
 java.lang.Boolean getCheckCert()
          Gets the checkCert value for this Signer.
 java.util.Calendar getDate()
          Gets the date value for this Signer.
 Delegates getDelegates()
          Gets the delegates value for this Signer.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getEmail()
          Gets the email value for this Signer.
 java.lang.String getId()
          Gets the id value for this Signer.
 java.lang.String getIdUpdate()
          Gets the idUpdate value for this Signer.
 java.lang.String getName()
          Gets the name value for this Signer.
 PdfAppearance getPdfAppearance()
          Gets the pdfAppearance value for this Signer.
 Rejection getRejection()
          Gets the rejection value for this Signer.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SignerSignatureFiles getSignatureFiles()
          Gets the signatureFiles value for this Signer.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCertificate(Certificate certificate)
          Sets the certificate value for this Signer.
 void setCheckCert(java.lang.Boolean checkCert)
          Sets the checkCert value for this Signer.
 void setDate(java.util.Calendar date)
          Sets the date value for this Signer.
 void setDelegates(Delegates delegates)
          Sets the delegates value for this Signer.
 void setEmail(java.lang.String email)
          Sets the email value for this Signer.
 void setId(java.lang.String id)
          Sets the id value for this Signer.
 void setIdUpdate(java.lang.String idUpdate)
          Sets the idUpdate value for this Signer.
 void setName(java.lang.String name)
          Sets the name value for this Signer.
 void setPdfAppearance(PdfAppearance pdfAppearance)
          Sets the pdfAppearance value for this Signer.
 void setRejection(Rejection rejection)
          Sets the rejection value for this Signer.
 void setSignatureFiles(SignerSignatureFiles signatureFiles)
          Sets the signatureFiles value for this Signer.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Signer

public Signer()

Signer

public Signer(java.lang.String id,
              java.lang.String name,
              java.lang.String email,
              java.lang.Boolean checkCert,
              java.util.Calendar date,
              Delegates delegates,
              Certificate certificate,
              Rejection rejection,
              SignerSignatureFiles signatureFiles,
              java.lang.String idUpdate,
              PdfAppearance pdfAppearance)
Method Detail

getId

public java.lang.String getId()
Gets the id value for this Signer.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this Signer.

Parameters:
id -

getName

public java.lang.String getName()
Gets the name value for this Signer.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Signer.

Parameters:
name -

getEmail

public java.lang.String getEmail()
Gets the email value for this Signer.

Returns:
email

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this Signer.

Parameters:
email -

getCheckCert

public java.lang.Boolean getCheckCert()
Gets the checkCert value for this Signer.

Returns:
checkCert

setCheckCert

public void setCheckCert(java.lang.Boolean checkCert)
Sets the checkCert value for this Signer.

Parameters:
checkCert -

getDate

public java.util.Calendar getDate()
Gets the date value for this Signer.

Returns:
date

setDate

public void setDate(java.util.Calendar date)
Sets the date value for this Signer.

Parameters:
date -

getDelegates

public Delegates getDelegates()
Gets the delegates value for this Signer.

Returns:
delegates

setDelegates

public void setDelegates(Delegates delegates)
Sets the delegates value for this Signer.

Parameters:
delegates -

getCertificate

public Certificate getCertificate()
Gets the certificate value for this Signer.

Returns:
certificate

setCertificate

public void setCertificate(Certificate certificate)
Sets the certificate value for this Signer.

Parameters:
certificate -

getRejection

public Rejection getRejection()
Gets the rejection value for this Signer.

Returns:
rejection

setRejection

public void setRejection(Rejection rejection)
Sets the rejection value for this Signer.

Parameters:
rejection -

getSignatureFiles

public SignerSignatureFiles getSignatureFiles()
Gets the signatureFiles value for this Signer.

Returns:
signatureFiles

setSignatureFiles

public void setSignatureFiles(SignerSignatureFiles signatureFiles)
Sets the signatureFiles value for this Signer.

Parameters:
signatureFiles -

getIdUpdate

public java.lang.String getIdUpdate()
Gets the idUpdate value for this Signer.

Returns:
idUpdate

setIdUpdate

public void setIdUpdate(java.lang.String idUpdate)
Sets the idUpdate value for this Signer.

Parameters:
idUpdate -

getPdfAppearance

public PdfAppearance getPdfAppearance()
Gets the pdfAppearance value for this Signer.

Returns:
pdfAppearance

setPdfAppearance

public void setPdfAppearance(PdfAppearance pdfAppearance)
Sets the pdfAppearance value for this Signer.

Parameters:
pdfAppearance -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2012 Direcció General de Tecnologia i Comunicacions. Govern de les Illes Balears. All Rights Reserved.