org.qianalyze.api.analyzer
Class AnalyzerRequest

Package class diagram package AnalyzerRequest
java.lang.Object
  extended by org.qianalyze.api.analyzer.AnalyzerRequest
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

@Entity(name="AnalyzerRequest")
public class AnalyzerRequest
extends Object
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

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

companyID

protected String companyID

unitID

protected String unitID

modules

protected List<Module> modules

xmlPayload

protected String xmlPayload

persistRequest

protected Boolean persistRequest

persistResponse

protected Boolean persistResponse

hjid

protected Long hjid
Constructor Detail

AnalyzerRequest

public AnalyzerRequest()
Method Detail

getCompanyID

public String getCompanyID()
Gets the value of the companyID property.

Returns:
possible object is String

setCompanyID

public void setCompanyID(String value)
Sets the value of the companyID property.

Parameters:
value - allowed object is String

getUnitID

public String getUnitID()
Gets the value of the unitID property.

Returns:
possible object is String

setUnitID

public void setUnitID(String value)
Sets the value of the unitID property.

Parameters:
value - allowed object is String

getModules

public List<Module> getModules()
Gets the value of the modules property.

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


setModules

public void setModules(List<Module> modules)

getXMLPayload

public String getXMLPayload()
Gets the value of the xmlPayload property.

Returns:
possible object is String

setXMLPayload

public void setXMLPayload(String value)
Sets the value of the xmlPayload property.

Parameters:
value - allowed object is String

isPersistRequest

public Boolean isPersistRequest()
Gets the value of the persistRequest property.

Returns:
possible object is Boolean

setPersistRequest

public void setPersistRequest(Boolean value)
Sets the value of the persistRequest property.

Parameters:
value - allowed object is Boolean

isPersistResponse

public Boolean isPersistResponse()
Gets the value of the persistResponse property.

Returns:
possible object is Boolean

setPersistResponse

public void setPersistResponse(Boolean value)
Sets the value of the persistResponse property.

Parameters:
value - allowed object is Boolean

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getHjid

public Long getHjid()
Gets the value of the hjid property.

Returns:
possible object is Long

setHjid

public void setHjid(Long value)
Sets the value of the hjid property.

Parameters:
value - allowed object is Long


Copyright © 2012. All Rights Reserved.