|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.qianalyze.api.analyzer.AnalyzerRequest
@Entity(name="AnalyzerRequest") public class AnalyzerRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CompanyID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="UnitID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Modules" type="{http://www.qianalyze.org/api/module}Module" maxOccurs="100"/>
<element name="XMLPayload" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="PersistRequest" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="PersistResponse" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
companyID
|
protected Long |
hjid
|
protected List<Module> |
modules
|
protected Boolean |
persistRequest
|
protected Boolean |
persistResponse
|
protected String |
unitID
|
protected String |
xmlPayload
|
| Constructor Summary | |
|---|---|
AnalyzerRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
String |
getCompanyID()
Gets the value of the companyID property. |
Long |
getHjid()
Gets the value of the hjid property. |
List<Module> |
getModules()
Gets the value of the modules property. |
String |
getUnitID()
Gets the value of the unitID property. |
String |
getXMLPayload()
Gets the value of the xmlPayload property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
Boolean |
isPersistRequest()
Gets the value of the persistRequest property. |
Boolean |
isPersistResponse()
Gets the value of the persistResponse property. |
void |
setCompanyID(String value)
Sets the value of the companyID property. |
void |
setHjid(Long value)
Sets the value of the hjid property. |
void |
setModules(List<Module> modules)
|
void |
setPersistRequest(Boolean value)
Sets the value of the persistRequest property. |
void |
setPersistResponse(Boolean value)
Sets the value of the persistResponse property. |
void |
setUnitID(String value)
Sets the value of the unitID property. |
void |
setXMLPayload(String value)
Sets the value of the xmlPayload property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String companyID
protected String unitID
protected List<Module> modules
protected String xmlPayload
protected Boolean persistRequest
protected Boolean persistResponse
protected Long hjid
| Constructor Detail |
|---|
public AnalyzerRequest()
| Method Detail |
|---|
public String getCompanyID()
Stringpublic void setCompanyID(String value)
value - allowed object is
Stringpublic String getUnitID()
Stringpublic void setUnitID(String value)
value - allowed object is
Stringpublic List<Module> getModules()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the modules property.
For example, to add a new item, do as follows:
getModules().add(newItem);
Objects of the following type(s) are allowed in the list
Module
public void setModules(List<Module> modules)
public String getXMLPayload()
Stringpublic void setXMLPayload(String value)
value - allowed object is
Stringpublic Boolean isPersistRequest()
Booleanpublic void setPersistRequest(Boolean value)
value - allowed object is
Booleanpublic Boolean isPersistResponse()
Booleanpublic void setPersistResponse(Boolean value)
value - allowed object is
Boolean
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic Long getHjid()
Longpublic void setHjid(Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||