Class TFileHandling

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceYesNo
org.lfenergy.compas.scl2007b4.model.TFileHandling

public class TFileHandling extends TServiceYesNo

Java class for tFileHandling complex type.

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

 <complexType name="tFileHandling">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceYesNo">
       <attribute name="mms" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="ftp" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="ftps" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TFileHandling

      public TFileHandling()
  • Method Details

    • isMms

      public boolean isMms()
      Gets the value of the mms property.
      Returns:
      possible object is Boolean
    • setMms

      public void setMms(boolean value)
      Sets the value of the mms property.
      Parameters:
      value - allowed object is Boolean
    • isSetMms

      public boolean isSetMms()
    • unsetMms

      public void unsetMms()
    • isFtp

      public boolean isFtp()
      Gets the value of the ftp property.
      Returns:
      possible object is Boolean
    • setFtp

      public void setFtp(boolean value)
      Sets the value of the ftp property.
      Parameters:
      value - allowed object is Boolean
    • isSetFtp

      public boolean isSetFtp()
    • unsetFtp

      public void unsetFtp()
    • isFtps

      public boolean isFtps()
      Gets the value of the ftps property.
      Returns:
      possible object is Boolean
    • setFtps

      public void setFtps(boolean value)
      Sets the value of the ftps property.
      Parameters:
      value - allowed object is Boolean
    • isSetFtps

      public boolean isSetFtps()
    • unsetFtps

      public void unsetFtps()