Class CheckPointStructure

  • All Implemented Interfaces:
    Serializable

    public class CheckPointStructure
    extends Object
    implements Serializable
    Type for a Checkpoint Hazard that can be assocaited with

    Java class for CheckPointStructure complex type.

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

     <complexType name="CheckPointStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="CheckPointId" type="{http://www.ifopt.org.uk/ifopt}CheckPointIdType" minOccurs="0"/>
             <group ref="{http://www.ifopt.org.uk/ifopt}CheckPointGroup"/>
             <group ref="{http://www.ifopt.org.uk/ifopt}DelayGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form