it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc
Class Process

java.lang.Object
  extended by it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc.Process

public class Process
extends java.lang.Object

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 ref="{}Agent" maxOccurs="unbounded"/>
         <element ref="{}TimeReference"/>
         <element ref="{}LawAndRegulations" minOccurs="0"/>
         <element ref="{}MoreInfo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Agent> agent
           
protected  LawAndRegulations lawAndRegulations
           
protected  MoreInfo moreInfo
           
protected  TimeReference timeReference
           
 
Constructor Summary
Process()
           
 
Method Summary
 java.util.List<Agent> getAgent()
          Gets the value of the agent property.
 LawAndRegulations getLawAndRegulations()
          Gets the value of the lawAndRegulations property.
 MoreInfo getMoreInfo()
          Gets the value of the moreInfo property.
 TimeReference getTimeReference()
          Gets the value of the timeReference property.
 void setLawAndRegulations(LawAndRegulations value)
          Sets the value of the lawAndRegulations property.
 void setMoreInfo(MoreInfo value)
          Sets the value of the moreInfo property.
 void setTimeReference(TimeReference value)
          Sets the value of the timeReference property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agent

protected java.util.List<Agent> agent

timeReference

protected TimeReference timeReference

lawAndRegulations

protected LawAndRegulations lawAndRegulations

moreInfo

protected MoreInfo moreInfo
Constructor Detail

Process

public Process()
Method Detail

getAgent

public java.util.List<Agent> getAgent()
Gets the value of the agent 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 agent property.

For example, to add a new item, do as follows:

    getAgent().add(newItem);
 

Objects of the following type(s) are allowed in the list Agent


getTimeReference

public TimeReference getTimeReference()
Gets the value of the timeReference property.

Returns:
possible object is TimeReference

setTimeReference

public void setTimeReference(TimeReference value)
Sets the value of the timeReference property.

Parameters:
value - allowed object is TimeReference

getLawAndRegulations

public LawAndRegulations getLawAndRegulations()
Gets the value of the lawAndRegulations property.

Returns:
possible object is LawAndRegulations

setLawAndRegulations

public void setLawAndRegulations(LawAndRegulations value)
Sets the value of the lawAndRegulations property.

Parameters:
value - allowed object is LawAndRegulations

getMoreInfo

public MoreInfo getMoreInfo()
Gets the value of the moreInfo property.

Returns:
possible object is MoreInfo

setMoreInfo

public void setMoreInfo(MoreInfo value)
Sets the value of the moreInfo property.

Parameters:
value - allowed object is MoreInfo