Class TSMVsc

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

public class TSMVsc extends TServiceWithMax

Java class for tSMVsc complex type.

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

 <complexType name="tSMVsc">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceWithMax">
       <attribute name="delivery" type="{http://www.iec.ch/61850/2003/SCL}tSMVDeliveryEnum" default="multicast" />
       <attribute name="deliveryConf" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="sv" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="rSV" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TSMVsc

      public TSMVsc()
  • Method Details

    • getDelivery

      public TSMVDeliveryEnum getDelivery()
      Gets the value of the delivery property.
      Returns:
      possible object is TSMVDeliveryEnum
    • setDelivery

      public void setDelivery(TSMVDeliveryEnum value)
      Sets the value of the delivery property.
      Parameters:
      value - allowed object is TSMVDeliveryEnum
    • isSetDelivery

      public boolean isSetDelivery()
    • isDeliveryConf

      public boolean isDeliveryConf()
      Gets the value of the deliveryConf property.
      Returns:
      possible object is Boolean
    • setDeliveryConf

      public void setDeliveryConf(boolean value)
      Sets the value of the deliveryConf property.
      Parameters:
      value - allowed object is Boolean
    • isSetDeliveryConf

      public boolean isSetDeliveryConf()
    • unsetDeliveryConf

      public void unsetDeliveryConf()
    • isSv

      public boolean isSv()
      Gets the value of the sv property.
      Returns:
      possible object is Boolean
    • setSv

      public void setSv(boolean value)
      Sets the value of the sv property.
      Parameters:
      value - allowed object is Boolean
    • isSetSv

      public boolean isSetSv()
    • unsetSv

      public void unsetSv()
    • isRSV

      public boolean isRSV()
      Gets the value of the rsv property.
      Returns:
      possible object is Boolean
    • setRSV

      public void setRSV(boolean value)
      Sets the value of the rsv property.
      Parameters:
      value - allowed object is Boolean
    • isSetRSV

      public boolean isSetRSV()
    • unsetRSV

      public void unsetRSV()