// // 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: 2015.11.30 at 11:32:30 AM CET // package at.gv.egiz.moasig; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** *

Java class for ManifestRefsCheckResultInfoType complex type. * *

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

 * <complexType name="ManifestRefsCheckResultInfoType">
 *   <complexContent>
 *     <restriction base="{http://reference.e-government.gv.at/namespace/moa/20151109#}AnyChildrenType">
 *       <sequence>
 *         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{http://reference.e-government.gv.at/namespace/moa/20151109#}FailedReference" maxOccurs="unbounded" minOccurs="0"/>
 *         <element ref="{http://reference.e-government.gv.at/namespace/moa/20151109#}ReferringSigReference"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ManifestRefsCheckResultInfoType") public class ManifestRefsCheckResultInfoType extends AnyChildrenType { }