|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc.Process
public class Process
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 |
|---|
protected java.util.List<Agent> agent
protected TimeReference timeReference
protected LawAndRegulations lawAndRegulations
protected MoreInfo moreInfo
| Constructor Detail |
|---|
public Process()
| Method Detail |
|---|
public java.util.List<Agent> getAgent()
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
public TimeReference getTimeReference()
TimeReferencepublic void setTimeReference(TimeReference value)
value - allowed object is
TimeReferencepublic LawAndRegulations getLawAndRegulations()
LawAndRegulationspublic void setLawAndRegulations(LawAndRegulations value)
value - allowed object is
LawAndRegulationspublic MoreInfo getMoreInfo()
MoreInfopublic void setMoreInfo(MoreInfo value)
value - allowed object is
MoreInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||