org.tolven.ccr
Class Agent

java.lang.Object
  extended by org.tolven.ccr.Agent

public class Agent
extends java.lang.Object

Java class for Agent element declaration.

The following schema fragment specifies the expected content contained within this class.


Nested Class Summary
static class Agent.EnvironmentalAgents
          Java class for anonymous complex type.
static class Agent.Problems
          Java class for anonymous complex type.
static class Agent.Products
          Java class for anonymous complex type.
static class Agent.Results
          Java class for anonymous complex type.
 
Constructor Summary
Agent()
           
 
Method Summary
 Agent.EnvironmentalAgents getEnvironmentalAgents()
          Gets the value of the environmentalAgents property.
 Agent.Problems getProblems()
          Gets the value of the problems property.
 Procedures getProcedures()
          Gets the value of the procedures property.
 Agent.Products getProducts()
          Gets the value of the products property.
 Agent.Results getResults()
          Gets the value of the results property.
 void setEnvironmentalAgents(Agent.EnvironmentalAgents value)
          Sets the value of the environmentalAgents property.
 void setProblems(Agent.Problems value)
          Sets the value of the problems property.
 void setProcedures(Procedures value)
          Sets the value of the procedures property.
 void setProducts(Agent.Products value)
          Sets the value of the products property.
 void setResults(Agent.Results value)
          Sets the value of the results property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Agent

public Agent()
Method Detail

getProducts

public Agent.Products getProducts()
Gets the value of the products property.

Returns:
possible object is Products

setProducts

public void setProducts(Agent.Products value)
Sets the value of the products property.

Parameters:
value - allowed object is Products

getEnvironmentalAgents

public Agent.EnvironmentalAgents getEnvironmentalAgents()
Gets the value of the environmentalAgents property.

Returns:
possible object is Agent.EnvironmentalAgents

setEnvironmentalAgents

public void setEnvironmentalAgents(Agent.EnvironmentalAgents value)
Sets the value of the environmentalAgents property.

Parameters:
value - allowed object is Agent.EnvironmentalAgents

getProblems

public Agent.Problems getProblems()
Gets the value of the problems property.

Returns:
possible object is Agent.Problems

setProblems

public void setProblems(Agent.Problems value)
Sets the value of the problems property.

Parameters:
value - allowed object is Agent.Problems

getProcedures

public Procedures getProcedures()
Gets the value of the procedures property.

Returns:
possible object is Procedures

setProcedures

public void setProcedures(Procedures value)
Sets the value of the procedures property.

Parameters:
value - allowed object is Procedures

getResults

public Agent.Results getResults()
Gets the value of the results property.

Returns:
possible object is Agent.Results

setResults

public void setResults(Agent.Results value)
Sets the value of the results property.

Parameters:
value - allowed object is Agent.Results