|
||||||||||
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.VdCGroup
public class VdCGroup
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 |
---|
protected java.lang.String label
protected ID id
protected Description description
Constructor Detail |
---|
public VdCGroup()
Method Detail |
---|
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public ID getID()
ID
public void setID(ID value)
value
- allowed object is
ID
public Description getDescription()
Description
public void setDescription(Description value)
value
- allowed object is
Description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |