Class TServiceConfReportControl

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

public class TServiceConfReportControl extends TServiceWithMax

Java class for tServiceConfReportControl complex type.

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

 <complexType name="tServiceConfReportControl">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceWithMax">
       <attribute name="bufMode" default="both">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}Name">
             <enumeration value="unbuffered"/>
             <enumeration value="buffered"/>
             <enumeration value="both"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="bufConf" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="maxBuf" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • bufMode

      protected String bufMode
    • bufConf

      protected Boolean bufConf
    • maxBuf

      protected Long maxBuf
  • Constructor Details

    • TServiceConfReportControl

      public TServiceConfReportControl()
  • Method Details

    • getBufMode

      public String getBufMode()
      Gets the value of the bufMode property.
      Returns:
      possible object is String
    • setBufMode

      public void setBufMode(String value)
      Sets the value of the bufMode property.
      Parameters:
      value - allowed object is String
    • isSetBufMode

      public boolean isSetBufMode()
    • isBufConf

      public boolean isBufConf()
      Gets the value of the bufConf property.
      Returns:
      possible object is Boolean
    • setBufConf

      public void setBufConf(boolean value)
      Sets the value of the bufConf property.
      Parameters:
      value - allowed object is Boolean
    • isSetBufConf

      public boolean isSetBufConf()
    • unsetBufConf

      public void unsetBufConf()
    • getMaxBuf

      public long getMaxBuf()
      Gets the value of the maxBuf property.
      Returns:
      possible object is Long
    • setMaxBuf

      public void setMaxBuf(long value)
      Sets the value of the maxBuf property.
      Parameters:
      value - allowed object is Long
    • isSetMaxBuf

      public boolean isSetMaxBuf()
    • unsetMaxBuf

      public void unsetMaxBuf()