All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fortify.schema.fws.PerformAuditActionRequest Maven / Gradle / Ivy


package com.fortify.schema.fws;

import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import xmlns.www_fortify_com.schema.issuemanagement.AuditAction;
import xmlns.www_fortifysoftware_com.schema.wstypes.ManagedSessionRequest;


/**
 * 

Java class for anonymous complex type. * *

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

 * <complexType>
 *   <complexContent>
 *     <extension base="{xmlns://www.fortifysoftware.com/schema/wsTypes}ManagedSessionRequest">
 *       <sequence>
 *         <element name="AuditAction" type="{xmlns://www.fortify.com/schema/issuemanagement}AuditAction"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "auditAction" }) @XmlRootElement(name = "PerformAuditActionRequest") @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public class PerformAuditActionRequest extends ManagedSessionRequest { @XmlElement(name = "AuditAction", required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") protected AuditAction auditAction; /** * Gets the value of the auditAction property. * * @return * possible object is * {@link AuditAction } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public AuditAction getAuditAction() { return auditAction; } /** * Sets the value of the auditAction property. * * @param value * allowed object is * {@link AuditAction } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public void setAuditAction(AuditAction value) { this.auditAction = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy