Class TServiceWithMaxAndModify

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceWithMax
org.lfenergy.compas.scl2007b4.model.TServiceWithMaxAndModify

public class TServiceWithMaxAndModify extends TServiceWithMax

Java class for tServiceWithMaxAndModify complex type.

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

 <complexType name="tServiceWithMaxAndModify">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceWithMax">
       <attribute name="modify" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • modify

      protected Boolean modify
  • Constructor Details

    • TServiceWithMaxAndModify

      public TServiceWithMaxAndModify()
  • Method Details

    • isModify

      public boolean isModify()
      Gets the value of the modify property.
      Returns:
      possible object is Boolean
    • setModify

      public void setModify(boolean value)
      Sets the value of the modify property.
      Parameters:
      value - allowed object is Boolean
    • isSetModify

      public boolean isSetModify()
    • unsetModify

      public void unsetModify()