package at.gv.util.xsd.moaspss; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** *

Java class for ReferencesCheckResultType complex type. * *

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

 * <complexType name="ReferencesCheckResultType">
 *   <complexContent>
 *     <restriction base="{http://reference.e-government.gv.at/namespace/moa/20020822#}CheckResultType">
 *       <sequence>
 *         <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
 *         <element name="Info" type="{http://reference.e-government.gv.at/namespace/moa/20020822#}ReferencesCheckResultInfoType" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ReferencesCheckResultType") public class ReferencesCheckResultType extends CheckResultType { }