public class TGSE extends TControlBlock

Java class for tGSE complex type.

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

 <complexType name="tGSE">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tControlBlock">
       <sequence>
         <element name="MinTime" type="{http://www.iec.ch/61850/2003/SCL}tDurationInMilliSec" minOccurs="0"/>
         <element name="MaxTime" type="{http://www.iec.ch/61850/2003/SCL}tDurationInMilliSec" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>