Class TRedProt

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TRedProt

public class TRedProt extends Object

Java class for tRedProt complex type.

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

 <complexType name="tRedProt">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="hsr" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="prp" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="rstp" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TRedProt

      public TRedProt()
  • Method Details

    • isHsr

      public boolean isHsr()
      Gets the value of the hsr property.
      Returns:
      possible object is Boolean
    • setHsr

      public void setHsr(boolean value)
      Sets the value of the hsr property.
      Parameters:
      value - allowed object is Boolean
    • isSetHsr

      public boolean isSetHsr()
    • unsetHsr

      public void unsetHsr()
    • isPrp

      public boolean isPrp()
      Gets the value of the prp property.
      Returns:
      possible object is Boolean
    • setPrp

      public void setPrp(boolean value)
      Sets the value of the prp property.
      Parameters:
      value - allowed object is Boolean
    • isSetPrp

      public boolean isSetPrp()
    • unsetPrp

      public void unsetPrp()
    • isRstp

      public boolean isRstp()
      Gets the value of the rstp property.
      Returns:
      possible object is Boolean
    • setRstp

      public void setRstp(boolean value)
      Sets the value of the rstp property.
      Parameters:
      value - allowed object is Boolean
    • isSetRstp

      public boolean isSetRstp()
    • unsetRstp

      public void unsetRstp()