summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/moaspss/DataObjectInfoType.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/DataObjectInfoType.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/DataObjectInfoType.java')
-rw-r--r--src/main/java/at/gv/util/xsd/moaspss/DataObjectInfoType.java26
1 files changed, 14 insertions, 12 deletions
diff --git a/src/main/java/at/gv/util/xsd/moaspss/DataObjectInfoType.java b/src/main/java/at/gv/util/xsd/moaspss/DataObjectInfoType.java
index da97f75..df2d18e 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/DataObjectInfoType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/DataObjectInfoType.java
@@ -5,6 +5,7 @@ import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
@@ -12,9 +13,9 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
- * <p>Java class for DataObjectInfoType complex type.
+ * <p>Java-Klasse für DataObjectInfoType 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="DataObjectInfoType">
@@ -66,12 +67,13 @@ public class DataObjectInfoType {
protected CreateTransformsInfoProfile createTransformsInfoProfile;
@XmlElement(name = "CreateTransformsInfoProfileID")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
+ @XmlSchemaType(name = "token")
protected String createTransformsInfoProfileID;
@XmlAttribute(name = "Structure", required = true)
protected String structure;
/**
- * Gets the value of the dataObject property.
+ * Ruft den Wert der dataObject-Eigenschaft ab.
*
* @return
* possible object is
@@ -83,7 +85,7 @@ public class DataObjectInfoType {
}
/**
- * Sets the value of the dataObject property.
+ * Legt den Wert der dataObject-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -95,7 +97,7 @@ public class DataObjectInfoType {
}
/**
- * Gets the value of the createTransformsInfoProfile property.
+ * Ruft den Wert der createTransformsInfoProfile-Eigenschaft ab.
*
* @return
* possible object is
@@ -107,7 +109,7 @@ public class DataObjectInfoType {
}
/**
- * Sets the value of the createTransformsInfoProfile property.
+ * Legt den Wert der createTransformsInfoProfile-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -119,7 +121,7 @@ public class DataObjectInfoType {
}
/**
- * Gets the value of the createTransformsInfoProfileID property.
+ * Ruft den Wert der createTransformsInfoProfileID-Eigenschaft ab.
*
* @return
* possible object is
@@ -131,7 +133,7 @@ public class DataObjectInfoType {
}
/**
- * Sets the value of the createTransformsInfoProfileID property.
+ * Legt den Wert der createTransformsInfoProfileID-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -143,7 +145,7 @@ public class DataObjectInfoType {
}
/**
- * Gets the value of the structure property.
+ * Ruft den Wert der structure-Eigenschaft ab.
*
* @return
* possible object is
@@ -155,7 +157,7 @@ public class DataObjectInfoType {
}
/**
- * Sets the value of the structure property.
+ * Legt den Wert der structure-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -168,9 +170,9 @@ public class DataObjectInfoType {
/**
- * <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>