de.extra_standard.namespace.plugins._1
Class SignatureType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.AbstractTransformType
      extended by de.extra_standard.namespace.plugins._1.SignatureType

public class SignatureType
extends AbstractTransformType

Java class for SignatureType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SignatureType">
   <complexContent>
     <extension base="{http://www.extra-standard.de/namespace/plugins/1}AbstractTransformType">
       <sequence>
         <element name="Algorithm" type="{http://www.extra-standard.de/namespace/plugins/1}SignatureAlgorithmType"/>
         <element name="X509Certificate" type="{http://www.extra-standard.de/namespace/plugins/1}X509CertificateType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  SignatureAlgorithmType algorithm
           
protected  X509CertificateType x509Certificate
           
 
Fields inherited from class de.extra_standard.namespace.plugins._1.AbstractTransformType
order
 
Constructor Summary
SignatureType()
           
 
Method Summary
 SignatureAlgorithmType getAlgorithm()
          Gets the value of the algorithm property.
 X509CertificateType getX509Certificate()
          Gets the value of the x509Certificate property.
 void setAlgorithm(SignatureAlgorithmType value)
          Sets the value of the algorithm property.
 void setX509Certificate(X509CertificateType value)
          Sets the value of the x509Certificate property.
 
Methods inherited from class de.extra_standard.namespace.plugins._1.AbstractTransformType
getOrder, setOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algorithm

protected SignatureAlgorithmType algorithm

x509Certificate

protected X509CertificateType x509Certificate
Constructor Detail

SignatureType

public SignatureType()
Method Detail

getAlgorithm

public SignatureAlgorithmType getAlgorithm()
Gets the value of the algorithm property.

Returns:
possible object is SignatureAlgorithmType

setAlgorithm

public void setAlgorithm(SignatureAlgorithmType value)
Sets the value of the algorithm property.

Parameters:
value - allowed object is SignatureAlgorithmType

getX509Certificate

public X509CertificateType getX509Certificate()
Gets the value of the x509Certificate property.

Returns:
possible object is X509CertificateType

setX509Certificate

public void setX509Certificate(X509CertificateType value)
Sets the value of the x509Certificate property.

Parameters:
value - allowed object is X509CertificateType


Copyright © 2012-2013. All Rights Reserved.