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

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

public class VdCGroup
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="{}Label"/>
         <element ref="{}ID" minOccurs="0"/>
         <element ref="{}Description" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Description description
           
protected  ID id
           
protected  java.lang.String label
           
 
Constructor Summary
VdCGroup()
           
 
Method Summary
 Description getDescription()
          Gets the value of the description property.
 ID getID()
          Gets the value of the id property.
 java.lang.String getLabel()
          Gets the value of the label property.
 void setDescription(Description value)
          Sets the value of the description property.
 void setID(ID value)
          Sets the value of the id property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

protected java.lang.String label

id

protected ID id

description

protected Description description
Constructor Detail

VdCGroup

public VdCGroup()
Method Detail

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

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

getDescription

public Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description