public class AuditType extends Object
Java class for auditType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="auditType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}ID"/> <element name="append" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="operations" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="file" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AuditType() |
Modifier and Type | Method and Description |
---|---|
String |
getFile()
Gets the value of the file property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOperations()
Gets the value of the operations property.
|
Boolean |
isAppend()
Gets the value of the append property.
|
void |
setAppend(Boolean value)
Sets the value of the append property.
|
void |
setFile(String value)
Sets the value of the file property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOperations(String value)
Sets the value of the operations property.
|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Boolean isAppend()
Boolean
public void setAppend(Boolean value)
value
- allowed object is
Boolean
public String getOperations()
String
public void setOperations(String value)
value
- allowed object is
String
public String getFile()
String
public void setFile(String value)
value
- allowed object is
String
Copyright © 2005-2024 LSC project. All Rights Reserved.