
com.fortify.schema.fws.SavedReportByIdResponse 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_fortifysoftware_com.schema.wstypes.SavedReport;
import xmlns.www_fortifysoftware_com.schema.wstypes.Status;
/**
* 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}status">
* <sequence>
* <element name="SavedReport" type="{xmlns://www.fortifysoftware.com/schema/wsTypes}SavedReport" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"savedReport"
})
@XmlRootElement(name = "SavedReportByIdResponse")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5")
public class SavedReportByIdResponse
extends Status
{
@XmlElement(name = "SavedReport")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5")
protected SavedReport savedReport;
/**
* Gets the value of the savedReport property.
*
* @return
* possible object is
* {@link SavedReport }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5")
public SavedReport getSavedReport() {
return savedReport;
}
/**
* Sets the value of the savedReport property.
*
* @param value
* allowed object is
* {@link SavedReport }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5")
public void setSavedReport(SavedReport value) {
this.savedReport = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy