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

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

public class IdC
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="{}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

selfDescription

protected SelfDescription selfDescription

vdC

protected VdC vdC

fileGroup

protected java.util.List<FileGroup> fileGroup

process

protected Process process
Constructor Detail

IdC

public IdC()
Method Detail

getSelfDescription

public SelfDescription getSelfDescription()
Gets the value of the selfDescription property.

Returns:
possible object is SelfDescription

setSelfDescription

public void setSelfDescription(SelfDescription value)
Sets the value of the selfDescription property.

Parameters:
value - allowed object is SelfDescription

getVdC

public VdC getVdC()
Gets the value of the vdC property.

Returns:
possible object is VdC

setVdC

public void setVdC(VdC value)
Sets the value of the vdC property.

Parameters:
value - allowed object is VdC

getFileGroup

public java.util.List<FileGroup> getFileGroup()
Gets the value of the fileGroup 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 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


getProcess

public Process getProcess()
Gets the value of the process property.

Returns:
possible object is Process

setProcess

public void setProcess(Process value)
Sets the value of the process property.

Parameters:
value - allowed object is Process