Class TConfLNs

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

public class TConfLNs extends Object

Java class for tConfLNs complex type.

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

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

    • fixPrefix

      protected Boolean fixPrefix
    • fixLnInst

      protected Boolean fixLnInst
  • Constructor Details

    • TConfLNs

      public TConfLNs()
  • Method Details

    • isFixPrefix

      public boolean isFixPrefix()
      Gets the value of the fixPrefix property.
      Returns:
      possible object is Boolean
    • setFixPrefix

      public void setFixPrefix(boolean value)
      Sets the value of the fixPrefix property.
      Parameters:
      value - allowed object is Boolean
    • isSetFixPrefix

      public boolean isSetFixPrefix()
    • unsetFixPrefix

      public void unsetFixPrefix()
    • isFixLnInst

      public boolean isFixLnInst()
      Gets the value of the fixLnInst property.
      Returns:
      possible object is Boolean
    • setFixLnInst

      public void setFixLnInst(boolean value)
      Sets the value of the fixLnInst property.
      Parameters:
      value - allowed object is Boolean
    • isSetFixLnInst

      public boolean isSetFixLnInst()
    • unsetFixLnInst

      public void unsetFixLnInst()