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

com.fortify.schema.fws.SubmitBugRequest 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.ManagedSessionRequest;
import xmlns.www_fortifysoftware_com.schema.wstypes.StringMap;


/**
 * 

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="IssueInstanceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="ProjectVersionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
 *         <element name="BugtrackerUsername" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="BugtrackerPassword" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="Summary" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="Parameters" type="{xmlns://www.fortifysoftware.com/schema/wsTypes}StringMap"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "issueInstanceId", "projectVersionId", "bugtrackerUsername", "bugtrackerPassword", "summary", "description", "parameters" }) @XmlRootElement(name = "SubmitBugRequest") @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public class SubmitBugRequest extends ManagedSessionRequest { @XmlElement(name = "IssueInstanceId", required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") protected String issueInstanceId; @XmlElement(name = "ProjectVersionId") @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") protected long projectVersionId; @XmlElement(name = "BugtrackerUsername", required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") protected String bugtrackerUsername; @XmlElement(name = "BugtrackerPassword", required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") protected String bugtrackerPassword; @XmlElement(name = "Summary", required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") protected String summary; @XmlElement(name = "Description", required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") protected String description; @XmlElement(name = "Parameters", required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") protected StringMap parameters; /** * Gets the value of the issueInstanceId property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public String getIssueInstanceId() { return issueInstanceId; } /** * Sets the value of the issueInstanceId property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public void setIssueInstanceId(String value) { this.issueInstanceId = value; } /** * Gets the value of the projectVersionId property. * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public long getProjectVersionId() { return projectVersionId; } /** * Sets the value of the projectVersionId property. * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public void setProjectVersionId(long value) { this.projectVersionId = value; } /** * Gets the value of the bugtrackerUsername property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public String getBugtrackerUsername() { return bugtrackerUsername; } /** * Sets the value of the bugtrackerUsername property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public void setBugtrackerUsername(String value) { this.bugtrackerUsername = value; } /** * Gets the value of the bugtrackerPassword property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public String getBugtrackerPassword() { return bugtrackerPassword; } /** * Sets the value of the bugtrackerPassword property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public void setBugtrackerPassword(String value) { this.bugtrackerPassword = value; } /** * Gets the value of the summary property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public String getSummary() { return summary; } /** * Sets the value of the summary property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public void setSummary(String value) { this.summary = value; } /** * Gets the value of the description property. * * @return * possible object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public String getDescription() { return description; } /** * Sets the value of the description property. * * @param value * allowed object is * {@link String } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public void setDescription(String value) { this.description = value; } /** * Gets the value of the parameters property. * * @return * possible object is * {@link StringMap } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public StringMap getParameters() { return parameters; } /** * Sets the value of the parameters property. * * @param value * allowed object is * {@link StringMap } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5") public void setParameters(StringMap value) { this.parameters = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy