|
||||||||||
| 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.IdC
public class IdC
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="{}SelfDescription"/>
<element ref="{}VdC"/>
<element ref="{}FileGroup" maxOccurs="unbounded"/>
<element ref="{}Process"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<FileGroup> |
fileGroup
|
protected Process |
process
|
protected SelfDescription |
selfDescription
|
protected VdC |
vdC
|
| Constructor Summary | |
|---|---|
IdC()
|
|
| Method Summary | |
|---|---|
java.util.List<FileGroup> |
getFileGroup()
Gets the value of the fileGroup property. |
Process |
getProcess()
Gets the value of the process property. |
SelfDescription |
getSelfDescription()
Gets the value of the selfDescription property. |
VdC |
getVdC()
Gets the value of the vdC property. |
void |
setProcess(Process value)
Sets the value of the process property. |
void |
setSelfDescription(SelfDescription value)
Sets the value of the selfDescription property. |
void |
setVdC(VdC value)
Sets the value of the vdC property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SelfDescription selfDescription
protected VdC vdC
protected java.util.List<FileGroup> fileGroup
protected Process process
| Constructor Detail |
|---|
public IdC()
| Method Detail |
|---|
public SelfDescription getSelfDescription()
SelfDescriptionpublic void setSelfDescription(SelfDescription value)
value - allowed object is
SelfDescriptionpublic VdC getVdC()
VdCpublic void setVdC(VdC value)
value - allowed object is
VdCpublic java.util.List<FileGroup> getFileGroup()
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 fileGroup property.
For example, to add a new item, do as follows:
getFileGroup().add(newItem);
Objects of the following type(s) are allowed in the list
FileGroup
public Process getProcess()
Processpublic void setProcess(Process value)
value - allowed object is
Process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||