From 53ae98cdfa510650c1e015efd0d11a96ad4dc87a Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Mon, 20 Jun 2016 12:45:07 +0200 Subject: ASiC Library added --- .../at/gv/egiz/moasig/CMSDataObjectInfoType.java | 47 ++++++++++++++++++---- 1 file changed, 40 insertions(+), 7 deletions(-) (limited to 'moaSig/moa-sig/src/generated/java/at/gv/egiz/moasig/CMSDataObjectInfoType.java') diff --git a/moaSig/moa-sig/src/generated/java/at/gv/egiz/moasig/CMSDataObjectInfoType.java b/moaSig/moa-sig/src/generated/java/at/gv/egiz/moasig/CMSDataObjectInfoType.java index cd118f2..7104ad8 100644 --- a/moaSig/moa-sig/src/generated/java/at/gv/egiz/moasig/CMSDataObjectInfoType.java +++ b/moaSig/moa-sig/src/generated/java/at/gv/egiz/moasig/CMSDataObjectInfoType.java @@ -2,7 +2,7 @@ // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2016.06.09 at 06:28:21 AM CEST +// Generated on: 2016.06.15 at 04:11:53 PM CEST // @@ -26,7 +26,14 @@ import javax.xml.bind.annotation.XmlType; * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="DataObject" type="{http://reference.e-government.gv.at/namespace/moa/20151109#}CMSDataObjectRequiredMetaType"/> + * <element name="DataObject"> + * <complexType> + * <complexContent> + * <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectRequiredMetaType"> + * </extension> + * </complexContent> + * </complexType> + * </element> * </sequence> * <attribute name="Structure" use="required"> * <simpleType> @@ -53,7 +60,7 @@ import javax.xml.bind.annotation.XmlType; public class CMSDataObjectInfoType { @XmlElement(name = "DataObject", required = true) - protected CMSDataObjectRequiredMetaType dataObject; + protected CMSDataObjectInfoType.DataObject dataObject; @XmlAttribute(name = "Structure", required = true) protected String structure; @@ -62,10 +69,10 @@ public class CMSDataObjectInfoType { * * @return * possible object is - * {@link CMSDataObjectRequiredMetaType } + * {@link CMSDataObjectInfoType.DataObject } * */ - public CMSDataObjectRequiredMetaType getDataObject() { + public CMSDataObjectInfoType.DataObject getDataObject() { return dataObject; } @@ -74,10 +81,10 @@ public class CMSDataObjectInfoType { * * @param value * allowed object is - * {@link CMSDataObjectRequiredMetaType } + * {@link CMSDataObjectInfoType.DataObject } * */ - public void setDataObject(CMSDataObjectRequiredMetaType value) { + public void setDataObject(CMSDataObjectInfoType.DataObject value) { this.dataObject = value; } @@ -105,4 +112,30 @@ public class CMSDataObjectInfoType { this.structure = value; } + + /** + *

Java class for anonymous complex type. + * + *

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

+     * <complexType>
+     *   <complexContent>
+     *     <extension base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CMSDataObjectRequiredMetaType">
+     *     </extension>
+     *   </complexContent>
+     * </complexType>
+     * 
+ * + * + */ + @XmlAccessorType(XmlAccessType.FIELD) + @XmlType(name = "") + public static class DataObject + extends CMSDataObjectRequiredMetaType + { + + + } + } -- cgit v1.2.3