Class XJMF

java.lang.Object
org.cip4.lib.xjdf.schema.XJMF
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class XJMF extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}Header"/>
         <choice maxOccurs="unbounded">
           <element ref="{http://www.CIP4.org/JDFSchema_2_0}Message"/>
           <any processContents='lax' namespace='##other'/>
         </choice>
       </sequence>
       <attribute name="Version" type="{http://www.CIP4.org/JDFSchema_2_0}Version" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: