summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/moaspss/TransformParameterType.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/TransformParameterType.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/TransformParameterType.java')
-rw-r--r--src/main/java/at/gv/util/xsd/moaspss/TransformParameterType.java31
1 files changed, 15 insertions, 16 deletions
diff --git a/src/main/java/at/gv/util/xsd/moaspss/TransformParameterType.java b/src/main/java/at/gv/util/xsd/moaspss/TransformParameterType.java
index 36c8d1b..547ab5f 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/TransformParameterType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/TransformParameterType.java
@@ -7,14 +7,13 @@ import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
-
import at.gv.util.xsd.xmldsig.DigestMethodType;
/**
- * <p>Java class for TransformParameterType complex type.
+ * <p>Java-Klasse für TransformParameterType 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="TransformParameterType">
@@ -59,7 +58,7 @@ public class TransformParameterType {
protected String uri;
/**
- * Gets the value of the base64Content property.
+ * Ruft den Wert der base64Content-Eigenschaft ab.
*
* @return
* possible object is
@@ -70,18 +69,18 @@ public class TransformParameterType {
}
/**
- * Sets the value of the base64Content property.
+ * Legt den Wert der base64Content-Eigenschaft fest.
*
* @param value
* allowed object is
* byte[]
*/
public void setBase64Content(byte[] value) {
- this.base64Content = ((byte[]) value);
+ this.base64Content = value;
}
/**
- * Gets the value of the hash property.
+ * Ruft den Wert der hash-Eigenschaft ab.
*
* @return
* possible object is
@@ -93,7 +92,7 @@ public class TransformParameterType {
}
/**
- * Sets the value of the hash property.
+ * Legt den Wert der hash-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -105,7 +104,7 @@ public class TransformParameterType {
}
/**
- * Gets the value of the uri property.
+ * Ruft den Wert der uri-Eigenschaft ab.
*
* @return
* possible object is
@@ -117,7 +116,7 @@ public class TransformParameterType {
}
/**
- * Sets the value of the uri property.
+ * Legt den Wert der uri-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -130,9 +129,9 @@ public class TransformParameterType {
/**
- * <p>Java class for anonymous complex type.
+ * <p>Java-Klasse für anonymous 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>
@@ -162,7 +161,7 @@ public class TransformParameterType {
protected String digestValue;
/**
- * Gets the value of the digestMethod property.
+ * Ruft den Wert der digestMethod-Eigenschaft ab.
*
* @return
* possible object is
@@ -174,7 +173,7 @@ public class TransformParameterType {
}
/**
- * Sets the value of the digestMethod property.
+ * Legt den Wert der digestMethod-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -186,7 +185,7 @@ public class TransformParameterType {
}
/**
- * Gets the value of the digestValue property.
+ * Ruft den Wert der digestValue-Eigenschaft ab.
*
* @return
* possible object is
@@ -198,7 +197,7 @@ public class TransformParameterType {
}
/**
- * Sets the value of the digestValue property.
+ * Legt den Wert der digestValue-Eigenschaft fest.
*
* @param value
* allowed object is