Class TGOOSEcapabilities

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

public class TGOOSEcapabilities extends TServiceWithMax

Java class for tGOOSEcapabilities complex type.

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

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

    • fixedOffs

      protected Boolean fixedOffs
    • goose

      protected Boolean goose
    • rgoose

      protected Boolean rgoose
  • Constructor Details

    • TGOOSEcapabilities

      public TGOOSEcapabilities()
  • Method Details

    • isFixedOffs

      public boolean isFixedOffs()
      Gets the value of the fixedOffs property.
      Returns:
      possible object is Boolean
    • setFixedOffs

      public void setFixedOffs(boolean value)
      Sets the value of the fixedOffs property.
      Parameters:
      value - allowed object is Boolean
    • isSetFixedOffs

      public boolean isSetFixedOffs()
    • unsetFixedOffs

      public void unsetFixedOffs()
    • isGoose

      public boolean isGoose()
      Gets the value of the goose property.
      Returns:
      possible object is Boolean
    • setGoose

      public void setGoose(boolean value)
      Sets the value of the goose property.
      Parameters:
      value - allowed object is Boolean
    • isSetGoose

      public boolean isSetGoose()
    • unsetGoose

      public void unsetGoose()
    • isRGOOSE

      public boolean isRGOOSE()
      Gets the value of the rgoose property.
      Returns:
      possible object is Boolean
    • setRGOOSE

      public void setRGOOSE(boolean value)
      Sets the value of the rgoose property.
      Parameters:
      value - allowed object is Boolean
    • isSetRGOOSE

      public boolean isSetRGOOSE()
    • unsetRGOOSE

      public void unsetRGOOSE()