summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequestType.java
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2014-11-05 08:07:15 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2014-11-05 08:07:15 +0100
commit7a5b350a93990956106d91679240b6e8326cb110 (patch)
tree138196b56fb04f186f05387f8f68be6bd91a0e85 /src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequestType.java
parente2150f22562b4bc06307f4ac7b842687390e4856 (diff)
downloadegovutils-7a5b350a93990956106d91679240b6e8326cb110.tar.gz
egovutils-7a5b350a93990956106d91679240b6e8326cb110.tar.bz2
egovutils-7a5b350a93990956106d91679240b6e8326cb110.zip
change more client implementations to APACHE CXF
Diffstat (limited to 'src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequestType.java')
-rw-r--r--src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequestType.java22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequestType.java b/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequestType.java
index c9a073e..2cb800e 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequestType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequestType.java
@@ -13,9 +13,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
/**
- * <p>Java class for VerifyCMSSignatureRequestType complex type.
+ * <p>Java-Klasse für VerifyCMSSignatureRequestType complex type.
*
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* &lt;complexType name="VerifyCMSSignatureRequestType">
@@ -59,7 +59,7 @@ public class VerifyCMSSignatureRequestType {
protected String trustProfileID;
/**
- * Gets the value of the dateTime property.
+ * Ruft den Wert der dateTime-Eigenschaft ab.
*
* @return
* possible object is
@@ -71,7 +71,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Sets the value of the dateTime property.
+ * Legt den Wert der dateTime-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -83,7 +83,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Gets the value of the cmsSignature property.
+ * Ruft den Wert der cmsSignature-Eigenschaft ab.
*
* @return
* possible object is
@@ -94,18 +94,18 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Sets the value of the cmsSignature property.
+ * Legt den Wert der cmsSignature-Eigenschaft fest.
*
* @param value
* allowed object is
* byte[]
*/
public void setCMSSignature(byte[] value) {
- this.cmsSignature = ((byte[]) value);
+ this.cmsSignature = value;
}
/**
- * Gets the value of the dataObject property.
+ * Ruft den Wert der dataObject-Eigenschaft ab.
*
* @return
* possible object is
@@ -117,7 +117,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Sets the value of the dataObject property.
+ * Legt den Wert der dataObject-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -129,7 +129,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Gets the value of the trustProfileID property.
+ * Ruft den Wert der trustProfileID-Eigenschaft ab.
*
* @return
* possible object is
@@ -141,7 +141,7 @@ public class VerifyCMSSignatureRequestType {
}
/**
- * Sets the value of the trustProfileID property.
+ * Legt den Wert der trustProfileID-Eigenschaft fest.
*
* @param value
* allowed object is