
com.fortify.schema.fws.UploadResponse 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.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
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">
* <attribute name="entityId" type="{http://www.w3.org/2001/XMLSchema}long" />
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@XmlRootElement(name = "UploadResponse")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5")
public class UploadResponse
extends Status
{
@XmlAttribute(name = "entityId")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5")
protected Long entityId;
/**
* Gets the value of the entityId property.
*
* @return
* possible object is
* {@link Long }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5")
public Long getEntityId() {
return entityId;
}
/**
* Sets the value of the entityId property.
*
* @param value
* allowed object is
* {@link Long }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2012-10-24T04:33:46+02:00", comments = "JAXB RI v2.2.5")
public void setEntityId(Long value) {
this.entityId = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy