public class LdifAuditType extends AuditType
Java class for ldifAuditType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ldifAuditType">
<complexContent>
<extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}auditType">
<sequence>
<element name="logOnlyLdif" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
LdifAuditType() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isLogOnlyLdif()
Gets the value of the logOnlyLdif property.
|
void |
setLogOnlyLdif(Boolean value)
Sets the value of the logOnlyLdif property.
|
Copyright © 2005-2025 LSC project. All Rights Reserved.