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

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

public class SourceVdC
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="{}IdC_ID"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ID id
           
protected  IdCID idCID
           
 
Constructor Summary
SourceVdC()
           
 
Method Summary
 ID getID()
          Gets the value of the id property.
 IdCID getIdCID()
          Gets the value of the idCID property.
 void setID(ID value)
          Sets the value of the id property.
 void setIdCID(IdCID value)
          Sets the value of the idCID 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

idCID

protected IdCID idCID
Constructor Detail

SourceVdC

public SourceVdC()
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

getIdCID

public IdCID getIdCID()
Gets the value of the idCID property.

Returns:
possible object is IdCID

setIdCID

public void setIdCID(IdCID value)
Sets the value of the idCID property.

Parameters:
value - allowed object is IdCID