Class TMcSecurity
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TMcSecurity
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the encryption property.boolean
boolean
boolean
Gets the value of the signature property.void
setEncryption
(boolean value) Sets the value of the encryption property.void
setSignature
(boolean value) Sets the value of the signature property.void
void
-
Field Details
-
signature
-
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 isBoolean
-
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 isBoolean
-
isSetEncryption
public boolean isSetEncryption() -
unsetEncryption
public void unsetEncryption()
-