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

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

public class VdC
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="{}ID"/>
         <element ref="{}SourceVdC" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}VdCGroup" minOccurs="0"/>
         <element ref="{}MoreInfo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ID id
           
protected  MoreInfo moreInfo
           
protected  java.util.List<SourceVdC> sourceVdC
           
protected  VdCGroup vdCGroup
           
 
Constructor Summary
VdC()
           
 
Method Summary
 ID getID()
          Gets the value of the id property.
 MoreInfo getMoreInfo()
          Gets the value of the moreInfo property.
 java.util.List<SourceVdC> getSourceVdC()
          Gets the value of the sourceVdC property.
 VdCGroup getVdCGroup()
          Gets the value of the vdCGroup property.
 void setID(ID value)
          Sets the value of the id property.
 void setMoreInfo(MoreInfo value)
          Sets the value of the moreInfo property.
 void setVdCGroup(VdCGroup value)
          Sets the value of the vdCGroup property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected ID id

sourceVdC

protected java.util.List<SourceVdC> sourceVdC

vdCGroup

protected VdCGroup vdCGroup

moreInfo

protected MoreInfo moreInfo
Constructor Detail

VdC

public VdC()
Method Detail

getID

public ID getID()
Gets the value of the id property.

Returns:
possible object is ID

setID

public void setID(ID value)
Sets the value of the id property.

Parameters:
value - allowed object is ID

getSourceVdC

public java.util.List<SourceVdC> getSourceVdC()
Gets the value of the sourceVdC 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 sourceVdC property.

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

    getSourceVdC().add(newItem);
 

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


getVdCGroup

public VdCGroup getVdCGroup()
Gets the value of the vdCGroup property.

Returns:
possible object is VdCGroup

setVdCGroup

public void setVdCGroup(VdCGroup value)
Sets the value of the vdCGroup property.

Parameters:
value - allowed object is VdCGroup

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