|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.plugins._1.AbstractTransformType
de.extra_standard.namespace.plugins._1.SignatureType
public class SignatureType
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 |
|---|
protected SignatureAlgorithmType algorithm
protected X509CertificateType x509Certificate
| Constructor Detail |
|---|
public SignatureType()
| Method Detail |
|---|
public SignatureAlgorithmType getAlgorithm()
SignatureAlgorithmTypepublic void setAlgorithm(SignatureAlgorithmType value)
value - allowed object is
SignatureAlgorithmTypepublic X509CertificateType getX509Certificate()
X509CertificateTypepublic void setX509Certificate(X509CertificateType value)
value - allowed object is
X509CertificateType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||