Class TMcSecurity

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

public class TMcSecurity extends Object

Java class for tMcSecurity complex type.

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

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

    • signature

      protected Boolean signature
    • encryption

      protected Boolean encryption
  • Constructor Details

    • TMcSecurity

      public TMcSecurity()
  • Method Details

    • isSignature

      public boolean isSignature()
      Gets the value of the signature property.
      Returns:
      possible object is Boolean
    • setSignature

      public void setSignature(boolean value)
      Sets the value of the signature property.
      Parameters:
      value - allowed object is Boolean
    • isSetSignature

      public boolean isSetSignature()
    • unsetSignature

      public void unsetSignature()
    • isEncryption

      public boolean isEncryption()
      Gets the value of the encryption property.
      Returns:
      possible object is Boolean
    • setEncryption

      public void setEncryption(boolean value)
      Sets the value of the encryption property.
      Parameters:
      value - allowed object is Boolean
    • isSetEncryption

      public boolean isSetEncryption()
    • unsetEncryption

      public void unsetEncryption()